fontanf / columngenerationsolverView external linksLinks
A solver based on column generation
☆40Dec 27, 2025Updated last month
Alternatives and similar repositories for columngenerationsolver
Users that are interested in columngenerationsolver are comparing it to the libraries listed below
Sorting:
- WIP: Tune the hyperparameters of Google's OR-Tools' CP-SAT solver for specific models☆22Sep 23, 2025Updated 4 months ago
- Set Partitioning Heuristic (SPH) based on CPLEX MILP solver and created starting from the CFT Heuristic implemented by Accorsi Luca and C…☆14Dec 1, 2023Updated 2 years ago
- Branch-and-Price Algorithm for the Bin Packing Problem (using CPLEX as pricer and LP solver). It implements a Ryan-Foster branching schem…☆16Feb 24, 2019Updated 6 years ago
- A solver for the generalized assignment problem☆23Jan 8, 2026Updated last month
- A standalone local search solver for general integer linear programming☆16Jul 8, 2024Updated last year
- An archive repository containing the MiniZinc instances used for the MiniZinc Challenge☆14Nov 25, 2024Updated last year
- ☆14Jun 12, 2024Updated last year
- C++ metaheuristics modeler/solver for general integer optimization problems.☆52Jan 24, 2026Updated 3 weeks ago
- Implementation of the Caprara, Fischetti, and Toth algorithm for the Set Covering problem.☆18Mar 5, 2025Updated 11 months ago
- ☆32Feb 22, 2024Updated last year
- Nutmeg – a MIP and CP branch-and-check solver☆31Jun 22, 2023Updated 2 years ago
- Column_Generation_Algorithm using Cplex☆11Jan 18, 2019Updated 7 years ago
- A solver for the 0-1 Knapsack Problem☆20Oct 13, 2025Updated 4 months ago
- RouteOpt☆72Jan 17, 2026Updated 3 weeks ago
- Elementary Shortest Path Problem with Resource Constraints☆33Jun 29, 2024Updated last year
- Library of Split algorithms, including the O(n) (linear time) algorithm for the CVRP, from "Vidal, Thibaut (2016). Technical note: Split …☆21Oct 19, 2018Updated 7 years ago
- An exact algorithm for the maximum clique problem (MCP) which improves over state-of-the-art approaches in some cases by orders of magnit…☆14Nov 15, 2025Updated 3 months ago
- A solver for (geometrical) packing problems☆193Feb 8, 2026Updated last week
- Feasibility Pump Collection☆16Jul 6, 2023Updated 2 years ago
- Branch-and-Price-and-Cut in Julia☆210Sep 8, 2025Updated 5 months ago
- C++ implementation of an incremental primal-dual assignment problem solver.☆12Dec 13, 2024Updated last year
- DIP is a decomposition-based solver framework for mixed integer linear programs.☆21Jan 14, 2026Updated last month
- The Chuffed CP solver☆119Jan 6, 2026Updated last month
- A more scalable version of FILO.☆31Jan 11, 2026Updated last month
- binary/integer linear programming solver☆17Nov 25, 2024Updated last year
- ☆13Jul 14, 2021Updated 4 years ago
- JuLS is a Julia Local Search solver that combines Constraint Based Local Search (CBLS) and Constraint Programming (CP)☆172Sep 18, 2025Updated 4 months ago
- A C++ Framework for Optimization☆36Updated this week
- Cython wrapper for MAXFLOW library from Boykov and Kolmogorov☆13Sep 7, 2016Updated 9 years ago
- A standalone local search solver for general mixed integer programming☆45Feb 8, 2026Updated last week
- Accompanying code for the text: Maniezzo, Vittorio, Boschetti, Marco Antonio, Stützle, Thomas "Matheuristics, algorithms and implementati…☆18Apr 5, 2024Updated last year
- Solver for Unconstrained Binary Quadratic Optimization (UBQO, BQO, QUBO) and Max 2-SAT, based on semidefinite relaxation with constraint …☆15Apr 6, 2023Updated 2 years ago
- A Lazy Clause Generation solver with a focus on modularity and maintainability in addition to speed☆27Updated this week
- Solve production scheduling problems with constraint programming in Python.☆97Jan 9, 2026Updated last month
- A simple Python interface for VRPSolver, a state-of-the-art Branch-Cut-and-Price exact solver for vehicle routing problems☆163Jan 22, 2026Updated 3 weeks ago
- A tutorial on using C++/Cplex for OR problems. The tutorial is intended to be useful for every OR practitioner with an intermediary knowl…☆42Nov 4, 2021Updated 4 years ago
- Elementary branch-price-and-cut algorithm for the vehicle routing problem with stochastic demands under optimal restocking☆17Feb 10, 2023Updated 3 years ago
- Learning to Compare Nodes in Branch and Bound with Graph Neural Networks (NeurIPS 2022)☆24Nov 7, 2022Updated 3 years ago
- Multi-platform, self-contained and object-oriented implementation of the Simplex Algorithm in C++☆14Mar 11, 2021Updated 4 years ago