Skip to content

Commit b34ea05

Browse files
committed
Merge branch 'fix-getSiblings-docu' into 'v92-bugfix'
fix docu See merge request integer/scip!3810
2 parents 416226a + e31afdf commit b34ea05

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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)