Home
last modified time | relevance | path

Searched defs:SCIP_Matrix (Results 1 – 1 of 1) sorted by relevance

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dstruct_matrix.h38 struct SCIP_Matrix struct
42 int* colmatbeg; /**< column storage offset */
50 SCIP_VAR** vars; /**< variables pointer */
54 int* rowmatbeg; /**< row storage offset */
57 int nrows; /**< complete number of rows */
58 SCIP_Real* lhs; /**< left hand side per row */
59 SCIP_Real* rhs; /**< right hand side per row */
61 SCIP_CONS** cons; /**< constraints pointer */
64 int nnonzs; /**< sparsity counter */
65 SCIP_Real* minactivity; /**< min activity per row */
[all …]