library implementing interaction with various linear programming solvers
☆25Jan 9, 2026Updated 2 months ago
Alternatives and similar repositories for lp-solvers
Users that are interested in lp-solvers are comparing it to the libraries listed below
Sorting:
- Lp modeler written in Rust☆105Mar 1, 2021Updated 5 years ago
- Google CP-SAT solver Rust bindings☆30Jan 22, 2026Updated 2 months ago
- Parallel Construction of Suffix Arrays in Rust☆26May 2, 2025Updated 10 months ago
- Linear Programming for Rust, with a user-friendly API. This crate allows modeling LP problems, and lets you solve them with various solve…☆427Updated this week
- String algorithm visualizations☆13Feb 7, 2023Updated 3 years ago
- Radix sort implementation for sorting by scalar keys (integers, floats, chars, bools)☆24Aug 19, 2024Updated last year
- Optimal distance lower bound k-mer sampling.☆12Jun 19, 2024Updated last year
- Safe rust bindings to the Highs MILP Solver.☆30Dec 14, 2025Updated 3 months ago
- A Rust library for building modular, fast and compact indexes over genomic data☆12Nov 22, 2023Updated 2 years ago
- A "Navie" Implementation of the Wavefront Algorithm For Sequence Alignment with Gap-Affine Scoring☆14Aug 7, 2023Updated 2 years ago
- Rust binding for the HiGHS linear programming solver☆17Updated this week
- ☆16Apr 6, 2023Updated 2 years ago
- ☆12Jul 13, 2019Updated 6 years ago
- Cache-friendly, Parallel, and Samplesort-based Constructor for Suffix Arrays and LCP Arrays☆17Jun 23, 2025Updated 8 months ago
- Model for provider-neutral financial data, with implementation for IEX☆14Jul 30, 2019Updated 6 years ago
- Wrapper on top of LightGraphs for preserving vertex numbering☆13Aug 24, 2023Updated 2 years ago
- A minimal copy fastq and fasta reader built for parallel support and paired end processing☆42Jan 9, 2026Updated 2 months ago
- Rust library for processing sequencing reads.☆25Sep 2, 2024Updated last year
- Decision Diagrams for Discrete Optimization - Generic Julia Implementation☆16Dec 20, 2021Updated 4 years ago
- DDO a generic and efficient framework for MDD-based optimization.☆69May 23, 2025Updated 9 months ago
- Pairwise nucleotide alignment benchmark of Rust bindings☆31Jul 27, 2023Updated 2 years ago
- Reference implementations of minimizer schemes to go with the mod-minimizers paper.☆29Apr 24, 2025Updated 10 months ago
- Mapping sequencing data to De Bruijn graphs, fast☆32Updated this week
- XCSP3 Tools in Java☆23Feb 9, 2026Updated last month
- A pure Rust linear programming solver☆91Nov 11, 2020Updated 5 years ago
- Python interface for COSMO.jl convex optimisation solver.☆17Sep 27, 2021Updated 4 years ago
- Rust's fastest and most accurate cardinality estimators.☆69Feb 11, 2026Updated last month
- Iterate over minimizers of a DNA sequence☆32Jul 12, 2024Updated last year
- My dotfile Configurations☆11Updated this week
- Rapid estimation of phylogenetic trees using sketching☆13Feb 18, 2025Updated last year
- Specification and description of the StochOptFormat file format☆15Oct 28, 2023Updated 2 years ago
- Python binding for NuSMV.☆11Nov 29, 2017Updated 8 years ago
- ☆10Aug 17, 2021Updated 4 years ago
- Specification and description of the MathOptFormat file format☆20Sep 28, 2023Updated 2 years ago
- ☆14Jan 31, 2020Updated 6 years ago
- Layer 4 Single Packet Authentication utilizing Netfilter Queue and libnetfilter.☆12Oct 12, 2024Updated last year
- SwitchTimeOpt.jl - Switching Time Optimization in Julia☆16Apr 1, 2024Updated last year
- Workaround for "key must be a string" error with serde_json. De/serialize any HashMap<K,V>, Vec<(K,V)>, Iter<(&K,&V)>, or Iter<&(K,V)> as…