Changeset 102 for trunk/README
- Timestamp:
- Jan 22, 2003 3:42:41 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/README
r64 r102 18 18 If you want to stress the code you can set various stuff e.g. dantzig pricing 19 19 and then go into netlib testing. I do not guarantee that it will solve all 20 netlib if you get too creative. 20 netlib if you get too creative. For instance using presolve makes netlib 21 solve faster - but pilot87 prefers a large infeasibility weight. So 21 22 22 There will be samples in ./Samples. Use the corresponding Makefile to 23 clp -presolve on -dualbound 1.0e10 -netlib 24 25 works well. 26 27 There are samples in ./Samples. Use the corresponding Makefile to 23 28 create an executable - testit. 24 29 25 At present there are only t wouseful samples.30 At present there are only three useful samples. 26 31 27 32 minimum.cpp This is the simplest possible program to read an mps file. 33 28 34 defaults.cpp. This does not do much more, but it does it in much more 29 35 complicated way by specifically setting defaults so it does give more 30 36 useful information. It also prints a solution in a format "similar" to that 31 37 of MPSX. 38 39 presolve.cpp. This is a good driver for larger problems.
Note: See TracChangeset
for help on using the changeset viewer.