Adding SMTRat and MathSAT interpreters
authorHamed Gorjiara <hgorjiar@uci.edu>
Thu, 21 Feb 2019 23:58:16 +0000 (15:58 -0800)
committerHamed Gorjiara <hgorjiar@uci.edu>
Thu, 21 Feb 2019 23:58:16 +0000 (15:58 -0800)
commitb170f31ca9df1c465adec1c156c5a8b1aa49a3c0
tree500d975745b13d6f73c0f2e3a2d0ea90b327d8ec
parent4c58af641a877bb6d65769994c8fd57ecedbd22c
Adding SMTRat and MathSAT interpreters
src/Interpreter/interpreter.cc
src/Interpreter/mathsatinterpreter.cc [new file with mode: 0644]
src/Interpreter/mathsatinterpreter.h [new file with mode: 0644]
src/Interpreter/smtinterpreter.cc
src/Interpreter/smtinterpreter.h
src/Interpreter/smtratinterpreter.cc [new file with mode: 0644]
src/Interpreter/smtratinterpreter.h [new file with mode: 0644]
src/Test/deserializealloytest.cc
src/csolver.cc