Skip to content

dtnewman/linear_programming_tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Linear Programming in Python

See an explanation of this project here.

The important files here are as follows:

  • science_fair.py - the main file containing the python script
  • student_choices.csv - the input data file that is read in by science_fair.py
  • student_fair.xlsx - some users who have done linear programming in Excel before may find this file useful, as it sets up the same problem in Excel using the Solver module (although you will need OpenSolver to solve the problem since it has too many variables for the default solver)

License

This repo is under the MIT License.

About

A tutorial on linear programming using Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages