pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/math/glpk



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Nov 27 21:00:29 UTC 2015

Modified Files:
        pkgsrc/math/glpk: Makefile distinfo
        pkgsrc/math/glpk/patches: patch-src_Makefile.in

Log Message:
Changes 4.57:

A new, more efficient implementation of the dual simplex method
was included in the package. This new implementation replaces
the old one, which was removed.

Option sr_heur was added to struct glp_iocp to enable/disable
the simple rounding heuristic used by the MIP solver.

New API routine glp_at_error was added and documented.

Some minor typos were corrected in the GLPK documentation.

An example application program TSPSOL was added. It uses the
GLPK MIP optimizer to solve the Symmetric Traveling Salesman
Problem and illustrates "lazy" constraints generation. For more
details please see glpk/examples/tsp/README.


To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 pkgsrc/math/glpk/Makefile
cvs rdiff -u -r1.35 -r1.36 pkgsrc/math/glpk/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/math/glpk/patches/patch-src_Makefile.in

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index