Searched refs:CPLEX (Results 1 - 13 of 13) sorted by relevance

/barrelfish-master/usr/eclipseclp/Eplex/
H A Deplex_cplex.h24 * ECLiPSe/CPLEX interface (for inclusion in eplex.c)
30 #include "cplex.h" /* CPLEX declarations */
33 #include "cplex.h" /* CPLEX declarations */
36 /* The values CPX_VERSION_VERSION and CPX_VERSION_RELEASE were introduced in CPLEX 12.3.
46 #if (CPLEX == 0)
47 #define CPLEX CPX_VERSION_VERSION macro
48 #elif (CPLEX != CPX_VERSION_VERSION)
70 #define SOLVER_VERSION_INT (10*CPLEX+CPLEXMINOR)
92 #if CPLEX >= 9
96 #if CPLEX >
[all...]
H A Deplex_cplex.c24 * ECLiPSe/CPLEX interface (for inclusion in eplex.c)
27 #ifdef CPLEX
34 /* the default method is dual Simplex in CPLEX 6+7, and we
420 (for LP, or root node LP solve for MIP (not CPLEX))
536 # if CPLEX >= 8
539 /* CPLEX 8+ redefined the `unbounded' state to mean an unbounded
592 # if CPLEX >= 8
625 # else /* CPLEX < 8 */
736 # if defined(CPLEX) && CPLEX < 1
[all...]
H A Deplex.h73 # ifdef CPLEX
77 # endif /* CPLEX */
103 CPXLPptr lp; /* CPLEX/XPRESS handle */
H A Deplex.c23 * ECLiPSe / CPLEX interface
337 #ifdef CPLEX
425 #ifdef CPLEX
432 # if CPLEX >= 8
437 #endif /* CPLEX */
503 #ifdef CPLEX
549 #ifdef CPLEX
646 #ifdef CPLEX
697 # if defined(CPLEX)
700 char *licloc; /* environment string (CPLEX) */
[all...]
/barrelfish-master/usr/eclipseclp/WinMSC/EplexSCplex/
H A DEplexSCplex.mak76 "M:/Eclipse/cplex6.0" /D CPLEX=6 /D "WIN32" /D "NDEBUG" /D "_WINDOWS"\
189 "M:/Eclipse/cplex6.0" /D CPLEX=6 /D "WIN32" /D "_DEBUG" /D "_WINDOWS"\
302 "M:/Eclipse/cplex75/include/ilcplex" /D CPLEX=7 /D CPLEXMINOR=5 /D "WIN32" /D\
413 "M:/Eclipse/cplex75/include/ilcplex" /D CPLEX=7 /D CPLEXMINOR=5 /D "WIN32" /D\
527 "M:/Eclipse/cplex90/include/ilcplex" /D CPLEX=9 /D CPLEXMINOR=0 /D "WIN32" /D\
638 "M:/Eclipse/cplex90/include/ilcplex" /D CPLEX=9 /D CPLEXMINOR=0 /D "WIN32" /D\
/barrelfish-master/usr/eclipseclp/documents/libman/
H A Deplex.tex74 %The library has been ported to work with XPRESS-MP as well as CPLEX.
79 %The interface to CPLEX has been extended such that more
83 %use CPLEX within a data-driven CLP setting.
1244 \item CPLEX, a product of ILOG (www.ilog.com)
1274 \index{CPLEX}
1275 The first line explicitly requests the CPLEX solver, the second line
1315 For example, if you have CPLEX version 7.5 on machine \verb+workhorse+,
1336 For CPLEX with normal licenses, they are unused (the environment
1337 variable \verb'ILOG_LICENSE_FILE' should be set to the CPLEX
1382 \subsubsection{CPLEX}
1380 \\end{itemize} subsubsection
[all...]
H A Dmp.tex27 \def\cplex{CPLEX\ }
H A Dintroduction.tex173 external linear solvers (CPLEX \cite{ILOG} and XPRESS \cite{Dash})
/barrelfish-master/usr/eclipseclp/documents/intro_paper/
H A Declipse.tex831 the {\em CPLEX} mixed
832 integer programming package \cite{CPLEX}, and invokes the CPLEX branch
1454 \subsection{The {\em eplex} (External CPLEX Solver Interface) Library}
1466 incorporating a linear constraint solver is the CPLEX MIP package
1467 \cite{CPLEX}.
1468 CPLEX offers several algorithms for solving linear constraints
1486 to the CPLEX package.
1622 which facilitates interfacing to other solvers. The interface to CPLEX
1628 CPLEX
[all...]
/barrelfish-master/usr/eclipseclp/documents/tutorial/
H A Dtutorial.tex343 % <sect> Clpr, XPRESS and CPLEX
H A Dsolversintro.tex149 solver (XPRESS \cite{Dash} or CPLEX \cite{ILOG}) and { \eclipse }.
H A Deplex.tex171 XPRESS-MP or CPLEX. Your {\eclipse} should be configured to load in a
/barrelfish-master/usr/eclipseclp/documents/visualisation/
H A Dannotate.tex361 % Example for basic use of ECLiPSe/CPLEX interface

Completed in 113 milliseconds