mirror of
https://github.com/Z3Prover/z3
synced 2025-07-19 10:52:02 +00:00
try to fix build
This commit is contained in:
parent
b43971bb4a
commit
2f65ce1026
5 changed files with 8 additions and 7 deletions
|
@ -30,6 +30,7 @@ z3_add_component(polysat
|
|||
simplex
|
||||
interval
|
||||
bigfix
|
||||
polysat_univariate_solver
|
||||
PYG_FILES
|
||||
polysat_params.pyg
|
||||
)
|
||||
|
|
|
@ -1,4 +1,7 @@
|
|||
z3_add_component(polysat_univariate_solver
|
||||
SOURCES
|
||||
univariate_solver.cpp
|
||||
COMPONENT_DEPENDENCIES
|
||||
util
|
||||
solver
|
||||
)
|
||||
|
|
|
@ -17,8 +17,6 @@ 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"
|
||||
#include "ast/ast.h"
|
||||
|
@ -55,9 +53,7 @@ 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