32std::ostream &operator<<(std::ostream &os,
const Logic &logic);
36#ifdef DLINEAR_INCLUDE_FMT
38#include "dlinear/util/logging.h"
Global namespace for the dlinear library.
Logic
The SMT-LIB logic the SMT2 file is using.
@ QF_RDL
Quantifier free real difference logic.
@ QF_NRA
Quantifier free non-linear real arithmetic.
@ QF_LRA
Quantifier free linear real arithmetic. It is the only one dlinear supports.
@ QF_LIA
Quantifier free linear integer arithmetic.
@ LRA
Linear real arithmetic.
@ QF_NRA_ODE
Quantifier free non-linear real arithmetic with ODEs.
Logic parseLogic(const std::string &s)
Parse the logic from a string.