mirror of
https://github.com/Z3Prover/z3
synced 2025-08-24 03:57:51 +00:00
push outline of using cjust for overflow premise
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
a5b7f9d77b
commit
611c28fc47
8 changed files with 101 additions and 15 deletions
|
@ -180,6 +180,12 @@ namespace polysat {
|
|||
*/
|
||||
void add_non_viable(pvar v, rational const& val);
|
||||
|
||||
/*
|
||||
* Extract min and max viable values for v
|
||||
*/
|
||||
rational min_viable(pvar v);
|
||||
|
||||
rational max_viable(pvar v);
|
||||
|
||||
/**
|
||||
* Find a next viable value for variable.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue