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

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

AddIndicatorConstraint(MPConstraint *const)operations_research::MPSolverInterfaceinlinevirtual
AddRowConstraint(MPConstraint *ct) overrideoperations_research::BopInterfacevirtual
AddVariable(MPVariable *var) overrideoperations_research::BopInterfacevirtual
best_objective_bound() constoperations_research::MPSolverInterface
best_objective_bound_operations_research::MPSolverInterfaceprotected
BopInterface(MPSolver *solver)operations_research::BopInterfaceexplicit
BranchingPriorityChangedForVariable(int)operations_research::MPSolverInterfaceinlinevirtual
CheckSolutionExists() constoperations_research::MPSolverInterfacevirtual
CheckSolutionIsSynchronized() constoperations_research::MPSolverInterface
CheckSolutionIsSynchronizedAndExists() constoperations_research::MPSolverInterfaceinline
ClearConstraint(MPConstraint *constraint) overrideoperations_research::BopInterfacevirtual
ClearObjective() overrideoperations_research::BopInterfacevirtual
column_status(int variable_index) const overrideoperations_research::BopInterfacevirtual
ComputeExactConditionNumber() constoperations_research::MPSolverInterfacevirtual
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::BopInterfacevirtual
ExtractNewVariables() overrideoperations_research::BopInterfacevirtual
ExtractObjective() overrideoperations_research::BopInterfacevirtual
infinity()operations_research::MPSolverInterfaceinlinevirtual
InterruptSolve() overrideoperations_research::BopInterfacevirtual
InvalidateSolutionSynchronization()operations_research::MPSolverInterfaceprotected
IsContinuous() const overrideoperations_research::BopInterfacevirtual
IsLP() const overrideoperations_research::BopInterfacevirtual
IsMIP() const overrideoperations_research::BopInterfacevirtual
iterations() const overrideoperations_research::BopInterfacevirtual
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::BopInterfacevirtual
objective_value() constoperations_research::MPSolverInterface
objective_value_operations_research::MPSolverInterfaceprotected
quiet() constoperations_research::MPSolverInterfaceinline
quiet_operations_research::MPSolverInterfaceprotected
Reset() overrideoperations_research::BopInterfacevirtual
ResetExtractionInformation()operations_research::MPSolverInterfaceprotected
result_status() constoperations_research::MPSolverInterfaceinline
result_status_operations_research::MPSolverInterfaceprotected
row_status(int constraint_index) const overrideoperations_research::BopInterfacevirtual
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::BopInterfacevirtual
SetCommonParameters(const MPSolverParameters &param)operations_research::MPSolverInterfaceprotected
SetConstraintBounds(int index, double lb, double ub) overrideoperations_research::BopInterfacevirtual
SetDoubleParamToUnsupportedValue(MPSolverParameters::DoubleParam param, double value)operations_research::MPSolverInterfaceprotected
SetDualTolerance(double value) overrideoperations_research::BopInterfacevirtual
SetIntegerParamToUnsupportedValue(MPSolverParameters::IntegerParam param, int value)operations_research::MPSolverInterfaceprotectedvirtual
SetLpAlgorithm(int value) overrideoperations_research::BopInterfacevirtual
SetMIPParameters(const MPSolverParameters &param)operations_research::MPSolverInterfaceprotected
SetNumThreads(int num_threads)operations_research::MPSolverInterfaceprotectedvirtual
SetObjectiveCoefficient(const MPVariable *variable, double coefficient) overrideoperations_research::BopInterfacevirtual
SetObjectiveOffset(double value) overrideoperations_research::BopInterfacevirtual
SetOptimizationDirection(bool maximize) overrideoperations_research::BopInterfacevirtual
SetParameters(const MPSolverParameters &param) overrideoperations_research::BopInterfacevirtual
SetPresolveMode(int value) overrideoperations_research::BopInterfacevirtual
SetPrimalTolerance(double value) overrideoperations_research::BopInterfacevirtual
SetRelativeMipGap(double value) overrideoperations_research::BopInterfacevirtual
SetScalingMode(int value) overrideoperations_research::BopInterfacevirtual
SetSolverSpecificParametersAsString(const std::string &parameters) overrideoperations_research::BopInterfacevirtual
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 index, double lb, double ub) overrideoperations_research::BopInterfacevirtual
SetVariableInteger(int index, bool integer) overrideoperations_research::BopInterfacevirtual
SOLUTION_SYNCHRONIZED enum valueoperations_research::MPSolverInterface
Solve(const MPSolverParameters &param) overrideoperations_research::BopInterfacevirtual
solver_operations_research::MPSolverInterfaceprotected
SolverVersion() const overrideoperations_research::BopInterfacevirtual
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::BopInterfacevirtual
variable_is_extracted(int var_index) constoperations_research::MPSolverInterfaceinline
Write(const std::string &filename)operations_research::MPSolverInterfacevirtual
~BopInterface() overrideoperations_research::BopInterface
~MPSolverInterface()operations_research::MPSolverInterfacevirtual