MapfModelExecuteSolution Method |
Provede exekuci pritomneho reseni s pravdepodobnosti kolize delay.
Namespace: MAPFsimulatorAssembly: MAPFsimulator (in MAPFsimulator.exe) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic List<double>[] ExecuteSolution(
double delay,
out int length,
out string exMessage
)
Public Function ExecuteSolution (
delay As Double,
<OutAttribute> ByRef length As Integer,
<OutAttribute> ByRef exMessage As String
) As List(Of Double)()
public:
array<List<double>^>^ ExecuteSolution(
double delay,
[OutAttribute] int% length,
[OutAttribute] String^% exMessage
)
member ExecuteSolution :
delay : float *
length : int byref *
exMessage : string byref -> List<float>[]
Parameters
- delay
- Type: SystemDouble
[Missing <param name="delay"/> documentation for "M:MAPFsimulator.MapfModel.ExecuteSolution(System.Double,System.Int32@,System.String@)"]
- length
- Type: SystemInt32
skutecna delka provedeneho reseni (vcetne zpozdeni) - exMessage
- Type: SystemString
zprava o prubehu exekuce
Return Value
Type:
ListDoubleList abstraktnich pozic agentu v jednotlivych casovych usecich.
Abstraktni pozice je poradove cislo vrcholu v puvodnim nezpozdenem planu.
See Also