Git Product home page Git Product logo

combinatorial-optimization-in-gurobi's Introduction

Combinatorial Optimization in Gurobi

These codes solve various combinatorial optimization problems using the integer programming solver Gurobi. All codes are written in Python and handle networks with NetworkX.

The IP models generally increase in difficulty:

  1. knapsack
  2. vertex cover
  3. independent set
  4. clique (relaxations: k-plex, quasi-clique, 2-club, k-club) (extension: independent union of cliques)
  5. dominating set and connected dominating set
  6. matching
  7. min cut
  8. max flow
  9. shortest path
  10. assignment problem
  11. coloring (via labeling, asymmetric representatives, set cover)
  12. spanning tree (via single-commodity flow, multi-commodity flow, directed cut, Dantzig-Fulkerson-Johnson)
  13. traveling salesman (directed: MTZ, lifted MTZ, DFJ, CUT) (undirected: DFJ, CUT)

combinatorial-optimization-in-gurobi's People

Contributors

austinlbuchanan avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.