Uses of Class
ai.timefold.solver.core.api.score.buildin.bendable.BendableScore
Packages that use BendableScore
Package
Description
-
Uses of BendableScore in ai.timefold.solver.core.api.score.buildin.bendable
Methods in ai.timefold.solver.core.api.score.buildin.bendable that return BendableScoreModifier and TypeMethodDescriptionBendableScore.abs()BendableScore.add(BendableScore addend) BendableScore.divide(double divisor) BendableScore.multiply(double multiplicand) BendableScore.negate()static BendableScoreBendableScore.of(int[] hardScores, int[] softScores) Creates a newBendableScore.static BendableScoreBendableScore.ofHard(int hardLevelsSize, int softLevelsSize, int hardLevel, int hardScore) Creates a newBendableScore.static BendableScoreBendableScore.ofSoft(int hardLevelsSize, int softLevelsSize, int softLevel, int softScore) Creates a newBendableScore.static BendableScoreBendableScore.ofUninitialized(int initScore, int[] hardScores, int[] softScores) Deprecated, for removal: This API element is subject to removal in a future version.static BendableScoreBendableScore.parseScore(String scoreString) BendableScore.power(double exponent) BendableScore.subtract(BendableScore subtrahend) BendableScore.zero()static BendableScoreBendableScore.zero(int hardLevelsSize, int softLevelsSize) Creates a newBendableScore.Methods in ai.timefold.solver.core.api.score.buildin.bendable with parameters of type BendableScoreModifier and TypeMethodDescriptionBendableScore.add(BendableScore addend) intBendableScore.compareTo(BendableScore other) BendableScore.subtract(BendableScore subtrahend) voidBendableScore.validateCompatible(BendableScore other) -
Uses of BendableScore in ai.timefold.solver.core.impl.score.buildin
Methods in ai.timefold.solver.core.impl.score.buildin that return BendableScoreModifier and TypeMethodDescriptionBendableScoreDefinition.buildOptimisticBound(InitializingScoreTrend initializingScoreTrend, BendableScore score) BendableScoreDefinition.buildPessimisticBound(InitializingScoreTrend initializingScoreTrend, BendableScore score) BendableScoreDefinition.createScore(int... scores) BendableScoreDefinition.divideBySanitizedDivisor(BendableScore dividend, BendableScore divisor) BendableScoreDefinition.fromLevelNumbers(Number[] levelNumbers) final BendableScoreBendableScoreDefinition.getOneSoftestScore()BendableScoreDefinition.getZeroScore()BendableScoreDefinition.parseScore(String scoreString) Methods in ai.timefold.solver.core.impl.score.buildin that return types with arguments of type BendableScoreMethods in ai.timefold.solver.core.impl.score.buildin with parameters of type BendableScoreModifier and TypeMethodDescriptionBendableScoreDefinition.buildOptimisticBound(InitializingScoreTrend initializingScoreTrend, BendableScore score) BendableScoreDefinition.buildPessimisticBound(InitializingScoreTrend initializingScoreTrend, BendableScore score) BendableScoreDefinition.divideBySanitizedDivisor(BendableScore dividend, BendableScore divisor)
of(int[], int[])instead.