File tree 2 files changed +5
-0
lines changed
2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -280,6 +280,7 @@ SCIP_RETCODE SCIPactivatePricer(
280
280
*
281
281
* @pre This method can be called if SCIP is in one of the following stages:
282
282
* - \ref SCIP_STAGE_PROBLEM
283
+ * - \ref SCIP_STAGE_SOLVING
283
284
* - \ref SCIP_STAGE_EXITSOLVE
284
285
*/
285
286
SCIP_EXPORT
Original file line number Diff line number Diff line change @@ -221,6 +221,7 @@ int SCIPgetNChildren(
221
221
*
222
222
* @pre This method can be called if @p scip is in one of the following stages:
223
223
* - \ref SCIP_STAGE_SOLVING
224
+ * - \ref SCIP_STAGE_SOLVED
224
225
*/
225
226
SCIP_EXPORT
226
227
SCIP_RETCODE SCIPgetSiblings (
@@ -235,6 +236,7 @@ SCIP_RETCODE SCIPgetSiblings(
235
236
*
236
237
* @pre This method can be called if @p scip is in one of the following stages:
237
238
* - \ref SCIP_STAGE_SOLVING
239
+ * - \ref SCIP_STAGE_SOLVED
238
240
*/
239
241
SCIP_EXPORT
240
242
int SCIPgetNSiblings (
@@ -248,6 +250,7 @@ int SCIPgetNSiblings(
248
250
*
249
251
* @pre This method can be called if @p scip is in one of the following stages:
250
252
* - \ref SCIP_STAGE_SOLVING
253
+ * - \ref SCIP_STAGE_SOLVED
251
254
*/
252
255
SCIP_EXPORT
253
256
SCIP_RETCODE SCIPgetLeaves (
@@ -262,6 +265,7 @@ SCIP_RETCODE SCIPgetLeaves(
262
265
*
263
266
* @pre This method can be called if @p scip is in one of the following stages:
264
267
* - \ref SCIP_STAGE_SOLVING
268
+ * - \ref SCIP_STAGE_SOLVED
265
269
*/
266
270
SCIP_EXPORT
267
271
int SCIPgetNLeaves (
You can’t perform that action at this time.
0 commit comments