SolutionMetrics Class

Metrics and detailed information for a solution generated by the solver.

Definition

Namespace: SRS.ScheduleSolver.Core
Assembly: ScheduleSolver (in ScheduleSolver.dll) Version: 2.6.0+d867f7e856f281547f683ef6449a86e433a2356d
C#
public class SolutionMetrics
Inheritance
Object    SolutionMetrics

Constructors

SolutionMetricsInitializes a new instance of the SolutionMetrics class

Properties

HardConstraintViolationsCount The total number of constraint violations in the solution.

Methods

Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString
(Inherited from Object)

See Also