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

Method setUserI

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

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

Source from the content-addressed store, hash-verified

191
192/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
193void snoptProblem::setUserI(int *aiu, int aleniu) {
194 leniu = aleniu;
195 iu = aiu;
196}
197
198/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
199void snoptProblem::setUserR(double *aru, int alenru) {

Callers 1

mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected