SumAtMost

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

The named levers may sum to at most total — a ceiling that need not be reached.

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