![]() |
OR-Tools
9.6
|
Public Member Functions | |
| absl::StatusOr< SolveResult > | Solve (const SolveArguments &arguments={}) |
| absl::StatusOr< UpdateResult > | Update () |
| absl::StatusOr< SolveResult > | SolveWithoutUpdate (const SolveArguments &arguments={}) const |
Static Public Member Functions | |
| static absl::StatusOr< std::unique_ptr< IncrementalSolver > > | New (Model *model, SolverType solver_type, SolverInitArguments arguments={}) |
|
static |
Definition at line 111 of file math_opt/cpp/solve.cc.
| absl::StatusOr< SolveResult > Solve | ( | const SolveArguments & | arguments = {} | ) |
Definition at line 138 of file math_opt/cpp/solve.cc.
| absl::StatusOr< SolveResult > SolveWithoutUpdate | ( | const SolveArguments & | arguments = {} | ) | const |
Definition at line 169 of file math_opt/cpp/solve.cc.
| absl::StatusOr< UpdateResult > Update | ( | ) |
Definition at line 144 of file math_opt/cpp/solve.cc.