stanford-centaur / smt-switch

A generic C++ API for SMT solving. It provides abstract classes which can be implemented by different SMT solvers.
Other
114 stars 43 forks source link

failing test #319

Open yoni206 opened 1 year ago

yoni206 commented 1 year ago

The unit-transfer test is failing due to this line: https://github.com/stanford-centaur/smt-switch/blob/1477296482bb112325475285262c49be8ba5401a/tests/unit/unit-transfer.cpp#L87

For now, it is commented out.