Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 1.2 KB

README.md

File metadata and controls

33 lines (22 loc) · 1.2 KB

OR

This repository contains implemented models from Operations Research using IBM CPLEX.

Cutting Stock

A model that provides a minimum number of shelves and shelf occupancy for a given quantity of products in supermarkets. by using a cutting stock problem. The cutting stock problem is implemented via column generation.

Sudoku

Solves any as input given sudoku riddle using constraint programming.

SurgerySchedule

Creates a schedule of optional and emergency surgeries for a operating room using again constrain programming.

Travelling Salesman Problem (TSP)

Solves any given TSP by using a cutting-plane method.

Travelling Salesman Problem with CP

Solves any given TSP by using constraint programming.