![]() |
Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
|
Definition at line 29 of file integral_solver.h.
#include <integral_solver.h>
Public Member Functions | |
| IntegralSolver () | |
| IntegralSolver (const IntegralSolver &)=delete | |
| IntegralSolver & | operator= (const IntegralSolver &)=delete |
| ~IntegralSolver ()=default | |
| void | SetParameters (const BopParameters ¶meters) |
| BopParameters | parameters () const |
| ABSL_MUST_USE_RESULT BopSolveStatus | Solve (const glop::LinearProgram &linear_problem) |
| ABSL_MUST_USE_RESULT BopSolveStatus | SolveWithTimeLimit (const glop::LinearProgram &linear_problem, TimeLimit *time_limit) |
| ABSL_MUST_USE_RESULT BopSolveStatus | Solve (const glop::LinearProgram &linear_problem, const glop::DenseRow &user_provided_initial_solution) |
| ABSL_MUST_USE_RESULT BopSolveStatus | SolveWithTimeLimit (const glop::LinearProgram &linear_problem, const glop::DenseRow &user_provided_initial_solution, TimeLimit *time_limit) |
| glop::Fractional | objective_value () const |
| glop::Fractional | best_bound () const |
| const glop::DenseRow & | variable_values () const |
| operations_research::bop::IntegralSolver::IntegralSolver | ( | ) |
Definition at line 1076 of file integral_solver.cc.
|
delete |
|
default |
|
inline |
Definition at line 67 of file integral_solver.h.
|
inline |
Definition at line 64 of file integral_solver.h.
|
delete |
|
inline |
Definition at line 44 of file integral_solver.h.
|
inline |
Definition at line 41 of file integral_solver.h.
| BopSolveStatus operations_research::bop::IntegralSolver::Solve | ( | const glop::LinearProgram & | linear_problem | ) |
Definition at line 1079 of file integral_solver.cc.
| BopSolveStatus operations_research::bop::IntegralSolver::Solve | ( | const glop::LinearProgram & | linear_problem, |
| const glop::DenseRow & | user_provided_initial_solution ) |
Definition at line 1088 of file integral_solver.cc.
| BopSolveStatus operations_research::bop::IntegralSolver::SolveWithTimeLimit | ( | const glop::LinearProgram & | linear_problem, |
| const glop::DenseRow & | user_provided_initial_solution, | ||
| TimeLimit * | time_limit ) |
Definition at line 1097 of file integral_solver.cc.
| BopSolveStatus operations_research::bop::IntegralSolver::SolveWithTimeLimit | ( | const glop::LinearProgram & | linear_problem, |
| TimeLimit * | time_limit ) |
Definition at line 1083 of file integral_solver.cc.
|
inline |
Definition at line 71 of file integral_solver.h.