3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-10-04 15:03:57 +00:00

rename the files

Signed-off-by: Lev <levnach@hotmail.com>
This commit is contained in:
Lev 2018-09-19 11:44:12 -07:00 committed by Lev Nachmanson
parent 103808094a
commit 56ae577c97
4 changed files with 3 additions and 3 deletions

View file

@ -45,7 +45,7 @@
#include "ast/ast_pp.h"
#include "util/cancel_eh.h"
#include "util/scoped_timer.h"
#include "util/lp/niil_solver.h"
#include "util/lp/nla_solver.h"
namespace lp_api {
enum bound_kind { lower_t, upper_t };