3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-28 11:25:51 +00:00

starting the horner heuristic

Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
Lev Nachmanson 2019-06-27 14:58:44 -07:00
parent 8d318e81b9
commit f84a06b4c5
6 changed files with 118 additions and 13 deletions

View file

@ -10,6 +10,7 @@ z3_add_component(lp
factorization.cpp
factorization_factory_imp.cpp
gomory.cpp
horner.cpp
indexed_vector.cpp
int_solver.cpp
lar_solver.cpp