Giter VIP home page Giter VIP logo

integerlinearprogramming's Introduction

Integer Linear Programming in Python

Demonstrate how to convert a matching optimization problem into an integer linear programming problem and solve it using Python. The following is an example that this project is going to solve: hundreds of students will take a survery to rank their top 5 choices among 25 courses before the semester starts. Based on these lists of preferences, we will assign all students into courses and maximize student satisfaction under some constraints including

  1. A student is placed into one course
  2. A size of all courses is between 14 and 16
  3. There are various major students within a course to include different perspectives

The goal is to maximize the number of students who are assigned to their first and second choices and minimize the number of students placed in their third, fourth, and fifth choices.

Data Set up

There are four csv files.

  • StudentSurveyData.csv. 7 columns and the number of students rows. Each row represents a student where his/her major and five preferences are listed.
  • CourseList.csv. It lists all the courses.
  • MajorList.csv. It lists all the majors.
  • MajorMax.csv. It defines the maximum number of the same major students in one course.

Installing

$ pip3 install pulp
$ brew install glpk

Results

ILP was able to assign 99% of total 361 students into their first or second choices out of 25 chourses without violating any constraints.

Acknowledgments

integerlinearprogramming's People

Contributors

mikiotada avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.