Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 440 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 440 Bytes

volleyball-lp

A volleyball league schedule mixed integer linear program generator.

This project consists of a single python script which is used to generate a mixed integer linear program used for scheduling a volleyball league. The output of the program is a text file formatted in the "lp" format of lp_solve. You will need to run lp_solve with the generated file to produce a schedule.