++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
| 150 | |
| 151 | /* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */ |
| 152 | int snoptProblem::setIntParameter(const char *stropt, int opt) { |
| 153 | assert(initCalled == 1); |
| 154 | |
| 155 | int errors, stropt_len = strlen(stropt); |
| 156 | |
| 157 | f_snseti(stropt, stropt_len, opt, &errors, |
| 158 | iw, leniw, rw, lenrw); |
| 159 | return errors; |
| 160 | } |
| 161 | |
| 162 | /* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */ |
| 163 | int snoptProblem::getIntParameter(const char *stropt, int &opt) { |