summaryrefslogtreecommitdiff
path: root/src/prop/sat_solver.h
diff options
context:
space:
mode:
authorMathias Preiner <mathias.preiner@gmail.com>2019-10-30 15:27:10 -0700
committerGitHub <noreply@github.com>2019-10-30 15:27:10 -0700
commit43ab3f4cd1aa5549cb1aa3c20a2d589614bcb8fc (patch)
treecf7b5d7f73a4d4ddc34492334a7d0eb90b57b77b /src/prop/sat_solver.h
parent8dda9531995953c3cec094339002f2ee7cadae08 (diff)
Unify CVC4_CHECK/CVC4_DCHECK/AlwaysAssert/Assert. (#3366)
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