KSLCore
Toggle table of contents
R1.7
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
KSLCore
KSLCore
/
ksl.modeling.decision.descriptor
/
SumAtMost
Sum
At
Most
@
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.
Members
Constructors
Sum
At
Most
Link copied to clipboard
constructor
(
names
:
List
<
String
>
,
total
:
Double
)
Properties
names
Link copied to clipboard
open
override
val
names
:
List
<
String
>
total
Link copied to clipboard
val
total
:
Double