Skip to content
View BenoitBOMPOL's full-sized avatar
🎯
🎯
Block or Report

Block or report BenoitBOMPOL

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
BenoitBOMPOL/README.md

Hi there 👋

  • 🌱 I’m currently learning operations research
  • 🔭 Here are several operations research-related projects :
  1. Writing a solver for Picross (Nonogram) using constraint programming tools*
  2. Solving the Travelling Salesperson Problem using a Genetic Algorithm
  • Benchmarking and comparisons could be done, using ConcordeTSP as reference
  1. Push-Relabel (Goldberg) Algorithm on flows, on Java

Pinned

  1. BenoitBOMPOL BenoitBOMPOL Public

    Personal Repository

  2. COGT_Hypergraphs COGT_Hypergraphs Public

    Presentation on "directed hypergraph connectivity augmentation by hyperarc reorientations", with example code

    TeX

  3. GeneticAlgorithmTSP GeneticAlgorithmTSP Public

    Genetic Algorithm solving the Travelling Salesperson Problem

    C