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

rename emonimials to emonics

Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
Lev Nachmanson 2019-09-17 14:33:57 -07:00
parent a0bdb8135d
commit 9ebb0327ba
5 changed files with 4 additions and 4 deletions

View file

@ -22,7 +22,7 @@
#include "math/lp/nla_defs.h"
#include "math/lp/lar_term.h"
#include "math/lp/monic.h"
#include "math/lp/emonomials.h"
#include "math/lp/emonics.h"
#include "math/lp/factorization.h"
namespace nla {