JuanjoMrt / Graph-ColoringLinks
Graph coloring problem solved with Genetic Algorithm, Tabu Search and Simulated Annealing
☆21Updated 7 years ago
Alternatives and similar repositories for Graph-Coloring
Users that are interested in Graph-Coloring are comparing it to the libraries listed below
Sorting:
- Multicommodity Flow: efficient C++ implementation of a polynomial time approximation algorithm☆24Updated 10 years ago
- C++ Graph Coloring Package☆50Updated 3 years ago
- Parallel sparse direct solver for circuit simulation☆48Updated 3 years ago
- A free C++ Genetic Algorithm library☆241Updated last year
- DRL models for graph partitioning and sparse matrix ordering.☆32Updated 2 years ago
- Mt-KaHyPar (Multi-Threaded Karlsruhe Hypergraph Partitioner) is a shared-memory multilevel graph and hypergraph partitioner equipped with…☆171Updated this week
- Concurrent CPU-GPU Programming using Task Models☆106Updated 6 years ago
- KaHyPar (Karlsruhe Hypergraph Partitioning) is a multilevel hypergraph partitioning framework providing direct k-way and recursive bisect…☆506Updated 3 weeks ago
- A genetic algorithms library in C++ for single- and multi-objective optimization.☆40Updated 3 weeks ago
- Library of corner stitching structure☆19Updated 10 years ago
- Heterogeneous Programming☆17Updated 2 years ago
- Discrete event simulation in C++ using Protothreads☆52Updated 2 years ago
- Visualisation of Simulated Annealing algorithm to solve TSP☆61Updated 6 years ago
- The implementation is based on the Fiduccia-Mattheyses algorithm.☆29Updated 9 years ago
- PACT: A Parallel Compact Thermal Simulator☆65Updated 3 weeks ago
- JAX + Flax implementation of "Combinatorial Optimization with Physics-Inspired Graph Neural Networks" by Schuetz et al.☆66Updated 3 months ago
- A C++ version of jMetal, a Java framework aimed at multi-objective optimization with metaheuristics.☆71Updated 5 years ago
- CUDA implementation of the Blocked Floyd Warshall All pairs shortest path graph algorithm☆42Updated 7 years ago
- Multi-way hypergraph partitioning algorithms: FMS (Fiduccia-Mattheyses-Sanchis), PLM (Partitioning by Locked Moves), PFM (Partitioning by…☆21Updated last month
- An evolutionary computation framework to (automatically) build fast parallel stochastic optimization solvers☆119Updated 9 months ago
- A C++ RangeTree implementation.