mirror of
https://github.com/Z3Prover/z3
synced 2025-06-23 22:33:40 +00:00
working on upper bound optimziation
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
e5698119d7
commit
c0de1e34ac
17 changed files with 343 additions and 125 deletions
|
@ -68,6 +68,8 @@ namespace opt {
|
|||
|
||||
void collect_statistics(statistics& stats);
|
||||
|
||||
static void collect_param_descrs(param_descrs & r);
|
||||
|
||||
void updt_params(params_ref& p);
|
||||
|
||||
private:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue