SCIP++ refs/heads/main
 
Loading...
Searching...
No Matches
scippp::Model Member List

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::Modelinline
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::Modelinline
epsilon() constscippp::Model
getBestSol() constscippp::Model
getLastReturnCode() constscippp::Model
getNSols() constscippp::Model
getPrimalbound() constscippp::Model
getSolvingStatistic(const statistics::Statistic< T > &statistic) constscippp::Modelinline
getStatus() constscippp::Model
infinity() constscippp::Model
isZero(SCIP_Real value) constscippp::Model
Model(const std::string &name, SCIP *scip=nullptr, bool includeDefaultPlugins=true)scippp::Modelexplicit
round(SCIP_Real value) constscippp::Model
scip() constscippp::Model
setObjsense(Sense objsense)scippp::Model
setParam(params::Param< PT > parameter, T value)scippp::Modelinline
setScipCallWrapper(std::function< void(SCIP_Retcode)> wrapper)scippp::Model
solve()scippp::Model
writeOrigProblem(const std::filesystem::directory_entry &filename, bool genericNames=false) constscippp::Model
writeOrigProblem(const std::string &extension, bool genericNames=false) constscippp::Model
~Model()scippp::Model