mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 03:45:51 +00:00
add anf
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
bd5670a30b
commit
40a4326ad4
20 changed files with 860 additions and 465 deletions
|
@ -105,8 +105,10 @@ public:
|
|||
solver(reslimit& lim, pdd_manager& m);
|
||||
~solver();
|
||||
|
||||
void operator=(print_dep_t& pd) { m_print_dep = pd; }
|
||||
void operator=(config const& c) { m_config = c; }
|
||||
pdd_manager& get_manager() { return m; }
|
||||
|
||||
void set(print_dep_t& pd) { m_print_dep = pd; }
|
||||
void set(config const& c) { m_config = c; }
|
||||
|
||||
void reset();
|
||||
void add(pdd const& p) { add(p, nullptr); }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue