smt2utils icon indicating copy to clipboard operation
smt2utils copied to clipboard

Libraries and tools for the SMT-LIB-2 standard.

Results 4 smt2utils issues
Sort by recently updated
recently updated
newest added

An experimental tool to transform SMT2 files into suitable formats for "language modeling" with machine learning

CLA Signed

Hi, We've just found a bug in your parser related to the get-value command. The SMT-LIB syntax for get-value is ``` (get-value ( + )) ``` (cf. SMT-LIB 2.6 page...

It should not be too hard to add support for theory and logic definitions. Two options: 1) add callbacks for "fake" commands: `(theory ..)` and `(logic ..)` 2) modify the...

Hi, I wanted to take a crack at getting theory parsing working to fix https://github.com/facebookincubator/smt2utils/issues/15. Before I went to the trouble of implementing all the parser rules and concrete syntax...

CLA Signed