WaitAddingRobustnessGetRobustPlan Method |
Vrati novy robustni plan, do ktereho jsou pridany wait akce tak, aby se co nejvice poruseni bezpecnych intervalu delky nejvyse robustness.
Namespace: MAPFsimulatorAssembly: MAPFsimulator (in MAPFsimulator.exe) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic List<Plan> GetRobustPlan(
int robustness
)
Public Function GetRobustPlan (
robustness As Integer
) As List(Of Plan)
public:
List<Plan^>^ GetRobustPlan(
int robustness
)
member GetRobustPlan :
robustness : int -> List<Plan>
Parameters
- robustness
- Type: SystemInt32
[Missing <param name="robustness"/> documentation for "M:MAPFsimulator.WaitAddingRobustness.GetRobustPlan(System.Int32)"]
Return Value
Type:
ListPlan[Missing <returns> documentation for "M:MAPFsimulator.WaitAddingRobustness.GetRobustPlan(System.Int32)"]
See Also