Holds the string label corresponding to the state variable or constraint that possesses the highest bound violation (see the Optimizer.MaxInfeasibility propery for more information). 
  
Labels for TrajectoryPhase variables/constraints are formatted as follows: 
___________________________________________________________ 
Variables: phaseA_nB_C 
A : The phase number 
B : The node number. 
C : The state, time, or control element. 
 Can be: x, y, z, vx, vy, vz, mass, time, or uD, where 
 D is the control variable number. 
___________________________________________________________ 
Dynamical defect constraints: phaseA_dB_C 
A : The phase number 
B : The defect point number. 
C : The defect element. 
 Can be: rx, ry, rz, vx, vy, vz, or mass. 
___________________________________________________________ 
Node spacing constraints: phaseA_nB_spacing 
A : The phase number. 
B : The node number. 
___________________________________________________________ 
Control model path constraints: phaseA_nB_cmpc_C 
A : The phase number. 
B : The node number. 
C : A short description of the path constraint. 
___________________________________________________________ 
Inter-node path constraints: phaseA_nB_nC_inpc_D 
A : The phase number. 
B : The left number number. 
C : The right number number. 
D : A short description of the path constraint. 
___________________________________________________________ 
Time of flight constraint: phaseA_tof 
A : The phase number. 
___________________________________________________________ 
State boundary constraints: phaseA_sbc_B_C 
A : The phase number. 
B : The endpoint of the state boundary constraint. 
C : A short description of the state boundary constraint. 
___________________________________________________________ 
State path constraints: phaseA_spc_nB_C 
A : The phase number. 
B : The node number. 
C : A short description of the state path constraint. 
___________________________________________________________ 
Interphase link constraints: link_A_pB_C_pD_E 
A : The link endpoint of the first phase 
B : The phase number of the first phase. 
A : The link endpoint of the second phase 
D : The phase number of the second phase. 
E : A short description of the interphase constraint. 
  
Note: All phase/node/collocation point numbers are equivalent to the corresponding index plus one. In other words, the first node point corresponds to node number 1. Phases are numbered in the order they were added to the optimizer. 
 |