summaryrefslogtreecommitdiff
path: root/src/prop/bvminisat/bvminisat.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/prop/bvminisat/bvminisat.h')
-rw-r--r--src/prop/bvminisat/bvminisat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/prop/bvminisat/bvminisat.h b/src/prop/bvminisat/bvminisat.h
index ca9c553d9..70e0b9157 100644
--- a/src/prop/bvminisat/bvminisat.h
+++ b/src/prop/bvminisat/bvminisat.h
@@ -74,7 +74,7 @@ public:
ClauseId addXorClause(SatClause& clause, bool rhs, bool removable) override
{
- Unreachable("Minisat does not support native XOR reasoning");
+ Unreachable() << "Minisat does not support native XOR reasoning";
}
SatValue propagate() override;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback