Searched refs:rmatbeg (Results 1 - 4 of 4) sorted by relevance

/barrelfish-master/usr/eclipseclp/Eplex/
H A Deplex.h186 int *rmatbeg; /* [nr_sz] nr_sz > nr! */ member in struct:__anon1616
H A Deplex.c605 CallN(Free(lpd->rmatbeg));
2239 #define New_Row(nrs, nr_sz, senx, rhsx, rmatbeg, nnz, sense, vrhs, trhs, ExtraAlloc) {\
2245 CallN(rmatbeg = (int *) Realloc(rmatbeg, nr_sz*sizeof(int)));\
2251 rmatbeg[nrs] = nnz;\
2276 New_Row(lpd->nr, lpd->nr_sz, lpd->senx, lpd->rhsx, lpd->rmatbeg,
2325 CallN(lpd->rmatbeg = (int *) Realloc(lpd->rmatbeg, lpd->nr_sz*sizeof(int)));
2336 lpd->rmatbeg[lpd->nr] = lpd->nnz;
2680 lpd->rmatbeg[
4227 int * rmatbeg, * rmatind, i, offset, first = -1, local
5292 int rmatbeg[2]; local
[all...]
H A Dcoinplex.cpp1266 int* rmatbeg, int* rmatind, double* rmatval)
1270 rmatbeg[rowadded] = nzadded;
1284 build.addRow(rmatbeg[i+1]-rmatbeg[i],
1285 &(rmatind[rmatbeg[i]]),
1286 &(rmatval[rmatbeg[i]]),
1295 rows[i].setVector(rmatbeg[i+1]-rmatbeg[i],
1296 &(rmatind[rmatbeg[i]]),
1297 &(rmatval[rmatbeg[
1264 coin_addrows(COINprob* lp, const int rowadded, int nzadded, const double* rhsx, const char* senx, int* rmatbeg, int* rmatind, double* rmatval) argument
[all...]
H A Deplex_coin.h242 int* rmatbeg, int* rmatind, double* rmatval);

Completed in 93 milliseconds