backtrack-rs: combinatorial search library, help me improve it!

This page summarizes the projects mentioned and recommended in the original post on /r/rust

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • backtrack-rs

    Solve hard constraints easily with Rust.

  • I've been dabbling in rust for a few months and figured I could make something useful: backtrack-rs - Backtracking solver with examples.

  • ddo

    DDO a generic and efficient framework for MDD-based optimization.

  • On a side note, and slightly off topic (but you might like it though), you might also be interested in the DDO crate I maintain (https://github.com/xgillard/ddo). The point of ddo slightly differs from backtrack-rs as it targets constraint optimization rather than constraint satisfaction problems. DDO is written in Rust, it is fully generic and highly efficient. (In the last paper I submitted -- but has not been accepted yet -- I show an example where it fares better than Gurobi).

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • Choco

    An open-source Java library for Constraint Programming

  • - Choco (https://choco-solver.org/): state of the art trailing solver, heavily tested, easy to get started with and actively maintained. Written in Java.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts