3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-22 00:26:38 +00:00

remove component dependency on bigfix

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2023-12-05 12:56:00 -08:00
parent 8b875f33db
commit 2b673bcb48
2 changed files with 1 additions and 2 deletions

View file

@ -32,7 +32,6 @@ z3_add_component(polysat
viable.cpp
viable_fallback.cpp
COMPONENT_DEPENDENCIES
bigfix
dd
euf
interval

View file

@ -24,7 +24,7 @@ namespace polysat {
// NB code review:
// right, ref-count is unlikely the right mechanism.
// 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 {
public: