3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-05-04 06:15:46 +00:00
This commit is contained in:
Jakob Rath 2021-09-08 18:21:09 +02:00
parent 6766c1c349
commit 64ce6cb5c1
3 changed files with 2 additions and 1 deletions

View file

@ -23,7 +23,6 @@ Notes:
namespace polysat {
// TODO: this is now incorporated in conflict_core
class clause_builder {
solver* m_solver;
sat::literal_vector m_literals;