MCPcopy Create free account
hub / github.com/ERGO-Code/HiGHS / initialize

Function initialize

highs/presolve/ICrash.cpp:144–151  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

142}
143
144bool initialize(Quadratic& idata, const ICrashOptions& options) {
145 if (!initialize(idata.lp, idata.xk, idata.lambda)) return false;
146
147 idata.mu = options.starting_weight;
148
149 // Maybe other values for x0.
150 return true;
151}
152
153void update(Quadratic& idata) {
154 // lp_objective

Callers 3

callICrashFunction · 0.70
solveMethod · 0.50
initialize_schedulerFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected