Revert "added stl lipschitz computation bound"
This reverts commit eeb543fa34.
This commit is contained in:
parent
367e9001ff
commit
6489667970
1 changed files with 0 additions and 2 deletions
|
|
@ -121,7 +121,6 @@ def from_mtl(phi:MTL, ap_map:Dict[AtomicPred, LinEq]) -> STL:
|
||||||
focus = AP_lens(phi)
|
focus = AP_lens(phi)
|
||||||
return focus.modify(ap_map.get)
|
return focus.modify(ap_map.get)
|
||||||
|
|
||||||
|
|
||||||
def linear_stl_lipschitz(phi):
|
def linear_stl_lipschitz(phi):
|
||||||
r = max(abs(c) for c in terms_lens(phi).coeff.get_all())
|
r = max(abs(c) for c in terms_lens(phi).coeff.get_all())
|
||||||
try:
|
try:
|
||||||
|
|
@ -129,7 +128,6 @@ def linear_stl_lipschitz(phi):
|
||||||
except TypeError:
|
except TypeError:
|
||||||
return r
|
return r
|
||||||
|
|
||||||
|
|
||||||
# EDSL
|
# EDSL
|
||||||
|
|
||||||
def alw(phi, *, lo, hi):
|
def alw(phi, *, lo, hi):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue