mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-09 12:45:48 -05:00
42 lines
552 B
Text
42 lines
552 B
Text
# Log utilities
|
|
util/Log
|
|
|
|
# Interfaces
|
|
core/Formula_intf
|
|
core/Theory_intf
|
|
core/Plugin_intf
|
|
core/Expr_intf
|
|
core/Res_intf
|
|
core/Solver_types_intf
|
|
core/Solver_intf
|
|
solver/Tseitin_intf
|
|
|
|
# Main modules
|
|
core/Res
|
|
core/Internal
|
|
core/External
|
|
core/Solver_types
|
|
|
|
solver/Solver
|
|
solver/Mcsolver
|
|
solver/Tseitin
|
|
|
|
# Backends
|
|
backend/Dot
|
|
backend/Dedukti
|
|
backend/Backend_intf
|
|
|
|
# SAT solver frontend
|
|
sat/Sat
|
|
#sat/Type_sat
|
|
|
|
# SMT solver frontend
|
|
#smt/Smt
|
|
#smt/Expr_smt
|
|
#smt/Type_smt
|
|
#smt/Unionfind
|
|
|
|
# MCsat solver frontend
|
|
#mcsat/Mcsat
|
|
#mcsat/Eclosure
|
|
#mcsat/Plugin_mcsat
|