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 1bd9efd commit dc799e0Copy full SHA for dc799e0
src/solvers/prop/prop_conv.cpp
@@ -22,18 +22,18 @@ Author: Daniel Kroening, [email protected]
22
/// determine whether a variable is in the final conflict
23
bool prop_convt::is_in_conflict(literalt l) const
24
{
25
- assert(false);
+ UNREACHABLE;
26
return false;
27
}
28
29
void prop_convt::set_assumptions(const bvt &)
30
31
32
33
34
void prop_convt::set_frozen(const literalt)
35
36
37
38
39
void prop_convt::set_frozen(const bvt &bv)
0 commit comments