MCPcopy Create free account
hub / github.com/PSOPT/psopt / init2zero

Method init2zero

snopt-interface/src/snoptProblem.cpp:57–65  ·  view source on GitHub ↗

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

Source from the content-addressed store, hash-verified

55
56/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
57void snoptProblem::init2zero() {
58 initCalled = 0; memCalled = 0; userWork = 0;
59
60 leniw = 0; lenrw = 0;
61 iw = 0; rw = 0;
62
63 leniu = 0; lenru = 0;
64 iu = 0; ru = 0;
65}
66
67/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
68void snoptProblem::allocI(int aleniw) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected