Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Using CPLEX | ||||||||
Line: 26 to 26 | ||||||||
For now ... | ||||||||
Changed: | ||||||||
< < | use cplex | |||||||
> > | use cplex-10.1.1
(note, the version number may change. You can find out what versions are supported by typing use -L .) | |||||||
cplex
will fire it up. It appears to want to create cplex.log in the current | ||||||||
Line: 41 to 44 | ||||||||
There is also a "convert" program if anyone has any use for that. It'll be in your path after the "use" command. | ||||||||
Added: | ||||||||
> > |
If you want to make your own LPs or IPs manually, here's an example test file that you can model your input after:
| |||||||
Note that it doesn't come with binaries that are explicitly for the system we're running (SuSE 9.1). It comes with binaries for | ||||||||
Line: 66 to 75 | ||||||||
-- KevinLeytonBrown - 25 May 2006 | ||||||||
Added: | ||||||||
> > |
|