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
/
SumEquals
Sum
Equals
@
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.
Members
Constructors
Sum
Equals
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