3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-06 17:44:08 +00:00
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
Lev Nachmanson 2024-12-20 13:52:38 -10:00 committed by Lev Nachmanson
parent bef313f7a0
commit 9a96aa94e6

View file

@ -10,7 +10,7 @@
#include "math/lp/lar_solver.h" #include "math/lp/lar_solver.h"
#include "math/lp/lp_utils.h" #include "math/lp/lp_utils.h"
/* /*
Following paper: "A Practical Approach to Satisfiability Modulo Linear Following paper: "A Practical Approach to Satisfiability Modulo Linear
Integer Arithmetic" by Alberto Griggio(griggio@fbk.eu). Integer Arithmetic" by Alberto Griggio(griggio@fbk.eu).
Data structures are: Data structures are:
-- term_o: inherits lar_term and differs from it by having a constant, while -- term_o: inherits lar_term and differs from it by having a constant, while