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-06-21 16:00:13 -07:00
parent 6f93ed8dc2
commit 9173306adc
4 changed files with 20 additions and 54 deletions

View file

@ -42,6 +42,8 @@ namespace polysat {
void intersect_eq(rational const& a, pvar v, rational const& b, bool is_positive);
void intersect_ule(pvar v, rational const& a, rational const& b, rational const& c, rational const& d, bool is_positive);
/**
* Check whether variable v has any viable values left according to m_viable.
*/