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

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

AddIndicatorConstraint(MPConstraint *const)operations_research::MPSolverInterfaceinlinevirtual
AddRowConstraint(MPConstraint *ct) overrideoperations_research::XpressInterfacevirtual
AddVariable(MPVariable *var) overrideoperations_research::XpressInterfacevirtual
best_objective_bound() constoperations_research::MPSolverInterface
best_objective_bound_operations_research::MPSolverInterfaceprotected
BranchingPriorityChangedForVariable(int)operations_research::MPSolverInterfaceinlinevirtual
CheckSolutionExists() constoperations_research::MPSolverInterfacevirtual
CheckSolutionIsSynchronized() constoperations_research::MPSolverInterface
CheckSolutionIsSynchronizedAndExists() constoperations_research::MPSolverInterfaceinline
ClearConstraint(MPConstraint *constraint) overrideoperations_research::XpressInterfacevirtual
ClearObjective() overrideoperations_research::XpressInterfacevirtual
column_status(int variable_index) const overrideoperations_research::XpressInterfacevirtual
ComputeExactConditionNumber() const overrideoperations_research::XpressInterfaceinlinevirtual
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::XpressInterfacevirtual
ExtractNewVariables() overrideoperations_research::XpressInterfacevirtual
ExtractObjective() overrideoperations_research::XpressInterfacevirtual
infinity()operations_research::MPSolverInterfaceinlinevirtual
InterruptSolve() overrideoperations_research::XpressInterfaceinlinevirtual
InvalidateSolutionSynchronization()operations_research::MPSolverInterfaceprotected
IsContinuous() const overrideoperations_research::XpressInterfaceinlinevirtual
IsLP() const overrideoperations_research::XpressInterfaceinlinevirtual
IsMIP() const overrideoperations_research::XpressInterfaceinlinevirtual
iterations() constoperations_research::XpressInterfacevirtual
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() constoperations_research::XpressInterfacevirtual
objective_value() constoperations_research::MPSolverInterface
objective_value_operations_research::MPSolverInterfaceprotected
quiet() constoperations_research::MPSolverInterfaceinline
quiet_operations_research::MPSolverInterfaceprotected
ReadParameterFile(std::string const &filename)operations_research::XpressInterfaceprotectedvirtual
Reset() overrideoperations_research::XpressInterfacevirtual
ResetExtractionInformation()operations_research::MPSolverInterfaceprotected
result_status() constoperations_research::MPSolverInterfaceinline
result_status_operations_research::MPSolverInterfaceprotected
row_status(int constraint_index) const overrideoperations_research::XpressInterfacevirtual
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 *mp_callback) overrideoperations_research::XpressInterfacevirtual
SetCoefficient(MPConstraint *constraint, MPVariable const *variable, double new_value, double old_value) overrideoperations_research::XpressInterfacevirtual
SetCommonParameters(const MPSolverParameters &param)operations_research::MPSolverInterfaceprotected
SetConstraintBounds(int row_index, double lb, double ub) overrideoperations_research::XpressInterfacevirtual
SetDoubleParamToUnsupportedValue(MPSolverParameters::DoubleParam param, double value)operations_research::MPSolverInterfaceprotected
SetDualTolerance(double value) overrideoperations_research::XpressInterfaceprotectedvirtual
SetIntegerParamToUnsupportedValue(MPSolverParameters::IntegerParam param, int value)operations_research::MPSolverInterfaceprotectedvirtual
SetLpAlgorithm(int value) overrideoperations_research::XpressInterfaceprotectedvirtual
SetMIPParameters(const MPSolverParameters &param)operations_research::MPSolverInterfaceprotected
SetNumThreads(int num_threads)operations_research::MPSolverInterfaceprotectedvirtual
SetObjectiveCoefficient(MPVariable const *variable, double coefficient) overrideoperations_research::XpressInterfacevirtual
SetObjectiveOffset(double value) overrideoperations_research::XpressInterfacevirtual
SetOptimizationDirection(bool maximize) overrideoperations_research::XpressInterfacevirtual
SetParameters(MPSolverParameters const &param) overrideoperations_research::XpressInterfaceprotectedvirtual
SetPresolveMode(int value) overrideoperations_research::XpressInterfaceprotectedvirtual
SetPrimalTolerance(double value) overrideoperations_research::XpressInterfaceprotectedvirtual
SetRelativeMipGap(double value) overrideoperations_research::XpressInterfaceprotectedvirtual
SetScalingMode(int value) overrideoperations_research::XpressInterfaceprotectedvirtual
SetStartingLpBasis(const std::vector< MPSolver::BasisStatus > &variable_statuses, const std::vector< MPSolver::BasisStatus > &constraint_statuses) overrideoperations_research::XpressInterfacevirtual
SetUnsupportedDoubleParam(MPSolverParameters::DoubleParam param)operations_research::MPSolverInterfaceprotected
SetUnsupportedIntegerParam(MPSolverParameters::IntegerParam param)operations_research::MPSolverInterfaceprotectedvirtual
SetVariableBounds(int var_index, double lb, double ub) overrideoperations_research::XpressInterfacevirtual
SetVariableInteger(int var_index, bool integer) overrideoperations_research::XpressInterfacevirtual
SOLUTION_SYNCHRONIZED enum valueoperations_research::MPSolverInterface
Solve(MPSolverParameters const &param) overrideoperations_research::XpressInterfacevirtual
solver_operations_research::MPSolverInterfaceprotected
SolverVersion() const overrideoperations_research::XpressInterfacevirtual
SupportsCallbacks() const overrideoperations_research::XpressInterfaceinlinevirtual
SupportsDirectlySolveProto(std::atomic< bool > *) constoperations_research::MPSolverInterfaceinlinevirtual
sync_status_operations_research::MPSolverInterfaceprotected
SynchronizationStatus enum nameoperations_research::MPSolverInterface
underlying_solver() overrideoperations_research::XpressInterfaceinlinevirtual
ValidFileExtensionForParameterFile() constoperations_research::XpressInterfaceprotectedvirtual
variable_is_extracted(int var_index) constoperations_research::MPSolverInterfaceinline
Write(const std::string &filename) overrideoperations_research::XpressInterfacevirtual
XpressInterface(MPSolver *solver, bool mip)operations_research::XpressInterfaceexplicit
~MPSolverInterface()operations_research::MPSolverInterfacevirtual
~XpressInterface() overrideoperations_research::XpressInterface