This commit is contained in:
Marcell Vazquez-Chanlatte 2018-09-18 23:19:58 -07:00
parent 25dfee86b0
commit 1b18efadfa
7 changed files with 7 additions and 15 deletions

View file

@ -20,8 +20,6 @@ def negate_trace(x):
def pointwise_sat(phi, dt=0.1):
ap_names = [z.id for z in phi.atomic_predicates]
def _eval_mtl(x, t=0):
return bool(eval_mtl(phi, dt)(x)[t])