Home
last modified time | relevance | path

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

/dports/math/py-Pyomo/Pyomo-6.1.2/pyomo/contrib/mindtpy/
H A Diterate.py18 from pyomo.contrib.mindtpy.nlp_solve import solve_subproblem, handle_nlp_subproblem_tc
96 fixed_nlp, fixed_nlp_result = solve_subproblem(
108 fixed_nlp, fixed_nlp_result = solve_subproblem(solve_data, config)
353 fixed_nlp, fixed_nlp_result = solve_subproblem(solve_data, config)
H A Dinitialization.py16 from pyomo.contrib.mindtpy.nlp_solve import solve_subproblem
23 from pyomo.contrib.mindtpy.nlp_solve import solve_subproblem, handle_nlp_subproblem_tc
99 fixed_nlp, fixed_nlp_result = solve_subproblem(solve_data, config)
H A Dfeasibility_pump.py15 from pyomo.contrib.mindtpy.nlp_solve import solve_subproblem, handle_subproblem_optimal
117 fixed_nlp, fixed_nlp_results = solve_subproblem(
H A Dsingle_tree.py26 from pyomo.contrib.mindtpy.nlp_solve import solve_subproblem, solve_feasibility_subproblem, handle_…
620 fixed_nlp, fixed_nlp_result = solve_subproblem(solve_data, config)
718 fixed_nlp, fixed_nlp_result = solve_subproblem(solve_data, config)
H A Dnlp_solve.py28 def solve_subproblem(solve_data, config): function
/dports/math/clp/Clp-1.17.3/Clp/examples/
H A DuseVolume.cpp54 virtual int solve_subproblem(const VOL_dvector& dual, const VOL_dvector& rc,
126 lpHook::solve_subproblem(const VOL_dvector& dual, const VOL_dvector& rc, in solve_subproblem() function in lpHook
/dports/math/py-Pyomo/Pyomo-6.1.2/pyomo/contrib/mindtpy/tests/
H A Dunit_test.py30 …dle_subproblem_other_termination, handle_feasibility_subproblem_tc, solve_subproblem, handle_nlp_s…
197 fixed_nlp, fixed_nlp_results = solve_subproblem(solve_data, config)
/dports/math/osi/Osi-0.108.6/Osi/test/
H A DOsiTestSolver.cpp401 retval = hooks.solve_subproblem(dual.u, rc, dual.lcost, in solve()
438 retval = hooks.solve_subproblem(dual.u, rc, dual.lcost, in solve()
H A DOsiTestSolverInterface.hpp724 virtual int solve_subproblem(const VOL_dvector& dual,
H A DOsiTestSolver.hpp584 virtual int solve_subproblem(const VOL_dvector& dual, const VOL_dvector& rc,
H A DOsiTestSolverInterface.cpp387 OsiTestSolverInterface::solve_subproblem(const VOL_dvector& dual, in solve_subproblem() function in OsiTestSolverInterface
/dports/math/clp/Clp-1.17.3/Osi/test/
H A DOsiTestSolver.cpp401 retval = hooks.solve_subproblem(dual.u, rc, dual.lcost, in solve()
438 retval = hooks.solve_subproblem(dual.u, rc, dual.lcost, in solve()
H A DOsiTestSolverInterface.hpp724 virtual int solve_subproblem(const VOL_dvector& dual,
H A DOsiTestSolver.hpp584 virtual int solve_subproblem(const VOL_dvector& dual, const VOL_dvector& rc,
H A DOsiTestSolverInterface.cpp387 OsiTestSolverInterface::solve_subproblem(const VOL_dvector& dual, in solve_subproblem() function in OsiTestSolverInterface
/dports/math/ogdf/OGDF/src/coin/Clp/
H A DClpSolve.cpp102 virtual int solve_subproblem(const VOL_dvector& dual, const VOL_dvector& rc,
155 lpHook::solve_subproblem(const VOL_dvector& dual, const VOL_dvector& rc, in solve_subproblem() function in lpHook
/dports/math/clp/Clp-1.17.3/Clp/src/
H A DClpSolve.cpp126 virtual int solve_subproblem(const VOL_dvector &dual, const VOL_dvector &rc,
178 int lpHook::solve_subproblem(const VOL_dvector &dual, const VOL_dvector &rc, in solve_subproblem() function in lpHook