Click or drag to resize
Min_MaxRobustExecution Constructor
Min/max robustni exekuce pro pocet agentu agentu agents, s pravdepodobnosti zpozdeni delay a parametry robustnosti minTime, maxTime.

Namespace: MAPFsimulator
Assembly: MAPFsimulator (in MAPFsimulator.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
public Min_MaxRobustExecution(
	int agents,
	int minTime,
	int maxTime,
	double delay
)

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