mirror of
https://github.com/Z3Prover/z3
synced 2025-07-25 13:47:01 +00:00
added in-processing features to card/pb
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
c3d29e75ef
commit
66f0de6785
11 changed files with 706 additions and 164 deletions
|
@ -47,6 +47,7 @@ namespace sat {
|
|||
};
|
||||
|
||||
class simplifier {
|
||||
friend class card_extension;
|
||||
solver & s;
|
||||
unsigned m_num_calls;
|
||||
use_list m_use_list;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue