3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-23 17:15:31 +00:00

remove the line with clang-format off

This commit is contained in:
Lev Nachmanson 2023-07-10 12:05:59 -07:00
parent 56b5492752
commit e091a2e775
107 changed files with 11 additions and 126 deletions

View file

@ -3220,6 +3220,7 @@ public:
lbool make_feasible() {
TRACE("pcs", tout << lp().constraints(););
TRACE("arith_verbose", tout << "before calling lp().find_feasible_solution()\n"; display(tout););
auto status = lp().find_feasible_solution();
TRACE("arith_verbose", display(tout););
if (lp().is_feasible())