OR-Tools  9.6
IncrementalSolver

Detailed Description

Definition at line 122 of file solve.h.

Public Member Functions

absl::StatusOr< SolveResultSolve (const SolveArguments &arguments={})
 
absl::StatusOr< UpdateResultUpdate ()
 
absl::StatusOr< SolveResultSolveWithoutUpdate (const SolveArguments &arguments={}) const
 

Static Public Member Functions

static absl::StatusOr< std::unique_ptr< IncrementalSolver > > New (Model *model, SolverType solver_type, SolverInitArguments arguments={})
 

Member Function Documentation

◆ New()

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.

◆ Solve()

absl::StatusOr< SolveResult > Solve ( const SolveArguments arguments = {})

Definition at line 138 of file math_opt/cpp/solve.cc.

◆ SolveWithoutUpdate()

absl::StatusOr< SolveResult > SolveWithoutUpdate ( const SolveArguments arguments = {}) const

Definition at line 169 of file math_opt/cpp/solve.cc.

◆ Update()

absl::StatusOr< UpdateResult > Update ( )

Definition at line 144 of file math_opt/cpp/solve.cc.


The documentation for this class was generated from the following files: