Skip to content

bossenti/Models-in-Operations-Research

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages