Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
▼Nscippp | C++ wrapper for SCIP |
▼Nparams | Enum equivalent of SCIP's string parameters |
CParam | Stores the argument type and string representation of a parameter |
▼Nstatistics | Parameters to access statistics with |
CStatistic | Storage for a function pointer |
CConstantCoefficient | A class which an index operator that always returns a constant value |
CLinExpr | Represents a linear combination of variables plus a constant term |
CLinIneq | Represents a linear inequality: lhs <= expr <= rhs |
CModel | A SCIP optimization model |
CSolution | Wrapper for a SCIP solution |
CVar | Wrapper for a SCIP variable |