coin-or / prtpyLinks
Number partitioning in Python
☆51Updated 2 months ago
Alternatives and similar repositories for prtpy
Users that are interested in prtpy are comparing it to the libraries listed below
Sorting:
- Distribution of weighted items to bins (either a fixed number of bins or a fixed number of volume per bin). Data may be in form of list, …☆92Updated 2 months ago
- Solve job shop scheduling problems (and more!) in Python.☆40Updated last month
- Lint Cython files☆80Updated this week
- ☆23Updated 3 weeks ago
- A parallel branch-and-bound engine for Python. (https://pybnb.readthedocs.io/)☆68Updated 3 years ago
- A collection of algorithms for the (Resource) Constrained Shortest Path problem in Python / C++ / C#☆85Updated 11 months ago
- salabim - discrete event simulation☆343Updated 2 months ago
- Populate library namespace without incurring immediate import costs☆168Updated last week
- A static scheduling heuristic☆50Updated 3 years ago
- Constraint Programming and Modeling library in Python, based on numpy, with direct solver access.☆262Updated this week
- WIP: Tune the hyperparameters of Google's OR-Tools' CP-SAT solver for specific models☆17Updated 9 months ago
- Overview website for research on Algorithms with Predictions (ALPS)☆41Updated this week
- ☆68Updated 6 years ago
- A simple graph library☆84Updated 4 months ago
- Example of a package with Cython extensions.☆59Updated last month
- A Library of Optimization Problem Libraries☆49Updated 3 years ago
- A high-performance library for compressed ndarrays, with a flexible computational engine☆155Updated this week
- Examples and Models.☆18Updated 4 years ago
- A simple immutable dictionary for Python