CBSsolverTCBSNodesolution Property |
[Missing <summary> documentation for "P:MAPFsimulator.CBSsolver`1.CBSNode.solution"]
Namespace: MAPFsimulatorAssembly: MAPFsimulator (in MAPFsimulator.exe) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic List<Plan> solution { get; }
Public ReadOnly Property solution As List(Of Plan)
Get
public:
property List<Plan^>^ solution {
List<Plan^>^ get ();
}
member solution : List<Plan> with get
Property Value
Type:
ListPlan
See Also