mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 00:55:31 +00:00
notes for later
This commit is contained in:
parent
d935714874
commit
640acd2ebc
1 changed files with 13 additions and 0 deletions
|
@ -10,6 +10,19 @@ Author:
|
|||
Nikolaj Bjorner (nbjorner) 2021-03-19
|
||||
Jakob Rath 2021-04-6
|
||||
|
||||
Notes:
|
||||
|
||||
TODO: Maybe we want to rewrite some of the following into equalities? (i.e., into p<=0)
|
||||
|
||||
p <= 0 <==> p = 0
|
||||
-1 <= p <==> p = -1
|
||||
1 <= p <==> p != 0
|
||||
p <= -2 <==> p != -1
|
||||
|
||||
e.g.
|
||||
x - 2 >= 1 <==> x != 2
|
||||
2 - x >= -1 <==> x = 3
|
||||
|
||||
--*/
|
||||
|
||||
#include "math/polysat/constraint.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue