mirror of
https://github.com/Z3Prover/z3
synced 2025-04-06 09:34:08 +00:00
test
This commit is contained in:
parent
7ecac27335
commit
bef313f7a0
|
@ -11,7 +11,8 @@
|
|||
#include "math/lp/lp_utils.h"
|
||||
/*
|
||||
Following paper: "A Practical Approach to Satisfiability Modulo Linear
|
||||
Integer Arithmetic" by Alberto Griggio(griggio@fbk.eu) Data structures are:
|
||||
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
|
||||
lar_term is just a sum of monomials
|
||||
-- entry : has a dependency lar_term, keeping the history of the entry
|
||||
|
|
Loading…
Reference in a new issue