Click or drag to resize
ContigencyRobustness Constructor
Initializes a new instance of the ContigencyRobustness class

Namespace: MAPFsimulator
Assembly: MAPFsimulator (in MAPFsimulator.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
public ContigencyRobustness(
	int secondaryMain,
	int mainSecondary,
	bool separateAlternatives,
	bool strict = false
)

Parameters

secondaryMain
Type: SystemInt32

[Missing <param name="secondaryMain"/> documentation for "M:MAPFsimulator.ContigencyRobustness.#ctor(System.Int32,System.Int32,System.Boolean,System.Boolean)"]

mainSecondary
Type: SystemInt32

[Missing <param name="mainSecondary"/> documentation for "M:MAPFsimulator.ContigencyRobustness.#ctor(System.Int32,System.Int32,System.Boolean,System.Boolean)"]

separateAlternatives
Type: SystemBoolean

[Missing <param name="separateAlternatives"/> documentation for "M:MAPFsimulator.ContigencyRobustness.#ctor(System.Int32,System.Int32,System.Boolean,System.Boolean)"]

strict (Optional)
Type: SystemBoolean

[Missing <param name="strict"/> documentation for "M:MAPFsimulator.ContigencyRobustness.#ctor(System.Int32,System.Int32,System.Boolean,System.Boolean)"]

See Also