Home
last modified time | relevance | path

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

/dports/math/igraph/igraph-0.9.5/vendor/glpk/simplex/
H A Dspxlp.h90 typedef struct SPXLP SPXLP; typedef
92 struct SPXLP struct
94 int m;
96 int n;
98 int nnz;
103 int *A_ptr; /* int A_ptr[1+n+1]; */
118 double *b; /* double b[1+m]; */
122 double *c; /* double c[1+n]; */
126 double *l; /* double l[1+n]; */
130 double *u; /* double u[1+n]; */
[all …]
/dports/math/glpk/glpk-5.0/src/simplex/
H A Dspxlp.h90 typedef struct SPXLP SPXLP; typedef
92 struct SPXLP struct
94 int m;
96 int n;
98 int nnz;
103 int *A_ptr; /* int A_ptr[1+n+1]; */
118 double *b; /* double b[1+m]; */
122 double *c; /* double c[1+n]; */
126 double *l; /* double l[1+n]; */
130 double *u; /* double u[1+n]; */
[all …]