Click or drag to resize
CBSsolverForModifiedMapfT Constructor

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

Parameters

safeIntervals
Type: System.Collections.GenericDictionaryVertex, Reservation

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

initialTimes
Type: System.Collections.GenericListInt32

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

pseudoID
Type: SystemInt32

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

secondaryMain
Type: SystemInt32

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

mainSecondary
Type: SystemInt32

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

See Also