mirror of
https://github.com/Z3Prover/z3
synced 2025-08-25 04:26:00 +00:00
Store only literals in the conflict state
This commit is contained in:
parent
fde78f99c3
commit
63031548cb
10 changed files with 73 additions and 145 deletions
|
@ -17,6 +17,7 @@ Author:
|
|||
--*/
|
||||
|
||||
#include "math/polysat/univariate/univariate_solver.h"
|
||||
#include "math/polysat/log.h"
|
||||
#include "sat/sat_solver/inc_sat_solver.h"
|
||||
#include "solver/solver.h"
|
||||
#include "util/util.h"
|
||||
|
@ -54,7 +55,9 @@ namespace polysat {
|
|||
~univariate_bitblast_solver() override = default;
|
||||
|
||||
void push() override {
|
||||
// LOG("univariate push...");
|
||||
s->push();
|
||||
// LOG("univariate push done");
|
||||
}
|
||||
|
||||
void pop(unsigned n) override {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue