MapfModelsolution Property |
[Missing <summary> documentation for "P:MAPFsimulator.MapfModel.solution"]
Namespace: MAPFsimulatorAssembly: MAPFsimulator (in MAPFsimulator.exe) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic List<Plan> solution { get; internal set; }
Public Property solution As List(Of Plan)
Get
Friend Set
public:
property List<Plan^>^ solution {
List<Plan^>^ get ();
internal: void set (List<Plan^>^ value);
}
member solution : List<Plan> with get, internal set
Property Value
Type:
ListPlan
See Also