Go to the documentation of this file.
12 #ifndef CPROVER_SOLVERS_PROP_COVER_GOALS_H
13 #define CPROVER_SOLVERS_PROP_COVER_GOALS_H
77 goals.emplace_back(std::move(condition));
108 #endif // CPROVER_SOLVERS_PROP_COVER_GOALS_H
decision_proceduret::resultt operator()(message_handlert &)
Try to cover all goals.
std::list< goalt > goalst
Base class for all expressions.
std::size_t _number_covered
virtual void goal_covered(const goalt &)
Try to cover some given set of goals incrementally.
std::size_t number_covered() const
unsigned iterations() const
cover_goalst(decision_proceduret &_decision_procedure)
void mark()
Mark goals that are covered.
void constraint()
Build clause.
void register_observer(observert &o)
enum cover_goalst::goalt::statust status
virtual void satisfying_assignment()
goalst::size_type size() const
decision_proceduret & decision_procedure
resultt
Result of running the decision procedure.
std::vector< observert * > observerst
void add(exprt condition)
unsignedbv_typet size_type()