weight property

int? weight
getter/setter pair

Weight associated with this optimization.

The weight assigned will be understood in proportion to the weights assigned to the other optimization activities. Value must be greater than or equal to 1.

Implementation

core.int? weight;