mirror of
https://github.com/Z3Prover/z3
synced 2025-07-25 13:47:01 +00:00
remove component dependency on bigfix
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
8b875f33db
commit
2b673bcb48
2 changed files with 1 additions and 2 deletions
|
@ -32,7 +32,6 @@ z3_add_component(polysat
|
||||||
viable.cpp
|
viable.cpp
|
||||||
viable_fallback.cpp
|
viable_fallback.cpp
|
||||||
COMPONENT_DEPENDENCIES
|
COMPONENT_DEPENDENCIES
|
||||||
bigfix
|
|
||||||
dd
|
dd
|
||||||
euf
|
euf
|
||||||
interval
|
interval
|
||||||
|
|
|
@ -24,7 +24,7 @@ namespace polysat {
|
||||||
// NB code review:
|
// NB code review:
|
||||||
// right, ref-count is unlikely the right mechanism.
|
// right, ref-count is unlikely the right mechanism.
|
||||||
// In the SAT solver all clauses are managed in one arena (auxiliarary and redundant)
|
// In the SAT solver all clauses are managed in one arena (auxiliarary and redundant)
|
||||||
// and deleted when they exist the arena.
|
// and deleted when they exit the arena.
|
||||||
//
|
//
|
||||||
class clause {
|
class clause {
|
||||||
public:
|
public:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue