mirror of
https://github.com/Z3Prover/z3
synced 2025-10-16 12:30:28 +00:00
minor univariate tweak
This commit is contained in:
parent
ac0e9ebe5f
commit
59592754d8
3 changed files with 7 additions and 6 deletions
|
@ -190,7 +190,7 @@ namespace polysat {
|
|||
find_t find_viable(pvar v, rational& out_val);
|
||||
|
||||
/**
|
||||
* Find a next viable value for variable by determining currently viable lower and upper bounds.
|
||||
* Find a next viable value for variable. Attempts to find two different values, to distinguish propagation/decision.
|
||||
* @return l_true on success, l_false on conflict, l_undef on resource limit
|
||||
*/
|
||||
lbool find_viable(pvar v, rational& out_lo, rational& out_hi);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue