13template <
typename baseType>
22 constexpr explicit Param(
const std::string_view& name)
Enum equivalent of SCIP's string parameters.
Stores the argument type and string representation of a parameter.
constexpr Param(const std::string_view &name)
C'tor that stores the original parameter name and its type as template parameter.
std::string_view scipName
Original name of the parameter in SCIP.