3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-16 05:48:44 +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
parent f2b05af67e
commit 0d3abbb5e0

View file

@ -10,7 +10,7 @@
#include "math/lp/lar_solver.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).
Data structures are:
-- term_o: inherits lar_term and differs from it by having a constant, while