scripts/make-snapshot
author deba
Tue, 08 Apr 2008 16:01:28 +0000
changeset 2605 852361980706
permissions -rwxr-xr-x
Bug fixes in LP solvers
- the copyLp is clarified
- newLp and copyLp gives back pointers
- cplex gives back empty string for variables without name
- cplex row and column retrieval
- added macro for soplex
     1 #!/bin/bash
     2 
     3 make VERSION=r`svn info|grep 'Revision:'|cut -d ' ' -f 2` $*