We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea5be1a commit 8a19559Copy full SHA for 8a19559
src/goto-checker/goto_symex_property_decider.h
@@ -37,10 +37,6 @@ class goto_symex_property_decidert
37
/// Convert the instances of a property into a goal variable
38
void convert_goals();
39
40
- /// Prevent the solver to optimize-away the goal variables
41
- /// (necessary for incremental solving)
42
- void freeze_goal_variables();
43
-
44
/// Add disjunction of negated selected properties to the equation
45
void add_constraint_from_goals(
46
std::function<bool(const irep_idt &property_id)> select_property);
0 commit comments