mirror of
https://github.com/Z3Prover/z3
synced 2025-08-24 03:57:51 +00:00
interval
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
adf41c5d02
commit
a4e29ecd7e
4 changed files with 35 additions and 32 deletions
|
@ -44,7 +44,7 @@ namespace polysat {
|
|||
|
||||
entry* alloc_entry();
|
||||
|
||||
void intersect(pvar v, entry* e);
|
||||
bool intersect(pvar v, entry* e);
|
||||
|
||||
public:
|
||||
viable(solver& s);
|
||||
|
@ -64,7 +64,7 @@ namespace polysat {
|
|||
* update state of viable for pvar v
|
||||
* based on affine constraints
|
||||
*/
|
||||
void intersect(pvar v, signed_constraint const& c);
|
||||
bool intersect(pvar v, signed_constraint const& c);
|
||||
|
||||
/**
|
||||
* Check whether variable v has any viable values left according to m_viable.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue