13#include "dlinear/symbolic/literal.h"
44std::ostream &operator<<(std::ostream &os,
const Sort &sort);
48#ifdef DLINEAR_INCLUDE_FMT
50#include "dlinear/util/logging.h"
Type
Supported types of symbolic variables.
Namespace for the SMT2 parser of the dlinear library.
Variable::Type SortToType(Sort sort)
Convert a sort to a variable type.
Sort ParseSort(const std::string &s)
Parse a string to a sort.