3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-28 19:35:50 +00:00

test horner

Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
Lev Nachmanson 2019-07-11 12:43:47 -07:00
parent 8e21342549
commit ad9ecad73c
3 changed files with 47 additions and 13 deletions

View file

@ -28,9 +28,9 @@ class core;
class horner : common {
typedef nla_expr<rational> nex;
intervals m_intervals;
public:
typedef nla_expr<rational> nex;
horner(core *core);
void horner_lemmas();