FreeBSD.software
Home/math/ctl-sat

ctl-sat

g20200210

CTL (Computation Tree Logic) SAT solver

CTL-SAT is a CTL (Computation Tree Logic) SAT solver. The user may test satisfiability of a CTL formula may by providing it as a command-line argument to the ctl-sat program, e.g.: ctl-sat "~( (A(pUq) ^ AG(q->r) ^ AG(r->EXr)) -> EFEGr )" The worst-case time complexity is O((2^n)^3) for this SAT solver, while the worst-case space complexity is O((2^n)^2).

Origin: math/ctl-sat
Category: math
Size: 132KiB
License: MIT
Maintainer: 0mp@FreeBSD.org
Dependencies: 0 packages
Required by: 0 packages
$pkg install ctl-sat

More in math