Skip to content

My code for solving some discrete optimization problems.

Notifications You must be signed in to change notification settings

spinor29/DisOpt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository contains code I wrote for solving several NP complete problems using algorithms that I learned from Pascal Van Hentenryck's discrete optimization course.

The problems (and algorithms used) include:

  1. Knapsack problem (depth-first search, branch and bound)

  2. Traveling salesman problem (simulated annealing)

  3. Facility location problem (mixed integer programming with SCIP MIP solver)

  4. Vehicle routing problem (simulated annealing).

About

My code for solving some discrete optimization problems.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages