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

Method setProbName

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

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

Source from the content-addressed store, hash-verified

120
121/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
122void snoptProblem::setProbName(const char *name) {
123 sprintf(Prob, "%8s", name);
124}
125
126/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
127void snoptProblem::setPrintFile(const char *prtname) {

Callers 5

mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
NLP_interfaceFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected