Click or drag to resize
AStarForModifiedMapf Constructor
Initializes a new instance of the AStarForModifiedMapf class

Namespace: MAPFsimulator
Assembly: MAPFsimulator (in MAPFsimulator.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
public AStarForModifiedMapf(
	Dictionary<Vertex, Reservation> safeIntervals,
	int[] pseudoID,
	int secondaryMain,
	int mainSecondary
)

Parameters

safeIntervals
Type: System.Collections.GenericDictionaryVertex, Reservation

[Missing <param name="safeIntervals"/> documentation for "M:MAPFsimulator.AStarForModifiedMapf.#ctor(System.Collections.Generic.Dictionary{MAPFsimulator.Vertex,MAPFsimulator.Reservation},System.Int32[],System.Int32,System.Int32)"]

pseudoID
Type: SystemInt32

[Missing <param name="pseudoID"/> documentation for "M:MAPFsimulator.AStarForModifiedMapf.#ctor(System.Collections.Generic.Dictionary{MAPFsimulator.Vertex,MAPFsimulator.Reservation},System.Int32[],System.Int32,System.Int32)"]

secondaryMain
Type: SystemInt32

[Missing <param name="secondaryMain"/> documentation for "M:MAPFsimulator.AStarForModifiedMapf.#ctor(System.Collections.Generic.Dictionary{MAPFsimulator.Vertex,MAPFsimulator.Reservation},System.Int32[],System.Int32,System.Int32)"]

mainSecondary
Type: SystemInt32

[Missing <param name="mainSecondary"/> documentation for "M:MAPFsimulator.AStarForModifiedMapf.#ctor(System.Collections.Generic.Dictionary{MAPFsimulator.Vertex,MAPFsimulator.Reservation},System.Int32[],System.Int32,System.Int32)"]

See Also