Evaluate given formula a given transition graph
.
The graph
MUST support enough sets of symbolic variables to represent all occurring FO vars.
Return the resulting set of colored vertices.
Evaluate given formula, but do not sanitize the result.
The graph
MUST support enough sets of symbolic variables to represent all occurring FO vars.
Evaluate each of a list of FOL formulas on a given transition graph
.
Return the resulting sets of colored vertices (in the same order as input formulas).
The graph
MUST support enough sets of symbolic variables to represent all occurring FO vars.
Evaluate each of a list of FOL formulas, but do not sanitize the results.
The graph
MUST support enough sets of symbolic variables to represent all occurring FO vars.
Evaluate each of a list of FOL formulas given by their syntax trees on a given transition graph
.
The graph
MUST support enough sets of symbolic variables to represent all occurring FO vars.
Return the list of resulting sets of colored vertices (in the same order as input formulas).
Evaluate each of a list of FOL formulas given by their syntax trees on a given transition graph
.
Evaluate formula given by its syntactic tree.
The graph
MUST support enough sets of symbolic variables to represent all occurring FO vars.
Return the resulting set of colored vertices.
Evaluate formula given by its syntactic tree, but do not sanitize the results.
The graph
MUST support enough sets of symbolic variables to represent all occurring FO vars.
Parse given FOL formulas list into syntactic trees and perform compatibility check with
the provided graph
(i.e., check if graph
object supports all needed symbolic variables).