Click or drag to resize
Graph Constructor
Vytvori novy graf z pole retezcu. Delka vsech retezcu musi byt stejne dlouha (tedy graf musi byt obdelnikovy). Predpokladame, ze g obsahuje jen povolene znaky.

Namespace: MAPFsimulator
Assembly: MAPFsimulator (in MAPFsimulator.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
public Graph(
	string[] g
)

Parameters

g
Type: SystemString

[Missing <param name="g"/> documentation for "M:MAPFsimulator.Graph.#ctor(System.String[])"]

See Also