64 bool* pisCamionSigned,
78 bool* pwasCamionSigned,
106 bool* pisCamionSigned,
CMR_EXPORT CMR_ERROR CMRcamionStatsPrint(FILE *stream, CMR_CAMION_STATISTICS *stats, const char *prefix)
Prints statistics for Camion-signing algorithm.
Definition camion.c:33
CMR_EXPORT CMR_ERROR CMRcamionCographicOrient(CMR *cmr, CMR_CHRMAT *matrix, CMR_GRAPH *cograph, CMR_GRAPH_EDGE *forestEdges, CMR_GRAPH_EDGE *coforestEdges, bool *arcsReversed, bool *pisCamionSigned, CMR_SUBMAT **psubmatrix, CMR_CAMION_STATISTICS *stats)
Orients the edges of the graph cograph such that the matrix matrix is the corresponding network matr...
Definition camion.c:595
CMR_EXPORT CMR_ERROR CMRcamionTestSigns(CMR *cmr, CMR_CHRMAT *matrix, bool *pisCamionSigned, CMR_SUBMAT **psubmatrix, CMR_CAMION_STATISTICS *stats, double timeLimit)
Tests a matrix for being a Camion-signed.
Definition camion.c:479
CMR_EXPORT CMR_ERROR CMRcamionComputeSigns(CMR *cmr, CMR_CHRMAT *matrix, bool *pwasCamionSigned, CMR_SUBMAT **psubmatrix, CMR_CAMION_STATISTICS *stats, double timeLimit)
Computes a Camion-signed version of a given ternary matrix .
Definition camion.c:485
CMR_EXPORT CMR_ERROR CMRcamionStatsInit(CMR_CAMION_STATISTICS *stats)
Initializes all statistics for Camion-signing algorithm.
Definition camion.c:19
CMR_ERROR
Type for return codes of library functions.
Definition env.h:32
Functionality for graphs.
int CMR_GRAPH_EDGE
Reference to an edge of CMR_GRAPH.
Definition graph.h:31
Functionality for sparse matrices.
Statistics for Camion-signing algorithm.
Definition camion.h:26
uint32_t totalCount
Definition camion.h:31
double totalTime
Definition camion.h:32
double generalTime
Definition camion.h:28
uint32_t graphCount
Definition camion.h:29
uint32_t generalCount
Definition camion.h:27
double graphTime
Definition camion.h:30
Row-wise representation of sparse char matrix.
Definition matrix.h:235
Definition env_internal.h:45
Row and column indices for a submatrix.
Definition matrix.h:28