mirror of
https://github.com/Z3Prover/z3
synced 2025-08-12 22:20:54 +00:00
adding in-processing
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
fb84ba8c34
commit
c3d29e75ef
9 changed files with 484 additions and 106 deletions
|
@ -59,6 +59,7 @@ namespace sat {
|
|||
model_converter();
|
||||
~model_converter();
|
||||
void operator()(model & m) const;
|
||||
model_converter& operator=(model_converter const& other);
|
||||
|
||||
entry & mk(kind k, bool_var v);
|
||||
void insert(entry & e, clause const & c);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue