++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
| 141 | |
| 142 | /* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */ |
| 143 | int snoptProblem::setParameter(const char *stropt) { |
| 144 | assert(initCalled == 1); |
| 145 | |
| 146 | int errors, stropt_len = strlen(stropt); |
| 147 | f_snset(stropt, stropt_len, &errors, iw, leniw, rw, lenrw); |
| 148 | return errors; |
| 149 | } |
| 150 | |
| 151 | /* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */ |
| 152 | int snoptProblem::setIntParameter(const char *stropt, int opt) { |
no outgoing calls
no test coverage detected