mirror of
https://github.com/Z3Prover/z3
synced 2025-08-13 14:40:55 +00:00
add model checker to external
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
a0b5f6937b
commit
72a7164e2d
4 changed files with 80 additions and 14 deletions
|
@ -79,6 +79,7 @@ namespace sat {
|
|||
virtual bool validate() = 0;
|
||||
virtual void init_use_list(ext_use_list& ul) = 0;
|
||||
virtual bool is_blocked(literal l, ext_constraint_idx) = 0;
|
||||
virtual bool check_model(model const& m) const = 0;
|
||||
};
|
||||
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue