delpi  0.0.1
DElta-complete LP solver
Loading...
Searching...
No Matches
FormulaKind.h
1
7#pragma once
8
9#include <iosfwd>
10
11namespace delpi {
12
22
35
36std::ostream& operator<<(std::ostream& os, FormulaKind kind);
37
38} // namespace delpi
39
40#ifdef DELPI_INCLUDE_FMT
41
42#include "delpi/util/logging.h"
43
44OSTREAM_FORMATTER(delpi::FormulaKind);
45
46#endif
Global namespace for the delpi library.
FormulaKind
Kinds of symbolic formulas.
Definition FormulaKind.h:14
LpRowSense operator!(const LpRowSense sense)
Invert the sense with delta == 0.
LpRowSense operator-(const LpRowSense sense)
Invert the sense with delta > 0.