OR-Tools  8.2
SCIPInterface Member List

This is the complete list of members for SCIPInterface, including all inherited members.

AddIndicatorConstraint(MPConstraint *ct) overrideSCIPInterfacevirtual
AddRowConstraint(MPConstraint *ct) overrideSCIPInterfacevirtual
AddVariable(MPVariable *var) overrideSCIPInterfacevirtual
best_objective_bound() constMPSolverInterface
best_objective_bound_MPSolverInterfaceprotected
BranchingPriorityChangedForVariable(int var_index) overrideSCIPInterfacevirtual
CheckSolutionExists() constMPSolverInterfacevirtual
CheckSolutionIsSynchronized() constMPSolverInterface
CheckSolutionIsSynchronizedAndExists() constMPSolverInterfaceinline
ClearConstraint(MPConstraint *constraint) overrideSCIPInterfacevirtual
ClearObjective() overrideSCIPInterfacevirtual
column_status(int variable_index) const overrideSCIPInterfaceinlinevirtual
ComputeExactConditionNumber() constMPSolverInterfacevirtual
constraint_is_extracted(int ct_index) constMPSolverInterfaceinline
DirectlySolveProto(const MPModelRequest &request) overrideSCIPInterfacevirtual
ExtractModel()MPSolverInterfaceprotected
ExtractNewConstraints() overrideSCIPInterfacevirtual
ExtractNewVariables() overrideSCIPInterfacevirtual
ExtractObjective() overrideSCIPInterfacevirtual
InterruptSolve() overrideSCIPInterfaceinlinevirtual
InvalidateSolutionSynchronization()MPSolverInterfaceprotected
IsContinuous() const overrideSCIPInterfaceinlinevirtual
IsLP() const overrideSCIPInterfaceinlinevirtual
IsMIP() const overrideSCIPInterfaceinlinevirtual
iterations() const overrideSCIPInterfacevirtual
kDummyVariableIndexMPSolverInterfaceprotectedstatic
kUnknownNumberOfIterationsMPSolverInterfacestatic
kUnknownNumberOfNodesMPSolverInterfacestatic
last_constraint_index_MPSolverInterfaceprotected
last_variable_index() constMPSolverInterfaceinline
last_variable_index_MPSolverInterfaceprotected
maximize_MPSolverInterfaceprotected
MODEL_SYNCHRONIZED enum valueMPSolverInterface
MPSolverInterface(MPSolver *const solver)MPSolverInterfaceexplicit
MUST_RELOAD enum valueMPSolverInterface
NextSolution() overrideSCIPInterfacevirtual
nodes() const overrideSCIPInterfacevirtual
objective_value() constMPSolverInterface
objective_value_MPSolverInterfaceprotected
quiet() constMPSolverInterfaceinline
quiet_MPSolverInterfaceprotected
Reset() overrideSCIPInterfacevirtual
ResetExtractionInformation()MPSolverInterfaceprotected
result_status() constMPSolverInterfaceinline
result_status_MPSolverInterfaceprotected
row_status(int constraint_index) const overrideSCIPInterfaceinlinevirtual
SCIPInterface(MPSolver *solver)SCIPInterfaceexplicit
set_constraint_as_extracted(int ct_index, bool extracted)MPSolverInterfaceinline
set_quiet(bool quiet_value)MPSolverInterfaceinline
set_variable_as_extracted(int var_index, bool extracted)MPSolverInterfaceinline
SetCallback(MPCallback *mp_callback) overrideSCIPInterfacevirtual
SetCoefficient(MPConstraint *constraint, const MPVariable *variable, double new_value, double old_value) overrideSCIPInterfacevirtual
SetCommonParameters(const MPSolverParameters &param)MPSolverInterfaceprotected
SetConstraintBounds(int row_index, double lb, double ub) overrideSCIPInterfacevirtual
SetDoubleParamToUnsupportedValue(MPSolverParameters::DoubleParam param, double value)MPSolverInterfaceprotected
SetMIPParameters(const MPSolverParameters &param)MPSolverInterfaceprotected
SetObjectiveCoefficient(const MPVariable *variable, double coefficient) overrideSCIPInterfacevirtual
SetObjectiveOffset(double value) overrideSCIPInterfacevirtual
SetOptimizationDirection(bool maximize) overrideSCIPInterfacevirtual
SetStartingLpBasis(const std::vector< MPSolver::BasisStatus > &variable_statuses, const std::vector< MPSolver::BasisStatus > &constraint_statuses)MPSolverInterfaceinlinevirtual
SetUnsupportedDoubleParam(MPSolverParameters::DoubleParam param)MPSolverInterfaceprotected
SetVariableBounds(int var_index, double lb, double ub) overrideSCIPInterfacevirtual
SetVariableInteger(int var_index, bool integer) overrideSCIPInterfacevirtual
SOLUTION_SYNCHRONIZED enum valueMPSolverInterface
Solve(const MPSolverParameters &param) overrideSCIPInterfacevirtual
solver_MPSolverInterfaceprotected
SolverVersion() const overrideSCIPInterfaceinlinevirtual
SupportsCallbacks() const overrideSCIPInterfaceinlinevirtual
sync_status_MPSolverInterfaceprotected
SynchronizationStatus enum nameMPSolverInterface
underlying_solver() overrideSCIPInterfaceinlinevirtual
variable_is_extracted(int var_index) constMPSolverInterfaceinline
Write(const std::string &filename)MPSolverInterfacevirtual
~MPSolverInterface()MPSolverInterfacevirtual
~SCIPInterface() overrideSCIPInterface