[Coin-discuss] how to change the LP solver

Lou Hafer lou at cs.sfu.ca
Tue Aug 24 12:12:17 EDT 2004


Ngo,

	I'll assume you're trying to build on a unix system. You need to edit
the file Makefiles/Makefile.location. Uncomment (remove the '#') from the lines 
that refer to libCpx and libOsiCpx. Farther down in the file, you'll need to 
edit the definitions for CpxIncDir, CpxLibDir, CpxLibName, and CpxDefine to 
match your cplex installation.

	CpxIncDir	directory containing cplex header files
	CpxLibDir	directory containing cplex libraries
	CpxLibName	name of the cplex library you want to use
	CpxDefine	any compile-time definitions required by cplex

You can get a feel for these by looking at the definitions for some of the other 
solvers.

						Lou




More information about the Coin-discuss mailing list