Changeset 1441
- Timestamp:
- Nov 7, 2009 12:34:15 PM (11 years ago)
- Location:
- ThirdParty/Glpk/trunk
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
ThirdParty/Glpk/trunk/INSTALL.Glpk
r1390 r1441 14 14 You may download 15 15 16 ftp://ftp.gnu.org/gnu/glpk/glpk-4. 39.tar.gz16 ftp://ftp.gnu.org/gnu/glpk/glpk-4.40.tar.gz 17 17 18 18 and unpack it in this directory: 19 19 20 gunzip glpk-4. 39.tar.gz21 tar xf glpk-4. 39.tar20 gunzip glpk-4.40.tar.gz 21 tar xf glpk-4.40.tar 22 22 23 23 Then you need to rename the directory 24 glpk-4. 3924 glpk-4.40 25 25 into 26 26 glpk -
ThirdParty/Glpk/trunk/Makefile.am
r1411 r1441 37 37 $(GLPKDIR)/src/glpapi18.c \ 38 38 $(GLPKDIR)/src/glpapi19.c \ 39 $(GLPKDIR)/src/glpapi20.c \ 39 40 $(GLPKDIR)/src/glpavl.c \ 40 41 $(GLPKDIR)/src/glpbfd.c \ … … 95 96 $(GLPKDIR)/src/glpnet06.c \ 96 97 $(GLPKDIR)/src/glpnet07.c \ 98 $(GLPKDIR)/src/glpnet08.c \ 97 99 $(GLPKDIR)/src/glpnpp01.c \ 98 100 $(GLPKDIR)/src/glpnpp02.c \ -
ThirdParty/Glpk/trunk/Makefile.in
r1411 r1441 78 78 glpapi09.lo glpapi10.lo glpapi11.lo glpapi12.lo glpapi13.lo \ 79 79 glpapi14.lo glpapi15.lo glpapi16.lo glpapi17.lo glpapi18.lo \ 80 glpapi19.lo glpavl.lo glpbfd.lo glpbfx.lo glpcpx.lo glpdmp.lo \ 81 glpdmx.lo glpfhv.lo glpgmp.lo glphbm.lo glpini01.lo \ 82 glpini02.lo glpios01.lo glpios02.lo glpios03.lo glpios04.lo \ 83 glpios05.lo glpios06.lo glpios07.lo glpios08.lo glpios09.lo \ 84 glpios10.lo glpipm.lo glpipp01.lo glpipp02.lo glplib01.lo \ 85 glplib02.lo glplib03.lo glplib04.lo glplib05.lo glplib06.lo \ 86 glplib07.lo glplib08.lo glplib09.lo glplib10.lo glplib11.lo \ 87 glplib12.lo glplpf.lo glplpx01.lo glplpx02.lo glplpx03.lo \ 88 glplpx04.lo glpluf.lo glplux.lo glpmat.lo glpmpl01.lo \ 89 glpmpl02.lo glpmpl03.lo glpmpl04.lo glpmpl05.lo glpmpl06.lo \ 90 glpmps.lo glpnet01.lo glpnet02.lo glpnet03.lo glpnet04.lo \ 91 glpnet05.lo glpnet06.lo glpnet07.lo glpnpp01.lo glpnpp02.lo \ 92 glpnpp03.lo glpqmd.lo glprgr.lo glprng01.lo glprng02.lo \ 93 glpscf.lo glpscg.lo glpscl.lo glpsdf.lo glpspm.lo glpspx01.lo \ 94 glpspx02.lo glpsql.lo glpssx01.lo glpssx02.lo amd_1.lo \ 95 amd_2.lo amd_aat.lo amd_control.lo amd_defaults.lo amd_dump.lo \ 96 amd_info.lo amd_order.lo amd_postorder.lo amd_post_tree.lo \ 80 glpapi19.lo glpapi20.lo glpavl.lo glpbfd.lo glpbfx.lo \ 81 glpcpx.lo glpdmp.lo glpdmx.lo glpfhv.lo glpgmp.lo glphbm.lo \ 82 glpini01.lo glpini02.lo glpios01.lo glpios02.lo glpios03.lo \ 83 glpios04.lo glpios05.lo glpios06.lo glpios07.lo glpios08.lo \ 84 glpios09.lo glpios10.lo glpipm.lo glpipp01.lo glpipp02.lo \ 85 glplib01.lo glplib02.lo glplib03.lo glplib04.lo glplib05.lo \ 86 glplib06.lo glplib07.lo glplib08.lo glplib09.lo glplib10.lo \ 87 glplib11.lo glplib12.lo glplpf.lo glplpx01.lo glplpx02.lo \ 88 glplpx03.lo glplpx04.lo glpluf.lo glplux.lo glpmat.lo \ 89 glpmpl01.lo glpmpl02.lo glpmpl03.lo glpmpl04.lo glpmpl05.lo \ 90 glpmpl06.lo glpmps.lo glpnet01.lo glpnet02.lo glpnet03.lo \ 91 glpnet04.lo glpnet05.lo glpnet06.lo glpnet07.lo glpnet08.lo \ 92 glpnpp01.lo glpnpp02.lo glpnpp03.lo glpqmd.lo glprgr.lo \ 93 glprng01.lo glprng02.lo glpscf.lo glpscg.lo glpscl.lo \ 94 glpsdf.lo glpspm.lo glpspx01.lo glpspx02.lo glpsql.lo \ 95 glpssx01.lo glpssx02.lo amd_1.lo amd_2.lo amd_aat.lo \ 96 amd_control.lo amd_defaults.lo amd_dump.lo amd_info.lo \ 97 amd_order.lo amd_postorder.lo amd_post_tree.lo \ 97 98 amd_preprocess.lo amd_valid.lo colamd.lo 98 99 libcoinglpk_la_OBJECTS = $(nodist_libcoinglpk_la_OBJECTS) … … 285 286 $(GLPKDIR)/src/glpapi18.c \ 286 287 $(GLPKDIR)/src/glpapi19.c \ 288 $(GLPKDIR)/src/glpapi20.c \ 287 289 $(GLPKDIR)/src/glpavl.c \ 288 290 $(GLPKDIR)/src/glpbfd.c \ … … 343 345 $(GLPKDIR)/src/glpnet06.c \ 344 346 $(GLPKDIR)/src/glpnet07.c \ 347 $(GLPKDIR)/src/glpnet08.c \ 345 348 $(GLPKDIR)/src/glpnpp01.c \ 346 349 $(GLPKDIR)/src/glpnpp02.c \ … … 512 515 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/glpapi18.Plo@am__quote@ 513 516 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/glpapi19.Plo@am__quote@ 517 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/glpapi20.Plo@am__quote@ 514 518 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/glpavl.Plo@am__quote@ 515 519 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/glpbfd.Plo@am__quote@ … … 570 574 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/glpnet06.Plo@am__quote@ 571 575 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/glpnet07.Plo@am__quote@ 576 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/glpnet08.Plo@am__quote@ 572 577 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/glpnpp01.Plo@am__quote@ 573 578 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/glpnpp02.Plo@am__quote@ … … 742 747 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o glpapi19.lo `test -f '$(GLPKDIR)/src/glpapi19.c' || echo '$(srcdir)/'`$(GLPKDIR)/src/glpapi19.c 743 748 749 glpapi20.lo: $(GLPKDIR)/src/glpapi20.c 750 @am__fastdepCC_TRUE@ if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT glpapi20.lo -MD -MP -MF "$(DEPDIR)/glpapi20.Tpo" -c -o glpapi20.lo `test -f '$(GLPKDIR)/src/glpapi20.c' || echo '$(srcdir)/'`$(GLPKDIR)/src/glpapi20.c; \ 751 @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/glpapi20.Tpo" "$(DEPDIR)/glpapi20.Plo"; else rm -f "$(DEPDIR)/glpapi20.Tpo"; exit 1; fi 752 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(GLPKDIR)/src/glpapi20.c' object='glpapi20.lo' libtool=yes @AMDEPBACKSLASH@ 753 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 754 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o glpapi20.lo `test -f '$(GLPKDIR)/src/glpapi20.c' || echo '$(srcdir)/'`$(GLPKDIR)/src/glpapi20.c 755 744 756 glpavl.lo: $(GLPKDIR)/src/glpavl.c 745 757 @am__fastdepCC_TRUE@ if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT glpavl.lo -MD -MP -MF "$(DEPDIR)/glpavl.Tpo" -c -o glpavl.lo `test -f '$(GLPKDIR)/src/glpavl.c' || echo '$(srcdir)/'`$(GLPKDIR)/src/glpavl.c; \ … … 1147 1159 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1148 1160 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o glpnet07.lo `test -f '$(GLPKDIR)/src/glpnet07.c' || echo '$(srcdir)/'`$(GLPKDIR)/src/glpnet07.c 1161 1162 glpnet08.lo: $(GLPKDIR)/src/glpnet08.c 1163 @am__fastdepCC_TRUE@ if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT glpnet08.lo -MD -MP -MF "$(DEPDIR)/glpnet08.Tpo" -c -o glpnet08.lo `test -f '$(GLPKDIR)/src/glpnet08.c' || echo '$(srcdir)/'`$(GLPKDIR)/src/glpnet08.c; \ 1164 @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/glpnet08.Tpo" "$(DEPDIR)/glpnet08.Plo"; else rm -f "$(DEPDIR)/glpnet08.Tpo"; exit 1; fi 1165 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(GLPKDIR)/src/glpnet08.c' object='glpnet08.lo' libtool=yes @AMDEPBACKSLASH@ 1166 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1167 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o glpnet08.lo `test -f '$(GLPKDIR)/src/glpnet08.c' || echo '$(srcdir)/'`$(GLPKDIR)/src/glpnet08.c 1149 1168 1150 1169 glpnpp01.lo: $(GLPKDIR)/src/glpnpp01.c -
ThirdParty/Glpk/trunk/configure
r1411 r1441 1607 1607 # that we are in a project main directory 1608 1608 coin_projectdir=yes 1609 1610 # Check if a library version is set for libtool1611 1612 1609 1613 1610 … … 4732 4729 *-*-irix6*) 4733 4730 # Find out which ABI we are using. 4734 echo '#line 473 4"configure"' > conftest.$ac_ext4731 echo '#line 4731 "configure"' > conftest.$ac_ext 4735 4732 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 4736 4733 (eval $ac_compile) 2>&5 … … 6331 6328 6332 6329 # Provide some information about the compiler. 6333 echo "$as_me:633 3:" \6330 echo "$as_me:6330:" \ 6334 6331 "checking for Fortran 77 compiler version" >&5 6335 6332 ac_compiler=`set X $ac_compile; echo $2` … … 7398 7395 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 7399 7396 -e 's:$: $lt_compiler_flag:'` 7400 (eval echo "\"\$as_me:7 400: $lt_compile\"" >&5)7397 (eval echo "\"\$as_me:7397: $lt_compile\"" >&5) 7401 7398 (eval "$lt_compile" 2>conftest.err) 7402 7399 ac_status=$? 7403 7400 cat conftest.err >&5 7404 echo "$as_me:740 4: \$? = $ac_status" >&57401 echo "$as_me:7401: \$? = $ac_status" >&5 7405 7402 if (exit $ac_status) && test -s "$ac_outfile"; then 7406 7403 # The compiler can only warn and ignore the option if not recognized … … 7666 7663 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 7667 7664 -e 's:$: $lt_compiler_flag:'` 7668 (eval echo "\"\$as_me:766 8: $lt_compile\"" >&5)7665 (eval echo "\"\$as_me:7665: $lt_compile\"" >&5) 7669 7666 (eval "$lt_compile" 2>conftest.err) 7670 7667 ac_status=$? 7671 7668 cat conftest.err >&5 7672 echo "$as_me:76 72: \$? = $ac_status" >&57669 echo "$as_me:7669: \$? = $ac_status" >&5 7673 7670 if (exit $ac_status) && test -s "$ac_outfile"; then 7674 7671 # The compiler can only warn and ignore the option if not recognized … … 7770 7767 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 7771 7768 -e 's:$: $lt_compiler_flag:'` 7772 (eval echo "\"\$as_me:77 72: $lt_compile\"" >&5)7769 (eval echo "\"\$as_me:7769: $lt_compile\"" >&5) 7773 7770 (eval "$lt_compile" 2>out/conftest.err) 7774 7771 ac_status=$? 7775 7772 cat out/conftest.err >&5 7776 echo "$as_me:777 6: \$? = $ac_status" >&57773 echo "$as_me:7773: \$? = $ac_status" >&5 7777 7774 if (exit $ac_status) && test -s out/conftest2.$ac_objext 7778 7775 then … … 10115 10112 lt_status=$lt_dlunknown 10116 10113 cat > conftest.$ac_ext <<EOF 10117 #line 1011 7"configure"10114 #line 10114 "configure" 10118 10115 #include "confdefs.h" 10119 10116 … … 10215 10212 lt_status=$lt_dlunknown 10216 10213 cat > conftest.$ac_ext <<EOF 10217 #line 1021 7"configure"10214 #line 10214 "configure" 10218 10215 #include "confdefs.h" 10219 10216 … … 12559 12556 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 12560 12557 -e 's:$: $lt_compiler_flag:'` 12561 (eval echo "\"\$as_me:125 61: $lt_compile\"" >&5)12558 (eval echo "\"\$as_me:12558: $lt_compile\"" >&5) 12562 12559 (eval "$lt_compile" 2>conftest.err) 12563 12560 ac_status=$? 12564 12561 cat conftest.err >&5 12565 echo "$as_me:1256 5: \$? = $ac_status" >&512562 echo "$as_me:12562: \$? = $ac_status" >&5 12566 12563 if (exit $ac_status) && test -s "$ac_outfile"; then 12567 12564 # The compiler can only warn and ignore the option if not recognized … … 12663 12660 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 12664 12661 -e 's:$: $lt_compiler_flag:'` 12665 (eval echo "\"\$as_me:1266 5: $lt_compile\"" >&5)12662 (eval echo "\"\$as_me:12662: $lt_compile\"" >&5) 12666 12663 (eval "$lt_compile" 2>out/conftest.err) 12667 12664 ac_status=$? 12668 12665 cat out/conftest.err >&5 12669 echo "$as_me:1266 9: \$? = $ac_status" >&512666 echo "$as_me:12666: \$? = $ac_status" >&5 12670 12667 if (exit $ac_status) && test -s out/conftest2.$ac_objext 12671 12668 then … … 14233 14230 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 14234 14231 -e 's:$: $lt_compiler_flag:'` 14235 (eval echo "\"\$as_me:1423 5: $lt_compile\"" >&5)14232 (eval echo "\"\$as_me:14232: $lt_compile\"" >&5) 14236 14233 (eval "$lt_compile" 2>conftest.err) 14237 14234 ac_status=$? 14238 14235 cat conftest.err >&5 14239 echo "$as_me:1423 9: \$? = $ac_status" >&514236 echo "$as_me:14236: \$? = $ac_status" >&5 14240 14237 if (exit $ac_status) && test -s "$ac_outfile"; then 14241 14238 # The compiler can only warn and ignore the option if not recognized … … 14337 14334 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 14338 14335 -e 's:$: $lt_compiler_flag:'` 14339 (eval echo "\"\$as_me:1433 9: $lt_compile\"" >&5)14336 (eval echo "\"\$as_me:14336: $lt_compile\"" >&5) 14340 14337 (eval "$lt_compile" 2>out/conftest.err) 14341 14338 ac_status=$? 14342 14339 cat out/conftest.err >&5 14343 echo "$as_me:1434 3: \$? = $ac_status" >&514340 echo "$as_me:14340: \$? = $ac_status" >&5 14344 14341 if (exit $ac_status) && test -s out/conftest2.$ac_objext 14345 14342 then … … 16544 16541 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 16545 16542 -e 's:$: $lt_compiler_flag:'` 16546 (eval echo "\"\$as_me:1654 6: $lt_compile\"" >&5)16543 (eval echo "\"\$as_me:16543: $lt_compile\"" >&5) 16547 16544 (eval "$lt_compile" 2>conftest.err) 16548 16545 ac_status=$? 16549 16546 cat conftest.err >&5 16550 echo "$as_me:165 50: \$? = $ac_status" >&516547 echo "$as_me:16547: \$? = $ac_status" >&5 16551 16548 if (exit $ac_status) && test -s "$ac_outfile"; then 16552 16549 # The compiler can only warn and ignore the option if not recognized … … 16812 16809 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 16813 16810 -e 's:$: $lt_compiler_flag:'` 16814 (eval echo "\"\$as_me:1681 4: $lt_compile\"" >&5)16811 (eval echo "\"\$as_me:16811: $lt_compile\"" >&5) 16815 16812 (eval "$lt_compile" 2>conftest.err) 16816 16813 ac_status=$? 16817 16814 cat conftest.err >&5 16818 echo "$as_me:1681 8: \$? = $ac_status" >&516815 echo "$as_me:16815: \$? = $ac_status" >&5 16819 16816 if (exit $ac_status) && test -s "$ac_outfile"; then 16820 16817 # The compiler can only warn and ignore the option if not recognized … … 16916 16913 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 16917 16914 -e 's:$: $lt_compiler_flag:'` 16918 (eval echo "\"\$as_me:1691 8: $lt_compile\"" >&5)16915 (eval echo "\"\$as_me:16915: $lt_compile\"" >&5) 16919 16916 (eval "$lt_compile" 2>out/conftest.err) 16920 16917 ac_status=$? 16921 16918 cat out/conftest.err >&5 16922 echo "$as_me:169 22: \$? = $ac_status" >&516919 echo "$as_me:16919: \$? = $ac_status" >&5 16923 16920 if (exit $ac_status) && test -s out/conftest2.$ac_objext 16924 16921 then … … 19801 19798 LT_LDFLAGS= 19802 19799 19803 # Check if we want to set the library version19804 echo "$as_me:$LINENO: checking if library version is set" >&519805 echo $ECHO_N "checking if library version is set... $ECHO_C" >&619806 if test x"$coin_libversion" != x; then19807 LT_LDFLAGS="$LT_LDFLAGS -version-info $coin_libversion"19808 echo "$as_me:$LINENO: result: $coin_libversion" >&519809 echo "${ECHO_T}$coin_libversion" >&619810 else19811 echo "$as_me:$LINENO: result: no" >&519812 echo "${ECHO_T}no" >&619813 fi19814 19815 19816 19800 19817 19801 #END … … 20105 20089 echo "$as_me:$LINENO: result: ${majorver}.${minorver}" >&5 20106 20090 echo "${ECHO_T}${majorver}.${minorver}" >&6 20107 if test x$majorver != x4 || test x$minorver != x 39; then20108 { { echo "$as_me:$LINENO: error: \"Incorrect GLPK version. This build system is made for GLPK 4. 39. Please update by rerunning get.GLPK\"" >&520109 echo "$as_me: error: \"Incorrect GLPK version. This build system is made for GLPK 4. 39. Please update by rerunning get.GLPK\"" >&2;}20091 if test x$majorver != x4 || test x$minorver != x40 ; then 20092 { { echo "$as_me:$LINENO: error: \"Incorrect GLPK version. This build system is made for GLPK 4.40. Please update by rerunning get.GLPK\"" >&5 20093 echo "$as_me: error: \"Incorrect GLPK version. This build system is made for GLPK 4.40. Please update by rerunning get.GLPK\"" >&2;} 20110 20094 { (exit 1); exit 1; }; } 20111 20095 fi -
ThirdParty/Glpk/trunk/configure.ac
r1411 r1441 74 74 minorver=`awk '/define GLP_MINOR_VERSION/ {print $3}' ${GLPKINCDIR}/glpk.h` 75 75 AC_MSG_RESULT([${majorver}.${minorver}]) 76 if test x$majorver != x4 || test x$minorver != x 39; then77 AC_MSG_ERROR(["Incorrect GLPK version. This build system is made for GLPK 4. 39. Please update by rerunning get.GLPK"])76 if test x$majorver != x4 || test x$minorver != x40 ; then 77 AC_MSG_ERROR(["Incorrect GLPK version. This build system is made for GLPK 4.40. Please update by rerunning get.GLPK"]) 78 78 fi 79 79 else -
ThirdParty/Glpk/trunk/get.Glpk
r1390 r1441 2 2 3 3 set -e 4 glpk_ver=4. 394 glpk_ver=4.40 5 5 6 6 wgetcmd=wget -
ThirdParty/Glpk/trunk/glpk.patch
r1413 r1441 10 10 case GLP_ECOND: 11 11 case GLP_EBOUND: ret = LPX_E_FAULT; break; 12 --- glpk/src/glpnpp02.c.orig 2009-09-17 17:35:48.000000000 +020013 +++ glpk/src/glpnpp02.c 2009-09-17 17:36:06.000000000 +020014 @@ -805,7 +805,7 @@15 /* fix the column */16 if (col->lb == -DBL_MAX && col->ub == +DBL_MAX)17 { /* free variable */18 - info->stat = GLP_NS;19 + info->stat = GLP_NF;20 col->lb = col->ub = 0.0;21 }22 else if (col->ub == +DBL_MAX)
Note: See TracChangeset
for help on using the changeset viewer.