Home
last modified time | relevance | path

Searched refs:allowed_simplex_matrix_scale_factor (Results 1 – 9 of 9) sorted by relevance

/dports/math/highs/HiGHS-cfe064e/check/
H A DTestOptions.cpp90 int allowed_simplex_matrix_scale_factor = 12; variable
93 options.records, allowed_simplex_matrix_scale_factor);
162 allowed_simplex_matrix_scale_factor);
243 int allowed_simplex_matrix_scale_factor = 12; variable
246 allowed_simplex_matrix_scale_factor);
313 allowed_simplex_matrix_scale_factor);
343 REQUIRE(options.allowed_simplex_matrix_scale_factor ==
344 allowed_simplex_matrix_scale_factor);
/dports/science/py-scipy/scipy-1.7.1/scipy/optimize/_highs/cython/src/
H A DHighsOptions.pxd80 int allowed_simplex_matrix_scale_factor
H A D_highs_wrapper.pyx138 'allowed_simplex_matrix_scale_factor',
288 - allowed_simplex_matrix_scale_factor : int
/dports/math/highs/HiGHS-cfe064e/src/lp_data/
H A DHighsOptions.h273 int allowed_simplex_matrix_scale_factor; member
595 advanced, &allowed_simplex_matrix_scale_factor, 0, 10, 20); in initRecords()
/dports/science/py-scipy/scipy-1.7.1/scipy/optimize/_highs/src/lp_data/
H A DHighsOptions.h267 int allowed_simplex_matrix_scale_factor; member
560 advanced, &allowed_simplex_matrix_scale_factor, 0, 10, 20); in initRecords()
/dports/math/highs/HiGHS-cfe064e/src/simplex/
H A DHighsSimplexInterface.cpp149 colScaleMatrix(options.allowed_simplex_matrix_scale_factor, in addCols()
406 colScaleMatrix(options.allowed_simplex_matrix_scale_factor, in addRows()
H A DHSimplex.cpp1454 pow(2.0, highs_model_object.options_.allowed_simplex_matrix_scale_factor); in equilibrationScaleMatrix()
1750 pow(2.0, highs_model_object.options_.allowed_simplex_matrix_scale_factor); in maxValueScaleMatrix()
/dports/science/py-scipy/scipy-1.7.1/scipy/optimize/_highs/src/simplex/
H A DHighsSimplexInterface.cpp149 colScaleMatrix(options.allowed_simplex_matrix_scale_factor, in addCols()
406 colScaleMatrix(options.allowed_simplex_matrix_scale_factor, in addRows()
H A DHSimplex.cpp1454 pow(2.0, highs_model_object.options_.allowed_simplex_matrix_scale_factor); in equilibrationScaleMatrix()
1750 pow(2.0, highs_model_object.options_.allowed_simplex_matrix_scale_factor); in maxValueScaleMatrix()