I have
a formula $\varphi$ of propositional modal logic or propositional intuitionistic logic,
a finite Kripke frame $W$,
and I would like to test whether $\varphi$ is valid in $W$.
This is an enumeration of finitely many possibilities (and in the cases I am interested in the “finite” isn't even so large, so it's probably doable by hand, but it would be tedious), so I'd rather like to have a computer do this for me.
Is there a preexisting piece of software¹ that would help me do this? (Either directly solving the problem or transforming it to a form that can be passed to a boolean SAT-solver.) I can write it myself, but the probability of making an error would be much higher than if the software already exists…
- Open source and able to run under Linux; and I guess I should also add “not completely bitrotten in 2025” as a constraint because, sadly, reasearch software which worked in 2000 might fail to compile in 2025.

