Skip to content

minghao-liu/NRAgo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NRAgo

NRAgo is a hybrid SMT solver for the nonlinear real arithmetic (NRA) theory.

By integrating gradient-based optimization algorithm, NRAgo can improve the efficiency of solving many difficult satisfiable instances.

We expect NRAgo could be a beneficial supplement to existing SMT solvers.

Please watch our demo video for more details. (pending now)

Installation

NRAgo is implemented in Python 3. It is recommended to use Python 3.6 to run the solver.

There are some dependent packages:

Usage

Like most other SMT solvers, NRAgo accepts a text file in the SMT-LIB format (e.g., input.smt2) as input. Run the following command to solve: python3 nrago.py input.smt2

Please try the benchmarks in the examples folder to test the performance.

About

Solving SMT(NRA) formulas with gradient-based optimization.

Resources

License

Stars

5 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages