Xpress Installation

From TomWiki
Revision as of 06:56, 28 September 2011 by Elias (talk | contribs) (Created page with "To check the TOMLAB ''/''Xpress installation, try out the example files, e.g. <pre> x=xptest1; </pre> or <pre> xpknaps </pre> Note that xpknaps takes three input argument tha...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

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.