Searched refs:sostype_t (Results 1 - 6 of 6) sorted by relevance

/barrelfish-master/usr/eclipseclp/Eplex/
H A Deplex.h156 sostype_t *sostype; /* [sosnzsz] sos type 1 or 2 */
H A Deplex_gurobi.h33 typedef int sostype_t; typedef
H A Deplex_cplex.h63 typedef char sostype_t; typedef
H A Deplex_xpress.h35 typedef char sostype_t; typedef
H A Deplex_coin.h44 typedef char sostype_t; typedef
H A Deplex.c5185 lpd->sostype = (sostype_t *) Malloc(lpd->sosnzsz*sizeof(sostype_t));
5192 lpd->sostype = (sostype_t *) Realloc(lpd->sostype, lpd->sosnzsz*sizeof(sostype_t));

Completed in 53 milliseconds