![]() |
Google OR-Tools v9.12
a fast and portable software suite for combinatorial optimization
|
This is the complete list of members for operations_research::math_opt::Xpress, including all inherited members.
AddConstrs(absl::Span< const char > sense, absl::Span< const double > rhs, absl::Span< const double > rng) | operations_research::math_opt::Xpress | |
AddConstrs(absl::Span< const char > rowtype, absl::Span< const double > rhs, absl::Span< const double > rng, absl::Span< const int > start, absl::Span< const int > colind, absl::Span< const double > rowcoef) | operations_research::math_opt::Xpress | |
AddVars(absl::Span< const double > obj, absl::Span< const double > lb, absl::Span< const double > ub, absl::Span< const char > vtype) | operations_research::math_opt::Xpress | |
AddVars(absl::Span< const int > vbegin, absl::Span< const int > vind, absl::Span< const double > vval, absl::Span< const double > obj, absl::Span< const double > lb, absl::Span< const double > ub, absl::Span< const char > vtype) | operations_research::math_opt::Xpress | |
ChgCoeffs(absl::Span< const int > cind, absl::Span< const int > vind, absl::Span< const double > val) | operations_research::math_opt::Xpress | |
GetBasis(std::vector< int > &rowBasis, std::vector< int > &colBasis) const | operations_research::math_opt::Xpress | |
GetDoubleAttr(int attribute) const | operations_research::math_opt::Xpress | |
GetDualStatus() const | operations_research::math_opt::Xpress | |
GetIntAttr(int attribute) const | operations_research::math_opt::Xpress | |
GetIntControl(int control) const | operations_research::math_opt::Xpress | |
GetLpSol(absl::Span< double > primals, absl::Span< double > duals, absl::Span< double > reducedCosts) | operations_research::math_opt::Xpress | |
GetNumberOfConstraints() const | operations_research::math_opt::Xpress | |
GetNumberOfVariables() const | operations_research::math_opt::Xpress | |
GetVarLb() const | operations_research::math_opt::Xpress | |
GetVarUb() const | operations_research::math_opt::Xpress | |
LpOptimize(std::string flags) | operations_research::math_opt::Xpress | |
MipOptimize() | operations_research::math_opt::Xpress | |
New(const std::string &model_name) | operations_research::math_opt::Xpress | static |
PostSolve() | operations_research::math_opt::Xpress | |
printXpressMessage(XPRSprob prob, void *data, const char *sMsg, int nLen, int nMsgLvl) | operations_research::math_opt::Xpress | static |
ResetIntControl(int control) | operations_research::math_opt::Xpress | |
SetIntControl(int control, int value) | operations_research::math_opt::Xpress | |
SetLinearObjective(double offset, absl::Span< const int > colind, absl::Span< const double > values) | operations_research::math_opt::Xpress | |
SetObjectiveSense(bool maximize) | operations_research::math_opt::Xpress | |
SetProbName(const std::string &name) | operations_research::math_opt::Xpress | |
SetQuadraticObjective(absl::Span< const int > colind1, absl::Span< const int > colind2, absl::Span< const double > coefficients) | operations_research::math_opt::Xpress | |
SetStartingBasis(std::vector< int > &rowBasis, std::vector< int > &colBasis) const | operations_research::math_opt::Xpress | |
Terminate() | operations_research::math_opt::Xpress | |
Xpress()=delete | operations_research::math_opt::Xpress | |
~Xpress() | operations_research::math_opt::Xpress |