Skip to content

Latest commit

 

History

History
12 lines (12 loc) · 668 Bytes

File metadata and controls

12 lines (12 loc) · 668 Bytes

GenerationSpace.Validate() Method

Evaluate all constraints in the Generation Space and return the number if invalid constraints.
Ideally, this method should always return zero. However, you can use this to check that the constraints are indeed valid if
you suspect that the collapse has errored.

public int Validate();

Returns

System.Int32
The number of broken constraints in the Generation Space.