3
0
Fork 0
mirror of https://github.com/YosysHQ/sby.git synced 2026-05-03 11:05:16 +00:00

Add support for BTOR rIC3 engine in documentation

This commit is contained in:
Yuheng Su 2025-12-07 14:41:56 +08:00
parent c317ed4413
commit f1fdb26ffa

View file

@ -300,6 +300,8 @@ The following mode/engine/solver combinations are currently supported:
| | ``aiger aigbmc`` | | | ``aiger aigbmc`` |
| | | | | |
| | ``aiger rIC3`` | | | ``aiger rIC3`` |
| | |
| | ``btor rIC3`` |
+-----------+--------------------------+ +-----------+--------------------------+
| ``prove`` | ``smtbmc [all solvers]`` | | ``prove`` | ``smtbmc [all solvers]`` |
| | | | | |
@ -307,10 +309,10 @@ The following mode/engine/solver combinations are currently supported:
| | | | | |
| | ``aiger avy`` | | | ``aiger avy`` |
| | | | | |
| | ``aiger rIC3`` |
| | |
| | ``aiger suprove`` | | | ``aiger suprove`` |
| | | | | |
| | ``aiger rIC3`` |
| | |
| | ``btor rIC3`` | | | ``btor rIC3`` |
+-----------+--------------------------+ +-----------+--------------------------+
| ``cover`` | ``smtbmc [all solvers]`` | | ``cover`` | ``smtbmc [all solvers]`` |
@ -387,6 +389,8 @@ The engine supports no engine options and supports the following solvers:
+-------------------------------+---------------------------------+ +-------------------------------+---------------------------------+
| ``pono`` | ``bmc`` | | ``pono`` | ``bmc`` |
+-------------------------------+---------------------------------+ +-------------------------------+---------------------------------+
| ``rIC3`` | ``bmc``,``prove`` |
+-------------------------------+---------------------------------+
Solver options are passed to the solver as additional command line options. Solver options are passed to the solver as additional command line options.
@ -404,7 +408,7 @@ solvers:
+-------------------------------+---------------------------------+ +-------------------------------+---------------------------------+
| ``avy`` | ``prove`` | | ``avy`` | ``prove`` |
+-------------------------------+---------------------------------+ +-------------------------------+---------------------------------+
| ``rIC3`` | ``prove`` | | ``rIC3`` | ``prove``,``bmc`` |
+-------------------------------+---------------------------------+ +-------------------------------+---------------------------------+
| ``aigbmc`` | ``bmc`` | | ``aigbmc`` | ``bmc`` |
+-------------------------------+---------------------------------+ +-------------------------------+---------------------------------+