mirror of
https://github.com/Z3Prover/z3
synced 2025-10-16 20:40:27 +00:00
add max forbidden based on constant intervals
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
45e772b223
commit
6f8b3a997e
2 changed files with 52 additions and 0 deletions
|
@ -197,6 +197,12 @@ namespace polysat {
|
|||
*/
|
||||
bool has_lower_bound(pvar v, rational& out_lo, vector<signed_constraint>& out_c);
|
||||
|
||||
|
||||
/**
|
||||
* Query for a maximal interval based on fixed bounds where v is forbidden.
|
||||
*/
|
||||
bool has_max_forbidden(pvar v, rational& out_lo, rational& out_hi, vector<signed_constraint>& out_c);
|
||||
|
||||
/**
|
||||
* Find a next viable value for variable.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue