Skip to content

AstraIntella/verasolve

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Verasolve

Verified AI reasoning SDK. The layer between LLMs and formal constraint solvers — every answer mathematically proven correct.

Coming soon. Open-source under Apache 2.0.

Status

This repository is a placeholder. The SDK is under active development in a private workspace. Public release expected soon.

What Verasolve does

Verasolve gives LLMs the ability to solve constraint problems with mathematical guarantees:

  1. Validate — catch malformed, contradictory, or ill-posed constraints before wasting compute
  2. Route — pick the optimal solver backend (Z3 for discrete/exact; future energy-based backends for continuous/nonlinear)
  3. Solve — run the problem through the solver
  4. Verify — independently check that the returned solution satisfies every original constraint
  5. Explain — report binding constraints, slack, and sensitivity analysis

Every solution carries a verification guarantee: if Verasolve says it's correct, it's mathematically proven correct.

Why this matters

LLMs can understand constraint problems but cannot prove their answers are right. Benchmarks show frontier LLMs fail on the majority of hard constraint problems when working alone. Verasolve closes that gap by delegating solving to formal solvers and verifying the result independently.

License

Apache 2.0 — see LICENSE.

Contact

AstraIntella — https://astraintella.com

About

Verified AI reasoning SDK — formal verification layer between LLMs and constraint solvers

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors