HTab-1.5.4: examples/unsat/role_inclusion1.frm
signature {
propositions { p }
nominals { }
relations { s, t, r : { reflexive, subsetof {s,t}} }
}
theory
{
<r>p;
[s]!p;
[t]!p
}
signature {
propositions { p }
nominals { }
relations { s, t, r : { reflexive, subsetof {s,t}} }
}
theory
{
<r>p;
[s]!p;
[t]!p
}