mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 01:25:31 +00:00
update timeout logic
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
cf55854d22
commit
fb0305d5ec
2 changed files with 20 additions and 19 deletions
|
@ -148,6 +148,7 @@ namespace opt {
|
|||
void display(std::ostream& out);
|
||||
static void collect_param_descrs(param_descrs & r);
|
||||
void updt_params(params_ref& p);
|
||||
params_ref& get_params() { return m_params; }
|
||||
|
||||
expr_ref get_lower(unsigned idx);
|
||||
expr_ref get_upper(unsigned idx);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue