CBSsolverTValidate Method |
Hleda v planu vrcholove konflikty.
Namespace: MAPFsimulatorAssembly: MAPFsimulator (in MAPFsimulator.exe) Version: 1.0.0.0 (1.0.0.0)
Syntaxprotected virtual Conflict Validate(
List<Plan> paths
)
Protected Overridable Function Validate (
paths As List(Of Plan)
) As Conflict
protected:
virtual Conflict^ Validate(
List<Plan^>^ paths
)
abstract Validate :
paths : List<Plan> -> Conflict
override Validate :
paths : List<Plan> -> Conflict
Parameters
- paths
- Type: System.Collections.GenericListPlan
[Missing <param name="paths"/> documentation for "M:MAPFsimulator.CBSsolver`1.Validate(System.Collections.Generic.List{MAPFsimulator.Plan})"]
Return Value
Type:
Conflictvrcholovy konflikt, ktery nastal nejdrive, nebo null, pokud je plan bez konfliktu
See Also