SMT-RAT  24.02
Toolbox for Strategic and Parallel Satisfiability-Modulo-Theories Solving
VariantMap.h File Reference
#include <smtrat-common/smtrat-common.h>
#include <boost/variant.hpp>
#include <cxxabi.h>
#include <map>
#include <string>
#include <cstdlib>
Include dependency graph for VariantMap.h:
This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description