Blog

Posts in 2026
  • The Future of Constraint Programming in Rust

    Wednesday, January 21, 2026 in Blog

    SolverForge is a constraint solver written in Rust. The goal: write constraints like you write code. This wasn’t an obvious language choice. Python dominates the optimization space. Java has decades of established solvers. Why Rust? The answer …

    Read more

  • How We Build Frontends: jQuery in 2026

    Wednesday, January 21, 2026 in Technical

    In 2026, we still ship jQuery. This isn’t technical debt or legacy code we haven’t gotten around to modernizing. It’s an intentional choice. SolverForge quickstarts are educational demos for constraint optimization. Their purpose is …

    Read more

  • SolverForge 0.5.0: Zero-Erasure Constraint Solving

    Thursday, January 15, 2026 in Releases

    Major Release SolverForge 0.5.0 represents a complete architectural rewrite. It is no longer a WASM compiler or a wrapper around the JVM. This is a native Rust constraint solver built from the ground up with zero-erasure design and the SERIO …

    Read more

Posts in 2025