mirror of
https://github.com/Z3Prover/z3
synced 2025-08-24 03:57:51 +00:00
smul no overflow
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
89d6f1c191
commit
8c9835bca6
24 changed files with 376 additions and 63 deletions
|
@ -81,6 +81,8 @@ namespace polysat {
|
|||
*/
|
||||
bool intersect(pvar v, signed_constraint const& c);
|
||||
|
||||
bool intersect(pdd const & p, pdd const & q, 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