mirror of
https://github.com/Z3Prover/z3
synced 2025-10-07 08:21:56 +00:00
reorg
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
6f4c873b29
commit
6fad478a18
10 changed files with 771 additions and 710 deletions
|
@ -391,6 +391,7 @@ namespace sat {
|
|||
void reinit_assumptions();
|
||||
bool tracking_assumptions() const;
|
||||
bool is_assumption(literal l) const;
|
||||
bool is_assumption(bool_var v) const;
|
||||
void simplify_problem();
|
||||
void mk_model();
|
||||
bool check_model(model const & m) const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue