Home
last modified time | relevance | path

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

/dports/math/py-Pyomo/Pyomo-6.1.2/pyomo/contrib/gdpopt/
H A Dnlp_solve.py31 return solve_local_NLP(mip_result.var_values, solve_data, config)
377 def solve_local_NLP(mip_var_values, solve_data, config): function