#include <ValidationPoint.h>
|
void | set_identifier (const std::string &channel, const std::string &file, int line) |
|
const auto & | channel () const |
|
auto | identifier () const |
|
const auto & | formulas () const |
|
std::size_t | add (const FormulaT &f, bool consistent, const std::string &name) |
|
std::size_t | add (const FormulasT &fs, bool consistent, const std::string &name) |
|
std::size_t | add (const FormulaSetT &fss, bool consistent, const std::string &name) |
|
std::size_t | add (const ConstraintT &c, bool consistent, const std::string &name) |
|
std::size_t | add (const ConstraintsT &cs, bool consistent, const std::string &name) |
|
Definition at line 21 of file ValidationPoint.h.
◆ add() [1/5]
std::size_t smtrat::validation::ValidationPoint::add |
( |
const ConstraintsT & |
cs, |
|
|
bool |
consistent, |
|
|
const std::string & |
name |
|
) |
| |
|
inline |
◆ add() [2/5]
std::size_t smtrat::validation::ValidationPoint::add |
( |
const ConstraintT & |
c, |
|
|
bool |
consistent, |
|
|
const std::string & |
name |
|
) |
| |
|
inline |
◆ add() [3/5]
std::size_t smtrat::validation::ValidationPoint::add |
( |
const FormulaSetT & |
fss, |
|
|
bool |
consistent, |
|
|
const std::string & |
name |
|
) |
| |
|
inline |
◆ add() [4/5]
std::size_t smtrat::validation::ValidationPoint::add |
( |
const FormulasT & |
fs, |
|
|
bool |
consistent, |
|
|
const std::string & |
name |
|
) |
| |
|
inline |
◆ add() [5/5]
std::size_t smtrat::validation::ValidationPoint::add |
( |
const FormulaT & |
f, |
|
|
bool |
consistent, |
|
|
const std::string & |
name |
|
) |
| |
|
inline |
◆ channel()
const auto& smtrat::validation::ValidationPoint::channel |
( |
| ) |
const |
|
inline |
◆ formulas()
const auto& smtrat::validation::ValidationPoint::formulas |
( |
| ) |
const |
|
inline |
◆ identifier()
auto smtrat::validation::ValidationPoint::identifier |
( |
| ) |
const |
|
inline |
◆ set_identifier()
void smtrat::validation::ValidationPoint::set_identifier |
( |
const std::string & |
channel, |
|
|
const std::string & |
file, |
|
|
int |
line |
|
) |
| |
|
inline |
◆ m_channel
std::string smtrat::validation::ValidationPoint::m_channel |
|
private |
◆ m_file
std::string smtrat::validation::ValidationPoint::m_file |
|
private |
◆ m_formulas
std::vector<std::tuple<std::string, bool, std::string> > smtrat::validation::ValidationPoint::m_formulas |
|
private |
◆ m_line
int smtrat::validation::ValidationPoint::m_line |
|
private |
The documentation for this class was generated from the following file: