Xpress Installation

From TomWiki
Jump to navigationJump to search

Notice.png

This page is part of the Xpress Manual. See Xpress Manual.

To check the TOMLAB /Xpress installation, try out the example files, e.g.

x=xptest1;

or

xpknaps

Note that xpknaps takes three input argument that one can play around with. If TOMLAB is installed, to run a first test using the test examples in the TOMLAB distribution, files in \tomlab\testprob, run

xptomtest1

To see how to quickly define a problem in the TOMLAB format using the TQ format (TOMLAB Format), run (and study the code)

xptomtest2

To see how to set parameters that influence the runs in TOMLAB /Xpress run

xpknapsTL

This file does the same as xpknap, but is using the TQ format, and setting the relevant parameters into the Prob structure before calling the TOMLAB driver routine tomRun.