#include <types.h>
|
const auto & | var_types () const |
|
carl::Quantifier | var_type (const carl::Variable &var) const |
| Returns the type of the given variable. More...
|
|
bool | has (const carl::Variable &var) const |
|
void | set_var_type (const carl::Variable &var, carl::Quantifier type) |
|
|
boost::container::flat_map< carl::Variable, carl::Quantifier > | m_var_types |
|
Definition at line 151 of file types.h.
◆ has()
bool smtrat::covering_ng::VariableQuantification::has |
( |
const carl::Variable & |
var | ) |
const |
|
inline |
◆ set_var_type()
void smtrat::covering_ng::VariableQuantification::set_var_type |
( |
const carl::Variable & |
var, |
|
|
carl::Quantifier |
type |
|
) |
| |
|
inline |
◆ var_type()
carl::Quantifier smtrat::covering_ng::VariableQuantification::var_type |
( |
const carl::Variable & |
var | ) |
const |
|
inline |
Returns the type of the given variable.
- Parameters
-
- Returns
- The type of the variable. Returns EXISTS if the variable is not quantified.
Definition at line 165 of file types.h.
◆ var_types()
const auto& smtrat::covering_ng::VariableQuantification::var_types |
( |
| ) |
const |
|
inline |
◆ m_var_types
boost::container::flat_map<carl::Variable, carl::Quantifier> smtrat::covering_ng::VariableQuantification::m_var_types |
|
private |
The documentation for this class was generated from the following file: