Searched refs:mgcols (Results 1 - 2 of 2) sorted by relevance

/barrelfish-master/usr/eclipseclp/Eplex/
H A Deplex.h145 int *mgcols; /* [ngents] col-nos of non-continuous vars */ member in struct:__anon1616
H A Deplex.c561 TryFree(lpd->mgcols);
2724 if (lpd->mgcols) CallN(Free(lpd->mgcols));
2725 lpd->mgcols = Malloc(coladded*sizeof(int));
2726 Log1(lpd->mgcols = (int *) malloc(%d*sizeof(int)), coladded);
2727 /* we reuse mgcols for the index of the added columns. We set the
2733 lpd->mgcols[i] = colidx;
2734 Log2(lpd->mgcols[%d] = %d, i, colidx);
2738 Log1(CPXchgctype(cpx_env, lpd->lp, %d, lpd->mgcols, lpd->ctype),
2741 lpd->mgcols, lp
[all...]

Completed in 124 milliseconds