3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-24 03:57:51 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2021-11-25 18:46:43 +01:00
parent adf41c5d02
commit a4e29ecd7e
4 changed files with 35 additions and 32 deletions

View file

@ -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.