Definition expression_graph.hpp:11
ExpressionType
Expression type.
Definition expression_type.hpp:18
@ CONSTANT
The expression is a constant.
@ QUADRATIC
The expression is composed of quadratic and lower-order operators.
@ LINEAR
The expression is composed of linear and lower-order operators.
@ NONE
There is no expression.
@ NONLINEAR
The expression is composed of nonlinear and lower-order operators.
SLEIPNIR_DLLEXPORT constexpr std::string_view to_message(const ExitStatus &exit_status)
Returns user-readable message corresponding to the solver exit status.
Definition exit_status.hpp:50
#define SLEIPNIR_DLLEXPORT
Definition symbol_exports.hpp:34