Searched refs:XP_COPYOFF (Results 1 - 3 of 3) sorted by relevance

/barrelfish-master/usr/eclipseclp/Eplex/
H A Deplex.h51 # define XP_COPYOFF 0 /* do not make copy of problem */ macro
55 if (lpd->copystatus != XP_COPYOFF) lpd->copystatus = XP_COPYINVALID
H A Deplex_xpress.c188 if (lpd->copystatus != XP_COPYOFF)
270 if (lpd->copystatus == XP_COPYOFF)
356 if (lpd->copystatus == XP_COPYOFF)
421 b) It is the same as lp (non-MIP or if XP_COPYOFF)
856 if (lpd->copystatus != XP_COPYOFF)
H A Deplex.c985 lpd->copystatus = (vcpy.nint == 1 ? XP_COPYINVALID : XP_COPYOFF);
1892 if (lpd->copystatus != XP_COPYOFF && lpd->lp != lpd->lpcopy)
1944 if (lpd->copystatus != XP_COPYOFF)
3850 if (lpd->copystatus != XP_COPYOFF) Mark_Copy_As_Modified(lpd);
4086 if (lpd->copystatus != XP_COPYOFF)

Completed in 97 milliseconds