72std::ostream &operator<<(std::ostream &os,
const Sense &sense);
76#ifdef DLINEAR_INCLUDE_FMT
78#include "dlinear/util/logging.h"
Namespace for the MPS parser of the dlinear library.
Sense
Sense of a constraint row.
@ N
No sense, used for the objective function.
Sense ParseSense(const std::string &sense)
Parse a sense from a string.