Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
operations_research::RoutingGlopWrapper Member List

This is the complete list of members for operations_research::RoutingGlopWrapper, including all inherited members.

AddLinearConstraint(int64_t lower_bound, int64_t upper_bound, absl::Span< const std::pair< int, double > > variable_coeffs)operations_research::RoutingLinearSolverWrapperinline
AddMaximumConstraint(int, std::vector< int >) overrideoperations_research::RoutingGlopWrapperinlinevirtual
AddObjectiveConstraint() overrideoperations_research::RoutingGlopWrapperinlinevirtual
AddProductConstraint(int, std::vector< int >) overrideoperations_research::RoutingGlopWrapperinlinevirtual
AddReifiedLinearConstraint(int64_t lower_bound, int64_t upper_bound, absl::Span< const std::pair< int, double > > weighted_variables)operations_research::RoutingLinearSolverWrapperinline
AddVariable(int64_t lower_bound, int64_t upper_bound)operations_research::RoutingLinearSolverWrapperinline
Clear() overrideoperations_research::RoutingGlopWrapperinlinevirtual
ClearObjective() overrideoperations_research::RoutingGlopWrapperinlinevirtual
CreateNewConstraint(int64_t lower_bound, int64_t upper_bound) overrideoperations_research::RoutingGlopWrapperinlinevirtual
CreateNewPositiveVariable() overrideoperations_research::RoutingGlopWrapperinlinevirtual
GetObjectiveCoefficient(int index) const overrideoperations_research::RoutingGlopWrapperinlinevirtual
GetObjectiveValue() const overrideoperations_research::RoutingGlopWrapperinlinevirtual
GetValue(int index) const overrideoperations_research::RoutingGlopWrapperinlinevirtual
GetVariableLowerBound(int index) const overrideoperations_research::RoutingGlopWrapperinlinevirtual
GetVariableUpperBound(int index) const overrideoperations_research::RoutingGlopWrapperinlinevirtual
IsCPSATSolver() overrideoperations_research::RoutingGlopWrapperinlinevirtual
ModelIsEmpty() constoperations_research::RoutingLinearSolverWrapperinlinevirtual
NumVariables() const overrideoperations_research::RoutingGlopWrapperinlinevirtual
PrintModel() const overrideoperations_research::RoutingGlopWrapperinlinevirtual
RoutingGlopWrapper(bool is_relaxation, const glop::GlopParameters &parameters)operations_research::RoutingGlopWrapperinline
SetCoefficient(int ct, int index, double coefficient) overrideoperations_research::RoutingGlopWrapperinlinevirtual
SetEnforcementLiteral(int, int) overrideoperations_research::RoutingGlopWrapperinlinevirtual
SetObjectiveCoefficient(int index, double coefficient) overrideoperations_research::RoutingGlopWrapperinlinevirtual
SetParameters(const std::string &parameters) overrideoperations_research::RoutingGlopWrapperinlinevirtual
SetVariableBounds(int index, int64_t lower_bound, int64_t upper_bound) overrideoperations_research::RoutingGlopWrapperinlinevirtual
SetVariableDisjointBounds(int index, const std::vector< int64_t > &starts, const std::vector< int64_t > &ends) overrideoperations_research::RoutingGlopWrapperinlinevirtual
SetVariableName(int index, absl::string_view name) overrideoperations_research::RoutingGlopWrapperinlinevirtual
SolutionIsInteger() const overrideoperations_research::RoutingGlopWrapperinlinevirtual
Solve(absl::Duration duration_limit) overrideoperations_research::RoutingGlopWrapperinlinevirtual
~RoutingLinearSolverWrapper()operations_research::RoutingLinearSolverWrapperinlinevirtual