3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-08 10:25:18 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2017-10-25 19:25:25 -07:00
parent 0589a20b46
commit e7aa6455bc

View file

@ -229,7 +229,6 @@ public:
}
lbool primal_dual_solver() {
std::cout << "pd\n";
if (!init()) return l_undef;
lbool is_sat = init_local();
trace();