summaryrefslogtreecommitdiff
path: root/src/prop/sat_solver.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/prop/sat_solver.h')
-rw-r--r--src/prop/sat_solver.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/prop/sat_solver.h b/src/prop/sat_solver.h
index 45bfca4d6..9898f3f87 100644
--- a/src/prop/sat_solver.h
+++ b/src/prop/sat_solver.h
@@ -83,7 +83,7 @@ public:
/** Check satisfiability under assumptions */
virtual SatValue solve(const std::vector<SatLiteral>& assumptions)
{
- Unimplemented("Solving under assumptions not implemented");
+ Unimplemented() << "Solving under assumptions not implemented";
};
/** Interrupt the solver */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback