This should close #78
It is now possible to load the xpress library as
according to the instructions in the FICO Xpress READMEs:
setting the xpress variables using the script xpvars.sh
The function XPRSinit(xpress_from_env); is called with a nullptr parameter (as suggested in the documentation.
This shoul point xpress to look for the licence file using the (standard) XPAUTH_PATH environment variable.
We don't use anymore the XPRESS environment variable.
Users of Xpress should set the Xpress environment variables using the script xpvars.sh provided by the xpress installation
This should close #78 It is now possible to load the xpress library as according to the instructions in the FICO Xpress READMEs: setting the xpress variables using the script
xpvars.sh
The function
XPRSinit(xpress_from_env);
is called with anullptr
parameter (as suggested in the documentation. This shoul point xpress to look for the licence file using the (standard)XPAUTH_PATH
environment variable.We don't use anymore the
XPRESS
environment variable.Users of Xpress should set the Xpress environment variables using the script
xpvars.sh
provided by the xpress installation