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

Method setUserR

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

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

Source from the content-addressed store, hash-verified

197
198/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
199void snoptProblem::setUserR(double *aru, int alenru) {
200 lenru = alenru;
201 ru = aru;
202}
203
204/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
205void snoptProblem::setUserspace (int*aiu, int aleniu,

Callers 1

mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected