SMT-RAT
24.02
Toolbox for Strategic and Parallel Satisfiability-Modulo-Theories Solving
|
#include <smtrat-common/smtrat-common.h>
#include <boost/variant.hpp>
#include <cxxabi.h>
#include <map>
#include <string>
#include <cstdlib>
Go to the source code of this file.
Data Structures | |
struct | smtrat::is_variant< T > |
States whether a given type is a boost::variant . More... | |
class | smtrat::VariantMap< Key, Value > |
This class is a specialization of std::map where the keys are of arbitrary type and the values are of type boost::variant . More... | |
Namespaces | |
smtrat | |
Class to create the formulas for axioms. | |
Definition in file VariantMap.h.