Home
last modified time | relevance | path

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

/dports/math/py-Pyomo/Pyomo-6.1.2/pyomo/contrib/mindtpy/
H A Dnlp_solve.py50 fixed_nlp = solve_data.working_model.clone()
51 MindtPy = fixed_nlp.MindtPy_utils
61 fixed_nlp.tmp_duals = ComponentMap()
85 fixed_nlp.tmp_duals[c] = None
104 return fixed_nlp, results
113 return fixed_nlp, results
179 for c in fixed_nlp.tmp_duals:
181 fixed_nlp.dual[c] = fixed_nlp.tmp_duals[c]
182 dual_values = list(fixed_nlp.dual[c]
274 fixed_nlp.dual[c] = (c_geq
[all …]
H A Dsingle_tree.py358 for c in fixed_nlp.tmp_duals:
359 if fixed_nlp.dual.get(c, None) is None:
360 fixed_nlp.dual[c] = fixed_nlp.tmp_duals[c]
361 dual_values = list(fixed_nlp.dual[c]
365 main_objective = fixed_nlp.MindtPy_utils.objective_list[-1]
380 solve_data.best_solution_found = fixed_nlp.clone()
394 copy_var_list_values(fixed_nlp.MindtPy_utils.variable_list,
431 fixed_nlp.dual[c] = (sign_adjust
433 dual_values = list(fixed_nlp.dual[c]
625 fixed_nlp, solve_data, config, opt)
[all …]
H A Diterate.py96 fixed_nlp, fixed_nlp_result = solve_subproblem(
99 fixed_nlp, fixed_nlp_result, solve_data, config)
108 fixed_nlp, fixed_nlp_result = solve_subproblem(solve_data, config)
110 fixed_nlp, fixed_nlp_result, solve_data, config)
114 config.call_after_subproblem_solve(fixed_nlp, solve_data)
353 fixed_nlp, fixed_nlp_result = solve_subproblem(solve_data, config)
355 fixed_nlp, fixed_nlp_result, solve_data, config)
H A Dinitialization.py99 fixed_nlp, fixed_nlp_result = solve_subproblem(solve_data, config)
101 fixed_nlp, fixed_nlp_result, solve_data, config)
H A Dfeasibility_pump.py117 fixed_nlp, fixed_nlp_results = solve_subproblem(
121 fixed_nlp, solve_data, config, fp=True)
/dports/math/py-Pyomo/Pyomo-6.1.2/pyomo/contrib/mindtpy/tests/
H A Dunit_test.py106 fixed_nlp = solve_data.working_model.clone()
107 TransformationFactory('core.fix_integer_vars').apply_to(fixed_nlp)
114 handle_subproblem_other_termination(fixed_nlp, termination_condition,
197 fixed_nlp, fixed_nlp_results = solve_subproblem(solve_data, config)
205 fixed_nlp, fixed_nlp_results, solve_data, config)
212 fixed_nlp, fixed_nlp_results, solve_data, config)
219 fixed_nlp, fixed_nlp_results, solve_data, config)