The file LICENSE details how to set up a temporary license that removes the size restriction for a year. A new license string will be provided in December of each year.
For small problems you should be ready to go. To solve large problems, the LICENSE string needs to be set up annually as indicated above.
The file README gives more information.
Currently only provided on Solaris, Linux and Windows platforms.
Source for the matlab link, complete with makefiles, etc can be found in the pathlib.zip archive (see below).
Further information and examples may be found at the following ftp directories:
The "pathampl" executable is provided at this ftp site for a variety of machine architectures (windows (win), linux (lnx), mac (osx)). To use this solver within ampl, you need to install ampl (!) and put the appropriate pathampl executable in a directory on your path. To run on a model (that is contained for example in example.mod), you should do the following:
option solver pathampl;
option path_options "logfile = path.log optfile=path.opt";
option presolve 0;
model example.mod;
solve;
The path options above are entirely optional. The ampl presolve should be turned off "option presolve 0;" since the pathampl presolver understands complementarity presolving better. The file path.opt contains further options for the path solver, some details of which are given below.
Some Options for Path are described in this pdf file.
If you have difficulties, please contact Michael Ferris by email at ferris@cs.wisc.edu