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)
|
||||
return focus.modify(ap_map.get)
|
||||
|
||||
|
||||
def linear_stl_lipschitz(phi):
|
||||
r = max(abs(c) for c in terms_lens(phi).coeff.get_all())
|
||||
try:
|
||||
|
|
@ -129,7 +128,6 @@ def linear_stl_lipschitz(phi):
|
|||
except TypeError:
|
||||
return r
|
||||
|
||||
|
||||
# EDSL
|
||||
|
||||
def alw(phi, *, lo, hi):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue