File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 */
225226SCIP_EXPORT
226227SCIP_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 */
239241SCIP_EXPORT
240242int 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 */
252255SCIP_EXPORT
253256SCIP_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 */
266270SCIP_EXPORT
267271int SCIPgetNLeaves (
You can’t perform that action at this time.
0 commit comments