This is the complete list of members for scippp::Model, including all inherited members.
addConstr(const LinIneq &ineq, const std::string &name) | scippp::Model | |
addVar(const std::string &name, SCIP_Real coeff=0.0, VarType varType=VarType::CONTINUOUS, std::optional< SCIP_Real > lb=0.0, std::optional< SCIP_Real > ub=1.0) | scippp::Model | |
addVars(const std::string &prefix, size_t numVars, const CoeffType &coeffs=COEFF_ZERO, VarType varType=VarType::CONTINUOUS, std::optional< SCIP_Real > lb=0.0, std::optional< SCIP_Real > ub=1.0) | scippp::Model | inline |
addVars(const std::string &prefix, const CoeffType &coeffs=COEFF_ZERO, VarType varType=VarType::CONTINUOUS, std::optional< SCIP_Real > lb=0.0, std::optional< SCIP_Real > ub=1.0) | scippp::Model | inline |
epsilon() const | scippp::Model | |
getBestSol() const | scippp::Model | |
getLastReturnCode() const | scippp::Model | |
getNSols() const | scippp::Model | |
getPrimalbound() const | scippp::Model | |
getSolvingStatistic(const statistics::Statistic< T > &statistic) const | scippp::Model | inline |
getStatus() const | scippp::Model | |
infinity() const | scippp::Model | |
isZero(SCIP_Real value) const | scippp::Model | |
Model(const std::string &name, SCIP *scip=nullptr, bool includeDefaultPlugins=true) | scippp::Model | explicit |
round(SCIP_Real value) const | scippp::Model | |
scip() const | scippp::Model | |
setObjsense(Sense objsense) | scippp::Model | |
setParam(params::Param< PT > parameter, T value) | scippp::Model | inline |
setScipCallWrapper(std::function< void(SCIP_Retcode)> wrapper) | scippp::Model | |
solve() | scippp::Model | |
writeOrigProblem(const std::filesystem::directory_entry &filename, bool genericNames=false) const | scippp::Model | |
writeOrigProblem(const std::string &extension, bool genericNames=false) const | scippp::Model | |
~Model() | scippp::Model |