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

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

AddIndicatorConstraint(MPConstraint *const)operations_research::MPSolverInterfaceinlinevirtual
AddRowConstraint(MPConstraint *ct) overrideoperations_research::GLPKInterfacevirtual
AddVariable(MPVariable *var) overrideoperations_research::GLPKInterfacevirtual
best_objective_bound() constoperations_research::MPSolverInterface
best_objective_bound_operations_research::MPSolverInterfaceprotected
BranchingPriorityChangedForVariable(int)operations_research::MPSolverInterfaceinlinevirtual
CheckSolutionExists() const overrideoperations_research::GLPKInterfacevirtual
CheckSolutionIsSynchronized() constoperations_research::MPSolverInterface
CheckSolutionIsSynchronizedAndExists() constoperations_research::MPSolverInterfaceinline
ClearConstraint(MPConstraint *constraint) overrideoperations_research::GLPKInterfacevirtual
ClearObjective() overrideoperations_research::GLPKInterfacevirtual
column_status(int variable_index) const overrideoperations_research::GLPKInterfacevirtual
ComputeExactConditionNumber() const overrideoperations_research::GLPKInterfacevirtual
constraint_is_extracted(int ct_index) constoperations_research::MPSolverInterfaceinline
DirectlySolveProto(LazyMutableCopy< MPModelRequest >, std::atomic< bool > *)operations_research::MPSolverInterfaceinlinevirtual
ExtractModel()operations_research::MPSolverInterfaceprotected
ExtractNewConstraints() overrideoperations_research::GLPKInterfacevirtual
ExtractNewVariables() overrideoperations_research::GLPKInterfacevirtual
ExtractObjective() overrideoperations_research::GLPKInterfacevirtual
GLPKInterface(MPSolver *solver, bool mip)operations_research::GLPKInterface
infinity()operations_research::MPSolverInterfaceinlinevirtual
InterruptSolve()operations_research::MPSolverInterfaceinlinevirtual
InvalidateSolutionSynchronization()operations_research::MPSolverInterfaceprotected
IsContinuous() const overrideoperations_research::GLPKInterfaceinlinevirtual
IsLP() const overrideoperations_research::GLPKInterfaceinlinevirtual
IsMIP() const overrideoperations_research::GLPKInterfaceinlinevirtual
iterations() const overrideoperations_research::GLPKInterfacevirtual
kDummyVariableIndexoperations_research::MPSolverInterfaceprotectedstatic
kUnknownNumberOfIterationsoperations_research::MPSolverInterfacestatic
kUnknownNumberOfNodesoperations_research::MPSolverInterfacestatic
last_constraint_index_operations_research::MPSolverInterfaceprotected
last_variable_index() constoperations_research::MPSolverInterfaceinline
last_variable_index_operations_research::MPSolverInterfaceprotected
maximize_operations_research::MPSolverInterfaceprotected
MODEL_SYNCHRONIZED enum valueoperations_research::MPSolverInterface
MPSolverInterface(MPSolver *solver)operations_research::MPSolverInterfaceexplicit
MUST_RELOAD enum valueoperations_research::MPSolverInterface
NextSolution()operations_research::MPSolverInterfaceinlinevirtual
nodes() const overrideoperations_research::GLPKInterfacevirtual
objective_value() constoperations_research::MPSolverInterface
objective_value_operations_research::MPSolverInterfaceprotected
quiet() constoperations_research::MPSolverInterfaceinline
quiet_operations_research::MPSolverInterfaceprotected
Reset() overrideoperations_research::GLPKInterfacevirtual
ResetExtractionInformation()operations_research::MPSolverInterfaceprotected
result_status() constoperations_research::MPSolverInterfaceinline
result_status_operations_research::MPSolverInterfaceprotected
row_status(int constraint_index) const overrideoperations_research::GLPKInterfacevirtual
set_constraint_as_extracted(int ct_index, bool extracted)operations_research::MPSolverInterfaceinline
set_quiet(bool quiet_value)operations_research::MPSolverInterfaceinline
set_variable_as_extracted(int var_index, bool extracted)operations_research::MPSolverInterfaceinline
SetCallback(MPCallback *)operations_research::MPSolverInterfaceinlinevirtual
SetCoefficient(MPConstraint *constraint, const MPVariable *variable, double new_value, double old_value) overrideoperations_research::GLPKInterfacevirtual
SetCommonParameters(const MPSolverParameters &param)operations_research::MPSolverInterfaceprotected
SetConstraintBounds(int mpsolver_constraint_index, double lb, double ub) overrideoperations_research::GLPKInterfacevirtual
SetDoubleParamToUnsupportedValue(MPSolverParameters::DoubleParam param, double value)operations_research::MPSolverInterfaceprotected
SetIntegerParamToUnsupportedValue(MPSolverParameters::IntegerParam param, int value)operations_research::MPSolverInterfaceprotectedvirtual
SetMIPParameters(const MPSolverParameters &param)operations_research::MPSolverInterfaceprotected
SetNumThreads(int num_threads)operations_research::MPSolverInterfaceprotectedvirtual
SetObjectiveCoefficient(const MPVariable *variable, double coefficient) overrideoperations_research::GLPKInterfacevirtual
SetObjectiveOffset(double value) overrideoperations_research::GLPKInterfacevirtual
SetOptimizationDirection(bool maximize) overrideoperations_research::GLPKInterfacevirtual
SetSolverSpecificParametersAsString(const std::string &parameters)operations_research::MPSolverInterfaceprotectedvirtual
SetStartingLpBasis(const std::vector< MPSolver::BasisStatus > &, const std::vector< MPSolver::BasisStatus > &)operations_research::MPSolverInterfaceinlinevirtual
SetUnsupportedDoubleParam(MPSolverParameters::DoubleParam param)operations_research::MPSolverInterfaceprotected
SetUnsupportedIntegerParam(MPSolverParameters::IntegerParam param)operations_research::MPSolverInterfaceprotectedvirtual
SetVariableBounds(int mpsolver_var_index, double lb, double ub) overrideoperations_research::GLPKInterfacevirtual
SetVariableInteger(int mpsolver_var_index, bool integer) overrideoperations_research::GLPKInterfacevirtual
SOLUTION_SYNCHRONIZED enum valueoperations_research::MPSolverInterface
Solve(const MPSolverParameters &param) overrideoperations_research::GLPKInterfacevirtual
solver_operations_research::MPSolverInterfaceprotected
SolverVersion() const overrideoperations_research::GLPKInterfaceinlinevirtual
SupportsCallbacks() constoperations_research::MPSolverInterfaceinlinevirtual
SupportsDirectlySolveProto(std::atomic< bool > *) constoperations_research::MPSolverInterfaceinlinevirtual
sync_status_operations_research::MPSolverInterfaceprotected
SynchronizationStatus enum nameoperations_research::MPSolverInterface
underlying_solver() overrideoperations_research::GLPKInterfaceinlinevirtual
variable_is_extracted(int var_index) constoperations_research::MPSolverInterfaceinline
Write(const std::string &filename)operations_research::MPSolverInterfacevirtual
~GLPKInterface() overrideoperations_research::GLPKInterface
~MPSolverInterface()operations_research::MPSolverInterfacevirtual