mirror of
https://github.com/Z3Prover/z3
synced 2025-07-18 02:16:40 +00:00
fix mb maximization logic, so far not accessible
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
c7ff05cc78
commit
9c099d6b1b
12 changed files with 318 additions and 109 deletions
|
@ -112,6 +112,8 @@ namespace qe {
|
|||
void display(std::ostream& out) const;
|
||||
void display(std::ostream& out, expr_ref_vector const& asms) const;
|
||||
void collect_statistics(statistics& st) const;
|
||||
|
||||
bool validate_defs(model& model) const;
|
||||
};
|
||||
|
||||
class qmax {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue