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

/barrelfish-master/usr/eclipseclp/Eplex/
H A Deplex_cplex.h149 # define SetCPXAlg(cpx_env, method) { \ macro
213 # define SetCPXAlg(cpx_env, method) { \ macro
224 # define SetCPXAlg(cpx_env, method) { \ macro
H A Deplex_cplex.c55 SetCPXAlg(cpx_env, CPX_ALG_AUTOMATIC);
60 SetCPXAlg(cpx_env, CPX_ALG_CONCURRENT);
64 SetCPXAlg(cpx_env, CPX_ALG_PRIMAL);
67 SetCPXAlg(cpx_env, CPX_ALG_DUAL);
70 SetCPXAlg(cpx_env, CPX_ALG_NET);
73 SetCPXAlg(cpx_env, CPX_ALG_BARRIER);
95 SetCPXAlg(cpx_env, CPX_ALG_SIFTING);
114 SetCPXAlg(cpx_env, CPX_ALG_DUAL);

Completed in 41 milliseconds