Skip to content

stevenjenkins/Algorithm-Knapsack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Algorithm-Knapsack

This is the top-level module for various algorithms in the Knapsack
family.  The initial implementations are all from "Knapsack Problems"
by Silvano Martello and Paolo Toth, available from
http://www.or.deis.unibo.it/knapsack.html.

This is Alpha code -- interfaces may change.  Bugs may not get fixed.
If you are interested in using this code for other than casual,
exploratory use, please contact the author.

INSTALLATION

To install this module, run the following commands:

	perl Makefile.PL
	make
	make test
	make install

SUPPORT AND DOCUMENTATION

After installing, you can find documentation for this module with the
perldoc command.

    perldoc Algorithm::Knapsack

You can also look for information at:

    RT, CPAN's request tracker
        http://rt.cpan.org/NoAuth/Bugs.html?Dist=Algorithm-Knapsack

    AnnoCPAN, Annotated CPAN documentation
        http://annocpan.org/dist/Algorithm-Knapsack

    CPAN Ratings
        http://cpanratings.perl.org/d/Algorithm-Knapsack

    Search CPAN
        http://search.cpan.org/dist/Algorithm-Knapsack/

LICENSE AND COPYRIGHT

Copyright (C) 2011 Steven Jenkins

This program is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public
License along with this program; if not, write to the Free
Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
02111-1307 USA.

About

Knapsack algorithm implementations in Perl

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages