Skip to content

Commit 057a19b

Browse files
committed
try to debug windows
1 parent 2f09461 commit 057a19b

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

highs/ipm/hipo/ipm/Solver.cpp

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,21 +86,32 @@ bool Solver::initialise() {
8686
info_.status = (Status)status;
8787
return true;
8888
}
89+
logH_.printDevInfo("LS clear\n");
8990
LS_->clear();
9091

92+
logH_.printDevInfo("it append\n");
9193
it_->data.append();
9294

95+
logH_.printDevInfo("check interrupt\n");
9396
if (checkInterrupt()) return true;
9497

98+
logH_.printDevInfo("max correctors\n");
9599
// decide number of correctors to use
96100
maxCorrectors();
97101

102+
logH_.printDevInfo("startingpoint\n");
98103
if (startingPoint()) return true;
99104

105+
logH_.printDevInfo("residuals\n");
100106
it_->residual1234();
107+
108+
logH_.printDevInfo("mu\n");
101109
it_->computeMu();
110+
111+
logH_.printDevInfo("indicators\n");
102112
it_->indicators();
103113

114+
logH_.printDevInfo("output\n");
104115
printOutput();
105116

106117
if (checkInterrupt()) return true;

0 commit comments

Comments
 (0)