Home
last modified time | relevance | path

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

/dports/math/highs/HiGHS-cfe064e/examples/
H A Dcall_highs_from_c.c181 int simplex_scale_strategy; in full_api() local
182 Highs_getHighsIntOptionValue(highs, "simplex_scale_strategy", &simplex_scale_strategy); in full_api()
183 printf("simplex_scale_strategy = %d: setting it to 3\n", simplex_scale_strategy); in full_api()
184 simplex_scale_strategy = 3; in full_api()
185 Highs_setHighsIntOptionValue(highs, "simplex_scale_strategy", simplex_scale_strategy); in full_api()
/dports/math/highs/HiGHS-cfe064e/check/
H A DTestCAPI.c74 int simplex_scale_strategy; in options() local
76 Highs_getHighsIntOptionValue(highs, "simplex_scale_strategy", &simplex_scale_strategy); in options()
77 assert( simplex_scale_strategy == 0 ); in options()
/dports/science/py-scipy/scipy-1.7.1/scipy/optimize/_highs/cython/src/
H A DHighsOptions.pxd62 int simplex_scale_strategy
H A D_highs_wrapper.pyx152 'simplex_scale_strategy',
448 - simplex_scale_strategy : int {0, 1, 2, 3, 4, 5}
/dports/math/highs/HiGHS-cfe064e/src/simplex/
H A DHSimplex.cpp243 options.simplex_scale_strategy != SIMPLEX_SCALE_STRATEGY_OFF && in initialiseSimplexLpBasisAndFactor()
1349 int simplex_scale_strategy = in scaleSimplexLp() local
1350 highs_model_object.options_.simplex_scale_strategy; in scaleSimplexLp()
1383 simplex_scale_strategy == SIMPLEX_SCALE_STRATEGY_HIGHS || in scaleSimplexLp()
1384 simplex_scale_strategy == SIMPLEX_SCALE_STRATEGY_HIGHS_FORCED; in scaleSimplexLp()
1427 int simplex_scale_strategy = in equilibrationScaleMatrix() local
1428 highs_model_object.options_.simplex_scale_strategy; in equilibrationScaleMatrix()
1675 simplex_scale_strategy != SIMPLEX_SCALE_STRATEGY_HIGHS_FORCED; in equilibrationScaleMatrix()
1744 assert(highs_model_object.options_.simplex_scale_strategy == in maxValueScaleMatrix()
1746 highs_model_object.options_.simplex_scale_strategy == in maxValueScaleMatrix()
/dports/science/py-scipy/scipy-1.7.1/scipy/optimize/_highs/src/simplex/
H A DHSimplex.cpp243 options.simplex_scale_strategy != SIMPLEX_SCALE_STRATEGY_OFF && in initialiseSimplexLpBasisAndFactor()
1349 int simplex_scale_strategy = in scaleSimplexLp() local
1350 highs_model_object.options_.simplex_scale_strategy; in scaleSimplexLp()
1383 simplex_scale_strategy == SIMPLEX_SCALE_STRATEGY_HIGHS || in scaleSimplexLp()
1384 simplex_scale_strategy == SIMPLEX_SCALE_STRATEGY_HIGHS_FORCED; in scaleSimplexLp()
1427 int simplex_scale_strategy = in equilibrationScaleMatrix() local
1428 highs_model_object.options_.simplex_scale_strategy; in equilibrationScaleMatrix()
1675 simplex_scale_strategy != SIMPLEX_SCALE_STRATEGY_HIGHS_FORCED; in equilibrationScaleMatrix()
1744 assert(highs_model_object.options_.simplex_scale_strategy == in maxValueScaleMatrix()
1746 highs_model_object.options_.simplex_scale_strategy == in maxValueScaleMatrix()
/dports/math/highs/HiGHS-cfe064e/src/lp_data/
H A DHighsOptions.h255 int simplex_scale_strategy; member
452 &simplex_scale_strategy, SIMPLEX_SCALE_STRATEGY_MIN, in initRecords()
/dports/science/py-scipy/scipy-1.7.1/scipy/optimize/_highs/src/lp_data/
H A DHighsOptions.h249 int simplex_scale_strategy; member
443 &simplex_scale_strategy, SIMPLEX_SCALE_STRATEGY_MIN, in initRecords()
/dports/math/highs/HiGHS-cfe064e/src/mip/
H A DHighsLpRelaxation.cpp519 int scalestrategy = lpsolver.getHighsOptions().simplex_scale_strategy; in run()
551 int scalestrategy = lpsolver.getHighsOptions().simplex_scale_strategy; in run()