Click or drag to resize
ContigencyRobustnessReduceAgents Method
Odstrani duplicity v hledani alternativnich cest - vzhledem ke hledani pocatecniho vrcholu alternativniho planu u alternativni k-robustnosti se muze stat, ze dve alternativy splynou do jedne - tim si usetrime duplicitni hledani te same cesty.

Namespace: MAPFsimulator
Assembly: MAPFsimulator (in MAPFsimulator.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
private List<Agent> ReduceAgents(
	List<Agent> agents,
	List<int> initialTimes,
	List<int> vertexOrder
)

Parameters

agents
Type: System.Collections.GenericListAgent

[Missing <param name="agents"/> documentation for "M:MAPFsimulator.ContigencyRobustness.ReduceAgents(System.Collections.Generic.List{MAPFsimulator.Agent},System.Collections.Generic.List{System.Int32},System.Collections.Generic.List{System.Int32})"]

initialTimes
Type: System.Collections.GenericListInt32

[Missing <param name="initialTimes"/> documentation for "M:MAPFsimulator.ContigencyRobustness.ReduceAgents(System.Collections.Generic.List{MAPFsimulator.Agent},System.Collections.Generic.List{System.Int32},System.Collections.Generic.List{System.Int32})"]

vertexOrder
Type: System.Collections.GenericListInt32

[Missing <param name="vertexOrder"/> documentation for "M:MAPFsimulator.ContigencyRobustness.ReduceAgents(System.Collections.Generic.List{MAPFsimulator.Agent},System.Collections.Generic.List{System.Int32},System.Collections.Generic.List{System.Int32})"]

Return Value

Type: ListAgent

[Missing <returns> documentation for "M:MAPFsimulator.ContigencyRobustness.ReduceAgents(System.Collections.Generic.List{MAPFsimulator.Agent},System.Collections.Generic.List{System.Int32},System.Collections.Generic.List{System.Int32})"]

See Also