mirror of
https://github.com/Z3Prover/z3
synced 2025-05-01 04:45:52 +00:00
wip experiments with sls
This commit is contained in:
parent
9ce5fe707d
commit
44fcf60a72
3 changed files with 29 additions and 5 deletions
|
@ -148,6 +148,7 @@ namespace arith {
|
|||
void paws();
|
||||
int64_t dscore(var_t v, int64_t new_value) const;
|
||||
void save_best_values();
|
||||
void store_best_values();
|
||||
void add_vars();
|
||||
sls::ineq& new_ineq(ineq_kind op, int64_t const& bound);
|
||||
void add_arg(sat::literal lit, ineq& ineq, int64_t const& c, var_t v);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue