ortools.sat.python.swig_helper
OnSolutionCallback(self: ortools.sat.python.swig_helper.SolutionCallback) -> None
BestObjectiveBound(self: ortools.sat.python.swig_helper.SolutionCallback) -> float
DeterministicTime(self: ortools.sat.python.swig_helper.SolutionCallback) -> float
HasResponse(self: ortools.sat.python.swig_helper.SolutionCallback) -> bool
NumBinaryPropagations(self: ortools.sat.python.swig_helper.SolutionCallback) -> int
NumBooleans(self: ortools.sat.python.swig_helper.SolutionCallback) -> int
NumBranches(self: ortools.sat.python.swig_helper.SolutionCallback) -> int
NumConflicts(self: ortools.sat.python.swig_helper.SolutionCallback) -> int
NumIntegerPropagations(self: ortools.sat.python.swig_helper.SolutionCallback) -> int
ObjectiveValue(self: ortools.sat.python.swig_helper.SolutionCallback) -> float
Response(self: ortools.sat.python.swig_helper.SolutionCallback) -> operations_research::sat::CpSolverResponse
SolutionBooleanValue(self: ortools.sat.python.swig_helper.SolutionCallback, index: int) -> bool
SolutionIntegerValue(self: ortools.sat.python.swig_helper.SolutionCallback, index: int) -> int
StopSearch(self: ortools.sat.python.swig_helper.SolutionCallback) -> None
UserTime(self: ortools.sat.python.swig_helper.SolutionCallback) -> float
WallTime(self: ortools.sat.python.swig_helper.SolutionCallback) -> float
add_log_callback(self: ortools.sat.python.swig_helper.SolveWrapper, log_callback: Callable[[str], None]) -> None
add_solution_callback(self: ortools.sat.python.swig_helper.SolveWrapper, callback: ortools.sat.python.swig_helper.SolutionCallback) -> None
clear_solution_callback(self: ortools.sat.python.swig_helper.SolveWrapper, arg0: ortools.sat.python.swig_helper.SolutionCallback) -> None
add_best_bound_callback(self: ortools.sat.python.swig_helper.SolveWrapper, best_bound_callback: Callable[[float], None]) -> None
set_parameters(self: ortools.sat.python.swig_helper.SolveWrapper, parameters: operations_research::sat::SatParameters) -> None
solve(self: ortools.sat.python.swig_helper.SolveWrapper, arg0: operations_research::sat::CpModelProto) -> operations_research::sat::CpSolverResponse
stop_search(self: ortools.sat.python.swig_helper.SolveWrapper) -> None
model_stats(model_proto: operations_research::sat::CpModelProto) -> str
solver_response_stats(response: operations_research::sat::CpSolverResponse) -> str
validate_model(model_proto: operations_research::sat::CpModelProto) -> str
variable_domain(variable_proto: operations_research::sat::IntegerVariableProto) -> ortools.util.python.sorted_interval_list.Domain