• Stars
    star
    104
  • Rank 330,604 (Top 7 %)
  • Language
    Python
  • License
    MIT License
  • Created over 10 years ago
  • Updated almost 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Open source solvers for the Discrete Optimization set cover assignment.

setcover

Open source solvers for the Discrete Optimization set cover assignment.

The root directory includes the set cover handout. Subdirectories include various solver examples for the set cover problem. To try one of the solvers simply follow any build and installation instructions and run the solver.py file in that directory.

This base repository will be maintained by the Discrete Optimization course staff. Students are encouraged to fork this repository to share their solutions to this assignment.