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 VNNLIB parser of the dlinear library.
Sort ParseSort(const std::string &s)
Parse a string to a sort.
Variable::Type SortToType(Sort sort)
Convert a sort to a variable type.