Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
solve.py File Reference

Go to the source code of this file.

Classes

class  ortools.math_opt.python.solve.IncrementalSolver
 

Namespaces

namespace  ortools
 
namespace  ortools.math_opt
 
namespace  ortools.math_opt.python
 
namespace  ortools.math_opt.python.solve
 

Functions

result.SolveResult ortools.math_opt.python.solve.solve (model.Model opt_model, parameters.SolverType solver_type, *, Optional[parameters.SolveParameters] params=None, Optional[model_parameters.ModelSolveParameters] model_params=None, Optional[message_callback.SolveMessageCallback] msg_cb=None, Optional[callback.CallbackRegistration] callback_reg=None, Optional[SolveCallback] cb=None)
 
compute_infeasible_subsystem_result.ComputeInfeasibleSubsystemResult ortools.math_opt.python.solve.compute_infeasible_subsystem (model.Model opt_model, parameters.SolverType solver_type, *, Optional[parameters.SolveParameters] params=None, Optional[message_callback.SolveMessageCallback] msg_cb=None)
 
Exception ortools.math_opt.python.solve._status_not_ok_to_exception (StatusNotOk err)
 

Variables

 ortools.math_opt.python.solve.SolveCallback = Callable[[callback.CallbackData], callback.CallbackResult]