-
The number of errors encountered by the solver.
Declaration
Swift
var errorCount: Int -
The penalties of the choices made by the solver.
Declaration
Swift
var penalties: Int -
The worst representable solution score.
Declaration
Swift
static let worst: Solution.Score -
Declaration
Swift
static func < (l: `Self`, r: `Self`) -> Bool
View on GitHub