3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-29 20:05:51 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2021-12-13 10:24:42 -08:00
parent 33d433d742
commit c7da31a67d
7 changed files with 74 additions and 46 deletions

View file

@ -284,6 +284,7 @@ namespace polysat {
eval_interval interval;
vector<signed_constraint> side_cond;
signed_constraint src;
rational coeff;
struct less {
bool operator()(fi_record const& a, fi_record const& b) const {