sym Tuple class
More...
#include <data_structures.hpp>
sym Tuple class
allows to group separate STerms in one place
Definition at line 16 of file data_structures.hpp.
◆ STuple() [1/5]
smt_terms::STuple::STuple |
( |
| ) |
|
|
inline |
◆ STuple() [2/5]
smt_terms::STuple::STuple |
( |
const cvc5::Term & |
term, |
|
|
Solver * |
s, |
|
|
TermType |
type = TermType::STuple |
|
) |
| |
|
inline |
◆ STuple() [3/5]
smt_terms::STuple::STuple |
( |
const std::vector< STerm > & |
terms | ) |
|
|
inline |
◆ STuple() [4/5]
smt_terms::STuple::STuple |
( |
const STuple & |
other | ) |
|
|
default |
◆ STuple() [5/5]
smt_terms::STuple::STuple |
( |
STuple && |
other | ) |
|
|
default |
◆ ~STuple()
smt_terms::STuple::~STuple |
( |
| ) |
|
|
default |
◆ get_sort()
cvc5::Sort smt_terms::STuple::get_sort |
( |
| ) |
const |
|
inline |
◆ operator cvc5::Term()
smt_terms::STuple::operator cvc5::Term |
( |
| ) |
const |
|
inline |
◆ operator std::string()
smt_terms::STuple::operator std::string |
( |
| ) |
const |
|
inline |
◆ operator!=()
void smt_terms::STuple::operator!= |
( |
const STuple & |
other | ) |
const |
|
inline |
Create an inequality constraint between two symbolic tuples of the same type
Definition at line 64 of file data_structures.hpp.
◆ operator=() [1/2]
STuple & smt_terms::STuple::operator= |
( |
const STuple & |
right | ) |
|
|
default |
◆ operator=() [2/2]
◆ operator==()
void smt_terms::STuple::operator== |
( |
const STuple & |
other | ) |
const |
|
inline |
Create an equality constraint between two symbolic tuples of the same type
Definition at line 54 of file data_structures.hpp.
◆ operator<<
std::ostream & operator<< |
( |
std::ostream & |
out, |
|
|
const STuple & |
term |
|
) |
| |
|
friend |
◆ solver
Solver* smt_terms::STuple::solver |
◆ term
cvc5::Term smt_terms::STuple::term |
◆ type
The documentation for this class was generated from the following file: