If any of the above is not given, then it is initialized to None.
|
__init__(self,
ppp=None,
ts=None,
ppp2ts=None,
pwa=None,
pwa_ppp=None,
ppp2pwa=None,
ppp2sys=None,
orig_ppp=None,
ppp2orig=None,
disc_params=None)
x.__init__(...) initializes x; see help(type(x)) for signature |
|
|
|
|
|
|
|
ppp2trans(self,
region_index)
Return the transition set constraint and active subsystem, |
|
|
(i, pwa.pwa_ppp[i])
|
ppp2pwa(self,
region_index)
Return dynamics and predicate-preserving region and its index for PWA
subsystem active in given region. |
|
|
(i, pwa.list_subsys[i])
|
ppp2sys(self,
region_index)
Return index and PWA subsystem active in indexed region. |
|
|
(i, orig_ppp.regions[i])
|
ppp2orig(self,
region_index)
Return index and region of original partition. |
|
|
|
|
|
plot(self,
show_ts=False,
only_adjacent=False,
color_seed=None)
Plot partition and optionally feasible transitions. |
|
|
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__subclasshook__
|