Skip to content

Latest commit

 

History

15 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

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

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages