| AddLinearConstraint(int64_t lower_bound, int64_t upper_bound, absl::Span< const std::pair< int, double > > variable_coeffs) | operations_research::RoutingLinearSolverWrapper | inline |
| AddMaximumConstraint(int, std::vector< int >) override | operations_research::RoutingGlopWrapper | inlinevirtual |
| AddObjectiveConstraint() override | operations_research::RoutingGlopWrapper | inlinevirtual |
| AddProductConstraint(int, std::vector< int >) override | operations_research::RoutingGlopWrapper | inlinevirtual |
| AddReifiedLinearConstraint(int64_t lower_bound, int64_t upper_bound, absl::Span< const std::pair< int, double > > weighted_variables) | operations_research::RoutingLinearSolverWrapper | inline |
| AddRoute(absl::Span< const int64_t >, absl::Span< const int >) override | operations_research::RoutingGlopWrapper | inlinevirtual |
| AddVariable(int64_t lower_bound, int64_t upper_bound) | operations_research::RoutingLinearSolverWrapper | inline |
| Clear() override | operations_research::RoutingGlopWrapper | inlinevirtual |
| ClearObjective() override | operations_research::RoutingGlopWrapper | inlinevirtual |
| CreateNewConstraint(int64_t lower_bound, int64_t upper_bound) override | operations_research::RoutingGlopWrapper | inlinevirtual |
| CreateNewPositiveVariable() override | operations_research::RoutingGlopWrapper | inlinevirtual |
| GetObjectiveCoefficient(int index) const override | operations_research::RoutingGlopWrapper | inlinevirtual |
| GetObjectiveValue() const override | operations_research::RoutingGlopWrapper | inlinevirtual |
| GetValue(int index) const override | operations_research::RoutingGlopWrapper | inlinevirtual |
| GetVariableLowerBound(int index) const override | operations_research::RoutingGlopWrapper | inlinevirtual |
| GetVariableUpperBound(int index) const override | operations_research::RoutingGlopWrapper | inlinevirtual |
| IsCPSATSolver() override | operations_research::RoutingGlopWrapper | inlinevirtual |
| kNoConstraint | operations_research::RoutingLinearSolverWrapper | static |
| ModelIsEmpty() const | operations_research::RoutingLinearSolverWrapper | inlinevirtual |
| NumVariables() const override | operations_research::RoutingGlopWrapper | inlinevirtual |
| PrintModel() const override | operations_research::RoutingGlopWrapper | inlinevirtual |
| RoutingGlopWrapper(bool is_relaxation, const glop::GlopParameters ¶meters) | operations_research::RoutingGlopWrapper | inline |
| SetCoefficient(int ct, int index, double coefficient) override | operations_research::RoutingGlopWrapper | inlinevirtual |
| SetEnforcementLiteral(int, int) override | operations_research::RoutingGlopWrapper | inlinevirtual |
| SetObjectiveCoefficient(int index, double coefficient) override | operations_research::RoutingGlopWrapper | inlinevirtual |
| SetParameters(const std::string ¶meters) override | operations_research::RoutingGlopWrapper | inlinevirtual |
| SetVariableBounds(int index, int64_t lower_bound, int64_t upper_bound) override | operations_research::RoutingGlopWrapper | inlinevirtual |
| SetVariableDisjointBounds(int index, const std::vector< int64_t > &starts, const std::vector< int64_t > &ends) override | operations_research::RoutingGlopWrapper | inlinevirtual |
| SetVariableName(int index, absl::string_view name) override | operations_research::RoutingGlopWrapper | inlinevirtual |
| SolutionIsInteger() const override | operations_research::RoutingGlopWrapper | inlinevirtual |
| Solve(absl::Duration duration_limit) override | operations_research::RoutingGlopWrapper | inlinevirtual |
| ~RoutingLinearSolverWrapper()=default | operations_research::RoutingLinearSolverWrapper | virtual |