3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-27 19:05:51 +00:00

nra to nla

Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
Lev Nachmanson 2020-05-07 17:12:38 -07:00
parent bd0180925b
commit 7a79397769
6 changed files with 312 additions and 416 deletions

View file

@ -25,7 +25,7 @@ namespace nra {
public:
solver(lp::lar_solver& s, reslimit& lim, params_ref const& p = params_ref());
solver(lp::lar_solver& s, reslimit& lim, nla::core & nla_core, params_ref const& p = params_ref());
~solver();