Home
last modified time | relevance | path

Searched refs:simplex_price_strategy (Results 1 – 6 of 6) sorted by relevance

/dports/science/py-scipy/scipy-1.7.1/scipy/optimize/_highs/cython/src/
H A DHighsOptions.pxd85 int simplex_price_strategy
H A D_highs_wrapper.pyx150 'simplex_price_strategy',
438 - simplex_price_strategy : int
/dports/math/highs/HiGHS-cfe064e/src/lp_data/
H A DHighsOptions.h278 int simplex_price_strategy; member
627 &simplex_price_strategy, SIMPLEX_PRICE_STRATEGY_MIN, in initRecords()
/dports/science/py-scipy/scipy-1.7.1/scipy/optimize/_highs/src/lp_data/
H A DHighsOptions.h272 int simplex_price_strategy; member
592 &simplex_price_strategy, SIMPLEX_PRICE_STRATEGY_MIN, in initRecords()
/dports/math/highs/HiGHS-cfe064e/src/simplex/
H A DHSimplex.cpp54 simplex_info.price_strategy = options.simplex_price_strategy; in setSimplexOptions()
/dports/science/py-scipy/scipy-1.7.1/scipy/optimize/_highs/src/simplex/
H A DHSimplex.cpp54 simplex_info.price_strategy = options.simplex_price_strategy; in setSimplexOptions()