Click or drag to resize
ReservationCanReserved Method
Vraci true, pokud je mozne rezervovat vrchol pro agenta agentID v case time na dobu space.

Namespace: MAPFsimulator
Assembly: MAPFsimulator (in MAPFsimulator.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
public bool CanReserved(
	int agentID,
	int time,
	int secondaryMain,
	int mainSecondary
)

Parameters

agentID
Type: SystemInt32

[Missing <param name="agentID"/> documentation for "M:MAPFsimulator.Reservation.CanReserved(System.Int32,System.Int32,System.Int32,System.Int32)"]

time
Type: SystemInt32

[Missing <param name="time"/> documentation for "M:MAPFsimulator.Reservation.CanReserved(System.Int32,System.Int32,System.Int32,System.Int32)"]

secondaryMain
Type: SystemInt32

[Missing <param name="secondaryMain"/> documentation for "M:MAPFsimulator.Reservation.CanReserved(System.Int32,System.Int32,System.Int32,System.Int32)"]

mainSecondary
Type: SystemInt32

[Missing <param name="mainSecondary"/> documentation for "M:MAPFsimulator.Reservation.CanReserved(System.Int32,System.Int32,System.Int32,System.Int32)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:MAPFsimulator.Reservation.CanReserved(System.Int32,System.Int32,System.Int32,System.Int32)"]

See Also