mirror of
https://github.com/Z3Prover/z3
synced 2025-08-24 03:57:51 +00:00
First version of refine_disequal_lin
This commit is contained in:
parent
eb9bfbb3d8
commit
28864e563c
5 changed files with 103 additions and 8 deletions
|
@ -74,7 +74,8 @@ namespace polysat {
|
|||
|
||||
/**
|
||||
* update state of viable for pvar v
|
||||
* based on affine constraints
|
||||
* based on affine constraints.
|
||||
* Returns true if the state has been changed.
|
||||
*/
|
||||
bool intersect(pvar v, signed_constraint const& c);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue