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:
parent
8b875f33db
commit
2b673bcb48
2 changed files with 1 additions and 2 deletions
|
@ -32,7 +32,6 @@ z3_add_component(polysat
|
|||
viable.cpp
|
||||
viable_fallback.cpp
|
||||
COMPONENT_DEPENDENCIES
|
||||
bigfix
|
||||
dd
|
||||
euf
|
||||
interval
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue