mirror of
https://github.com/Z3Prover/z3
synced 2025-05-14 19:24:44 +00:00
template args
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
67827ede4c
commit
4bb5302def
3 changed files with 40 additions and 24 deletions
|
@ -884,7 +884,7 @@ namespace smt {
|
|||
void add_tmp_row_entry(row & r, numeral const & coeff, theory_var v);
|
||||
enum max_min_t { UNBOUNDED, AT_BOUND, OPTIMIZED, BEST_EFFORT};
|
||||
max_min_t max_min(theory_var v, bool max, bool& has_shared);
|
||||
max_min_t max_min(row & r, bool max, bool& has_shared);
|
||||
max_min_t max_min_orig(row & r, bool max, bool& has_shared);
|
||||
bool max_min(svector<theory_var> const & vars);
|
||||
|
||||
max_min_t max_min_new(row& r, bool max, bool& has_shared);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue