Go to the documentation of this file.
26 o->satisfying_assignment();
49 for(
const auto &g :
goals)
51 disjuncts.push_back(g.condition);
Class that provides messages with a built-in verbosity 'level'.
virtual exprt get(const exprt &expr) const =0
Return expr with variables replaced by values from satisfying assignment if available.
decision_proceduret::resultt operator()(message_handlert &)
Try to cover all goals.
void set_to_true(const exprt &expr)
For a Boolean expression expr, add the constraint 'expr'.
std::size_t _number_covered
bool is_true() const
Return whether the expression is a constant representing true.
std::size_t number_covered() const
exprt disjunction(const exprt::operandst &op)
1) generates a disjunction for two or more operands 2) for one operand, returns the operand 3) return...
void mark()
Mark goals that are covered.
void constraint()
Build clause.
goalst::size_type size() const
decision_proceduret & decision_procedure
std::vector< exprt > operandst
resultt
Result of running the decision procedure.