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:
parent
8e21342549
commit
ad9ecad73c
3 changed files with 47 additions and 13 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue