Min_MaxRobustExecution Constructor |
Min/max robustni exekuce pro pocet agentu agentu agents, s pravdepodobnosti zpozdeni delay a parametry robustnosti minTime, maxTime.
Namespace: MAPFsimulatorAssembly: MAPFsimulator (in MAPFsimulator.exe) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Min_MaxRobustExecution(
int agents,
int minTime,
int maxTime,
double delay
)
Public Sub New (
agents As Integer,
minTime As Integer,
maxTime As Integer,
delay As Double
)
public:
Min_MaxRobustExecution(
int agents,
int minTime,
int maxTime,
double delay
)
new :
agents : int *
minTime : int *
maxTime : int *
delay : float -> Min_MaxRobustExecution
Parameters
- agents
- Type: SystemInt32
[Missing <param name="agents"/> documentation for "M:MAPFsimulator.Min_MaxRobustExecution.#ctor(System.Int32,System.Int32,System.Int32,System.Double)"]
- minTime
- Type: SystemInt32
[Missing <param name="minTime"/> documentation for "M:MAPFsimulator.Min_MaxRobustExecution.#ctor(System.Int32,System.Int32,System.Int32,System.Double)"]
- maxTime
- Type: SystemInt32
[Missing <param name="maxTime"/> documentation for "M:MAPFsimulator.Min_MaxRobustExecution.#ctor(System.Int32,System.Int32,System.Int32,System.Double)"]
- delay
- Type: SystemDouble
[Missing <param name="delay"/> documentation for "M:MAPFsimulator.Min_MaxRobustExecution.#ctor(System.Int32,System.Int32,System.Int32,System.Double)"]
See Also