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

Method getRealParameter

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

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

Source from the content-addressed store, hash-verified

181
182/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
183int snoptProblem::getRealParameter(const char *stropt, double &opt) {
184 assert(initCalled == 1);
185
186 int errors, stropt_len = strlen(stropt);
187 f_sngetr(stropt, stropt_len, &opt, &errors,
188 iw, leniw, rw, lenrw);
189 return errors;
190}
191
192/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
193void snoptProblem::setUserI(int *aiu, int aleniu) {

Callers 1

mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected