SumEquals

@Serializable
@SerialName(value = "sumEquals")
data class SumEquals(val names: List<String>, val total: Double) : JointConstraint(source)

The named levers must sum to exactly total — a fixed pool that is entirely allocated.

Constructors

Link copied to clipboard
constructor(names: List<String>, total: Double)

Properties

Link copied to clipboard
open override val names: List<String>
Link copied to clipboard