mirror of
https://github.com/Z3Prover/z3
synced 2025-10-10 17:58:06 +00:00
rename niil to nla
Signed-off-by: Lev <levnach@hotmail.com>
This commit is contained in:
parent
56ae577c97
commit
96aaa8638e
4 changed files with 51 additions and 46 deletions
|
@ -24,7 +24,7 @@ Revision History:
|
|||
#include "util/params.h"
|
||||
#include "nlsat/nlsat_solver.h"
|
||||
#include "util/lp/lar_solver.h"
|
||||
namespace niil {
|
||||
namespace nla {
|
||||
struct ineq {
|
||||
lp::lconstraint_kind m_cmp;
|
||||
lp::lar_term m_term;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue