3
0
Fork 0
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:
Nikolaj Bjorner 2014-05-09 22:27:35 -07:00
parent cf55854d22
commit fb0305d5ec
2 changed files with 20 additions and 19 deletions

View file

@ -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);