0026674: Performance regression in BRepExtrema_DistShapeShape in OCCT 6.9.0 in compar...
authornbv <nbv@opencascade.com>
Thu, 17 Sep 2015 10:55:39 +0000 (13:55 +0300)
committerbugmaster <bugmaster@opencascade.com>
Thu, 17 Sep 2015 14:01:29 +0000 (17:01 +0300)
commit836d7b64baf8935a4d63bf5526cee539bb1ff60c
tree457ae9ed87fed830b7a1372fb015ece328182a4d
parent1f0adf314da249c99036d827aed189c49970e31e
0026674: Performance regression in BRepExtrema_DistShapeShape in OCCT 6.9.0 in compare with OCCT 6.7.1

Creation the test case for current issue.

Added flag for single extrema computation. Now implemented only for parametric solver GenExtCC.
Default behavior of curve/curve solver in distmini command changed to "find one solution".
src/BRepExtrema/BRepExtrema_ExtCC.cxx
src/Extrema/Extrema_ECC.hxx
src/Extrema/Extrema_ECC2d.hxx
src/Extrema/Extrema_ExtCC.cxx
src/Extrema/Extrema_ExtCC.hxx
src/Extrema/Extrema_ExtCC2d.cxx
src/Extrema/Extrema_ExtCC2d.hxx
src/Extrema/Extrema_GenExtCC.gxx
src/math/math_GlobOptMin.cxx
src/math/math_GlobOptMin.hxx
tests/bugs/modalg_6/bug26674 [new file with mode: 0644]