Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/v9-minor'
Browse files Browse the repository at this point in the history
  • Loading branch information
scip-ci committed Oct 8, 2024
2 parents 323143d + 8c23f81 commit 8531b34
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
9 changes: 8 additions & 1 deletion doc/xternal.c
Original file line number Diff line number Diff line change
Expand Up @@ -9054,6 +9054,13 @@
* @brief methods for creating and accessing user decompositions
*/

/**@defgroup SymGraph Symmetry Detection Graph
* @ingroup DataStructures
* @brief methods for creating and manipulating symmetry detection graphs
*
* Below you find a list of functions to create and manipulate symmetry detection graphs.
*/

/**@defgroup MiscellaneousMethods Miscellaneous Methods
* @ingroup PUBLICCOREAPI
* @brief commonly used methods from different categories
Expand Down Expand Up @@ -9460,7 +9467,7 @@
*/

/**@defgroup PublicSymmetryMethods Symmetry
* @ingroup INTERNALAPI
* @ingroup PUBLICCOREAPI
* @brief methods for symmetry handling
*/

Expand Down
4 changes: 2 additions & 2 deletions src/scip/symmetry_graph.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

/**@file symmetry_graph.c
* @ingroup PUBLICCOREAPI
* @ingroup OTHER_CFILES
* @brief methods for dealing with symmetry detection graphs
* @author Christopher Hojny
*/
Expand All @@ -39,7 +39,7 @@

/** creates and initializes a symmetry detection graph with memory for the given number of nodes and edges
*
* @note At some point, the graph needs to be freed!
* @note at some point, the graph needs to be freed!
*/
SCIP_RETCODE SCIPcreateSymgraph(
SCIP* scip, /**< SCIP data structure */
Expand Down
2 changes: 1 addition & 1 deletion src/scip/symmetry_graph.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ extern "C" {
#endif


/**@addtogroup PublicSymmetryGraphMethods
/**@addtogroup SymGraph
*
* @{
*/
Expand Down

0 comments on commit 8531b34

Please sign in to comment.