Skip to content

Commit e726aef

Browse files
committed
Merge remote-tracking branch 'origin/v9-minor'
2 parents dfaffeb + 7766142 commit e726aef

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

src/scip/scip_pricer.h

+1
Original file line numberDiff line numberDiff line change
@@ -280,6 +280,7 @@ SCIP_RETCODE SCIPactivatePricer(
280280
*
281281
* @pre This method can be called if SCIP is in one of the following stages:
282282
* - \ref SCIP_STAGE_PROBLEM
283+
* - \ref SCIP_STAGE_SOLVING
283284
* - \ref SCIP_STAGE_EXITSOLVE
284285
*/
285286
SCIP_EXPORT

src/scip/scip_tree.h

+4
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,7 @@ int SCIPgetNChildren(
221221
*
222222
* @pre This method can be called if @p scip is in one of the following stages:
223223
* - \ref SCIP_STAGE_SOLVING
224+
* - \ref SCIP_STAGE_SOLVED
224225
*/
225226
SCIP_EXPORT
226227
SCIP_RETCODE SCIPgetSiblings(
@@ -235,6 +236,7 @@ SCIP_RETCODE SCIPgetSiblings(
235236
*
236237
* @pre This method can be called if @p scip is in one of the following stages:
237238
* - \ref SCIP_STAGE_SOLVING
239+
* - \ref SCIP_STAGE_SOLVED
238240
*/
239241
SCIP_EXPORT
240242
int SCIPgetNSiblings(
@@ -248,6 +250,7 @@ int SCIPgetNSiblings(
248250
*
249251
* @pre This method can be called if @p scip is in one of the following stages:
250252
* - \ref SCIP_STAGE_SOLVING
253+
* - \ref SCIP_STAGE_SOLVED
251254
*/
252255
SCIP_EXPORT
253256
SCIP_RETCODE SCIPgetLeaves(
@@ -262,6 +265,7 @@ SCIP_RETCODE SCIPgetLeaves(
262265
*
263266
* @pre This method can be called if @p scip is in one of the following stages:
264267
* - \ref SCIP_STAGE_SOLVING
268+
* - \ref SCIP_STAGE_SOLVED
265269
*/
266270
SCIP_EXPORT
267271
int SCIPgetNLeaves(

0 commit comments

Comments
 (0)