CMR  1.3.0
Loading...
Searching...
No Matches
camion_internal.h
Go to the documentation of this file.
1#ifndef CMR_CAMION_INTERNAL_H
2#define CMR_CAMION_INTERNAL_H
3
4#include <cmr/env.h>
5#include <cmr/matrix.h>
6
7#ifdef __cplusplus
8extern "C" {
9#endif
10
23 CMR* cmr,
24 CMR_CHRMAT* matrix,
25 CMR_CHRMAT* transpose,
26 bool change,
27 char* pmodification,
28 CMR_SUBMAT** psubmatrix,
29 double timeLimit
30);
31
32#ifdef __cplusplus
33}
34#endif
35
36#endif /* CMR_CAMION_INTERNAL_H */
CMR_ERROR CMRcamionComputeSignSequentiallyConnected(CMR *cmr, CMR_CHRMAT *matrix, CMR_CHRMAT *transpose, bool change, char *pmodification, CMR_SUBMAT **psubmatrix, double timeLimit)
Ensures that sequentially connected matrix is Camion-signed.
Definition camion.c:62
Basic functionality of the software library.
CMR_ERROR
Type for return codes of library functions.
Definition env.h:32
Functionality for sparse matrices.
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