SMT-RAT
24.02
Toolbox for Strategic and Parallel Satisfiability-Modulo-Theories Solving
|
#include <iostream>
#include <map>
#include <vector>
#include <optional>
#include "../common.h"
#include "BaseProjection.h"
Go to the source code of this file.
Data Structures | |
class | smtrat::cad::Projection< Incrementality::NONE, Backtracking::UNORDERED, Settings > |
This class implements a projection that supports no incrementality and allows backtracking to be out of order. More... | |
Namespaces | |
smtrat | |
Class to create the formulas for axioms. | |
smtrat::cad | |
Functions | |
template<typename S > | |
std::ostream & | smtrat::cad::operator<< (std::ostream &os, const Projection< Incrementality::NONE, Backtracking::UNORDERED, S > &p) |