CMR  1.3.0
graphic_internal.h
Go to the documentation of this file.
1 #ifndef CMR_GRAPHIC_INTERNAL_H
2 #define CMR_GRAPHIC_INTERNAL_H
3 
4 #include <cmr/graphic.h>
5 
21  CMR* cmr,
22  CMR_GRAPH* digraph,
23  bool ternary,
24  CMR_CHRMAT** ptranspose,
25  bool* arcsReversed,
27  int numForestArcs,
28  CMR_GRAPH_EDGE* forestArcs,
29  int numCoforestArcs,
30  CMR_GRAPH_EDGE* coforestArcs,
32  bool* pisCorrectForest
34 );
35 
36 #endif /* CMR_GRAPHIC_INTERNAL_H */
CMR_ERROR
Type for return codes of library functions.
Definition: env.h:32
Computation and recognition of graphic matrices and cographic matrices.
CMR_ERROR CMRcomputeRepresentationMatrix(CMR *cmr, CMR_GRAPH *digraph, bool ternary, CMR_CHRMAT **ptranspose, bool *arcsReversed, int numForestArcs, CMR_GRAPH_EDGE *forestArcs, int numCoforestArcs, CMR_GRAPH_EDGE *coforestArcs, bool *pisCorrectForest)
Computes the network or graphic matrix of a given (di)graph .
Definition: graphic.c:85
int CMR_GRAPH_EDGE
Reference to an edge of CMR_GRAPH.
Definition: graph.h:31
Row-wise representation of sparse char matrix.
Definition: matrix.h:204
Definition: env_internal.h:45
Definition: graph.h:49