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

/barrelfish-master/usr/eclipseclp/Eplex/
H A Deplex.h157 int *sosbeg; /* [sossz] index into sosind[] */ member in struct:__anon1616
H A Dcoinplex.cpp2060 int* sosbeg, int* sosind, double* soswt)
2069 lp->mipobjects[lp->nsos+i] = new CbcSOS(lp->mipmodel, sosbeg[i+1]-sosbeg[i],
2070 &sosind[sosbeg[i]], &soswt[i], i,
2075 lp->mipobjects[lp->nsos+i] = new CbcSOS(lp->mipmodel, nsosnz-sosbeg[i],
2076 &sosind[sosbeg[i]], &soswt[i], i,
2059 coin_add_sos(COINprob* lp, int nsos, int nsosnz, char* sostype, int* sosbeg, int* sosind, double* soswt) argument
H A Deplex.c591 CallN(Free(lpd->sosbeg));
4037 NULL, lpd->sosbeg, lpd->sosind, lpd->sosref))
4040 lpd->sosbeg, lpd->sosind, lpd->sosref, NULL))
4132 lpd->sosbeg = NULL;\n\
4167 lpd->sostype, lpd->sosbeg, lpd->sosind, lpd->sosref));
4211 Free(lpd->sosbeg); lpd->sosbeg = NULL;
5115 NULL, lpd->sosbeg, lpd->sosind, lpd->sosref))
5118 lpd->sosbeg, lpd->sosind, lpd->sosref, NULL))
5166 lpd->sosbeg
[all...]
H A Deplex_gurobi.c574 lpd->sostype, lpd->sosbeg, lpd->sosind, lpd->sosref))

Completed in 54 milliseconds