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:
parent
56b5492752
commit
e091a2e775
107 changed files with 11 additions and 126 deletions
|
@ -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())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue