Differences between revisions 9 and 10
Revision 9 as of 2009-01-19 03:53:22
Size: 946
Comment:
Revision 10 as of 2022-04-05 00:57:51
Size: 0
Editor: mkoeppe
Comment: outdated
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
= lrs =

== Description ==

lrs implements the linear reverse search algorithm of Avis and Fukuda.

See the homepage (http://cgm.cs.mcgill.ca/~avis/C/lrs.html) for details.

== License ==
lrs is released under a GPL v2+ license.

== SPKG Maintainers ==

 * Marshall Hampton
 * Michael Abshoff

== Upstream Contact ==

David Avis, avis at cs dot mcgill dot edu.

== Dependencies ==

No dependencies.

== Special Update/Build Instructions ==

The only patch is the makefile, which has been cleaned up for Sage using our environmental variables and with an added "make check" section.

== Changelog ==

=== lrs-4.2b.p1 (Marshall Hampton, January 19th, 2009) ===
 * fixed SPKG.txt
 * added make check section to our patched makefile
 * created hg repository for this spkg
 * added spkg-check which uses the "make check" added

=== lrs-4.2b.p0 (Marshall Hampton, May 2008) ===
 * made lrs 4.2b an optional spkg