Skip to content

Discrete optimization techniques applied on different combinatorial problems using C++.

Notifications You must be signed in to change notification settings

orifmilod/discrete-optimisation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Discrete optimisation

Discret optimization techniques applied on different combinatorial problems.

Problems implemented

Graph-coloring
Knapsack
Travelling salesman

###Graph-coloring (aka map-coloring) Problem statement: The basic idea is to color a graph in which no two connected nodes share the same colors. The challenge is to find the minumim number of colors needed to color the graph (chromatic number)

Currently solved using these approaches:

Knapsack

Problem statement: Given a set of items, each with a weight and a value, determine the number of each item to include in a collection so that the total weight is less than or equal to a given limit and the total value is as large as possible

Currently solved using these approaches:

About

Discrete optimization techniques applied on different combinatorial problems using C++.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published