Home
last modified time | relevance | path

Searched defs:ipopt_options (Results 1 – 4 of 4) sorted by relevance

/dports/math/py-Pyomo/Pyomo-6.1.2/pyomo/contrib/appsi/solvers/
H A Dipopt.py169 def ipopt_options(self): member in Ipopt
180 def ipopt_options(self, val: Dict): member in Ipopt
/dports/math/casadi/casadi-3.5.5/docs/examples/cplusplus/
H A Drocket_single_shooting.cpp158 Dict ipopt_options; in main() local
/dports/math/casadi/casadi-3.5.5/test/python/
H A Dconic.py34 ipopt_options = {"fixed_variable_treatment":"relax_bounds", variable
/dports/science/pagmo2/pagmo2-2.18.0/tests/
H A Dipopt.cpp312 BOOST_AUTO_TEST_CASE(ipopt_options) in BOOST_AUTO_TEST_CASE() argument