Skip to content

Commit ec0d5b3

Browse files
committed
formatting and hipo-win wflow name
1 parent b8c3ae3 commit ec0d5b3

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/hipo-win.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: proto-win
1+
name: hipo-win
22

33
on: [push, pull_request]
44

highs/lp_data/Highs.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1387,7 +1387,8 @@ HighsStatus Highs::optimizeModel() {
13871387
const bool lp_presolve_requires_basis_postsolve =
13881388
options_.lp_presolve_requires_basis_postsolve;
13891389

1390-
if (ipm_no_crossover) options_.lp_presolve_requires_basis_postsolve = false;
1390+
if (ipm_no_crossover)
1391+
options_.lp_presolve_requires_basis_postsolve = false;
13911392

13921393
else if (lp_no_solution_basis)
13931394
options_.lp_presolve_requires_basis_postsolve = false;

0 commit comments

Comments
 (0)