mirror of
https://github.com/Z3Prover/z3
synced 2025-06-27 08:28:44 +00:00
fixing bugs in refactored code exposed from White's example
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
c84ab2fc01
commit
7237be768b
7 changed files with 117 additions and 131 deletions
|
@ -123,6 +123,7 @@ namespace opt {
|
|||
virtual std::string reason_unknown() const { return std::string("unknown"); }
|
||||
|
||||
virtual void display_assignment(std::ostream& out);
|
||||
void display(std::ostream& out);
|
||||
static void collect_param_descrs(param_descrs & r);
|
||||
void updt_params(params_ref& p);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue