mirror of
https://github.com/Z3Prover/z3
synced 2025-08-08 20:21:23 +00:00
integrate opt with push/pop/check-sat
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
7c4bd23b3d
commit
fdaeb9bb73
7 changed files with 207 additions and 191 deletions
|
@ -61,6 +61,8 @@ namespace opt {
|
|||
void get_model(model_ref& mdl);
|
||||
|
||||
void update_lower(unsigned idx, rational const& r);
|
||||
|
||||
void reset();
|
||||
|
||||
private:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue