Click or drag to resize
ReservationAddReservation Method
Zaeviduje zaznam pro agenta agentID v case time. Pri nastaveni permanent = true se jedna o rezervaci ciloveho vrcholu, tedy agent zde zustane naporad.

Namespace: MAPFsimulator
Assembly: MAPFsimulator (in MAPFsimulator.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void AddReservation(
	int time,
	int agentID,
	bool permanent
)

Parameters

time
Type: SystemInt32

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

agentID
Type: SystemInt32

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

permanent
Type: SystemBoolean

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

See Also