Skip to content

Commit e31afdf

Browse files
committed
fix docu
1 parent 416226a commit e31afdf

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/scip/scip_tree.h

Lines changed: 4 additions & 0 deletions
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)