|
is_feasible(from_region,
to_region,
sys,
N,
closed_loop=True,
use_all_horizon=False,
trans_set=None)
Return True if to_region is reachable from_region. |
|
|
Polytope or Region
|
solve_feasible(P1,
P2,
ssys,
N=1,
closed_loop=True,
use_all_horizon=False,
trans_set=None,
max_num_poly=5)
Compute S0 \subseteq P1 from which P2 is N-reachable. |
|
|
|
solve_closed_loop(P1,
P2,
ssys,
N,
use_all_horizon=False,
trans_set=None)
Compute S0 \subseteq P1 from which P2 is closed-loop N-reachable. |
|
|
|
solve_open_loop(P1,
P2,
ssys,
N,
trans_set=None,
max_num_poly=5) |
|
|
|
poly_to_poly(p1,
p2,
ssys,
N,
trans_set=None)
Compute s0 for open-loop polytope to polytope N-reachability. |
|
|
|
volumes_for_reachability(part,
max_num_poly) |
|
|
|
createLM(ssys,
N,
list_P,
Pk=None,
PN=None,
disturbance_ind=None)
Compute the components of the polytope: |
|
|
|
|