ortools.math_opt.core.python.solver
solve(model: operations_research::math_opt::ModelProto, solver_type: operations_research::math_opt::SolverTypeProto, solver_initializer: operations_research::math_opt::SolverInitializerProto, parameters: operations_research::math_opt::SolveParametersProto, model_parameters: operations_research::math_opt::ModelSolveParametersProto, message_callback: Callable[[list[str]], None], callback_registration: operations_research::math_opt::CallbackRegistrationProto, user_cb: Callable[[operations_research::math_opt::CallbackDataProto], operations_research::math_opt::CallbackResultProto], interrupter: ortools.util.python.pybind_solve_interrupter.PySolveInterrupter) -> operations_research::math_opt::SolveResultProto
compute_infeasible_subsystem(model: operations_research::math_opt::ModelProto, solver_type: operations_research::math_opt::SolverTypeProto, solver_initializer: operations_research::math_opt::SolverInitializerProto, parameters: operations_research::math_opt::SolveParametersProto, message_callback: Callable[[list[str]], None], interrupter: ortools.util.python.pybind_solve_interrupter.PySolveInterrupter) -> operations_research::math_opt::ComputeInfeasibleSubsystemResultProto
new(solver_type: operations_research::math_opt::SolverTypeProto, model: operations_research::math_opt::ModelProto, solver_initializer: operations_research::math_opt::SolverInitializerProto) -> operations_research::math_opt::PybindSolver
debug_num_solver() -> int
solve(self: ortools.math_opt.core.python.solver.Solver, parameters: operations_research::math_opt::SolveParametersProto, model_parameters: operations_research::math_opt::ModelSolveParametersProto, message_callback: Callable[[list[str]], None], callback_registration: operations_research::math_opt::CallbackRegistrationProto, user_cb: Callable[[operations_research::math_opt::CallbackDataProto], operations_research::math_opt::CallbackResultProto], interrupter: ortools.util.python.pybind_solve_interrupter.PySolveInterrupter) -> operations_research::math_opt::SolveResultProto
update(self: ortools.math_opt.core.python.solver.Solver, model_update: operations_research::math_opt::ModelUpdateProto) -> bool