Uses of Class
ai.timefold.solver.core.api.score.buildin.bendablelong.BendableLongScore
Packages that use BendableLongScore
Package
Description
-
Uses of BendableLongScore in ai.timefold.solver.core.api.score.buildin.bendablelong
Methods in ai.timefold.solver.core.api.score.buildin.bendablelong that return BendableLongScoreModifier and TypeMethodDescriptionBendableLongScore.abs()BendableLongScore.add(BendableLongScore addend) BendableLongScore.divide(double divisor) BendableLongScore.multiply(double multiplicand) BendableLongScore.negate()static BendableLongScoreBendableLongScore.of(long[] hardScores, long[] softScores) Creates a newBendableLongScore.static BendableLongScoreBendableLongScore.ofHard(int hardLevelsSize, int softLevelsSize, int hardLevel, long hardScore) Creates a newBendableLongScore.static BendableLongScoreBendableLongScore.ofSoft(int hardLevelsSize, int softLevelsSize, int softLevel, long softScore) Creates a newBendableLongScore.static BendableLongScoreBendableLongScore.ofUninitialized(int initScore, long[] hardScores, long[] softScores) Deprecated, for removal: This API element is subject to removal in a future version.static BendableLongScoreBendableLongScore.parseScore(String scoreString) BendableLongScore.power(double exponent) BendableLongScore.subtract(BendableLongScore subtrahend) BendableLongScore.zero()static BendableLongScoreBendableLongScore.zero(int hardLevelsSize, int softLevelsSize) Creates a newBendableLongScore.Methods in ai.timefold.solver.core.api.score.buildin.bendablelong with parameters of type BendableLongScoreModifier and TypeMethodDescriptionBendableLongScore.add(BendableLongScore addend) intBendableLongScore.compareTo(BendableLongScore other) BendableLongScore.subtract(BendableLongScore subtrahend) voidBendableLongScore.validateCompatible(BendableLongScore other) -
Uses of BendableLongScore in ai.timefold.solver.core.impl.score.buildin
Methods in ai.timefold.solver.core.impl.score.buildin that return BendableLongScoreModifier and TypeMethodDescriptionBendableLongScoreDefinition.buildOptimisticBound(InitializingScoreTrend initializingScoreTrend, BendableLongScore score) BendableLongScoreDefinition.buildPessimisticBound(InitializingScoreTrend initializingScoreTrend, BendableLongScore score) BendableLongScoreDefinition.createScore(long... scores) BendableLongScoreDefinition.divideBySanitizedDivisor(BendableLongScore dividend, BendableLongScore divisor) BendableLongScoreDefinition.fromLevelNumbers(Number[] levelNumbers) final BendableLongScoreBendableLongScoreDefinition.getOneSoftestScore()BendableLongScoreDefinition.getZeroScore()BendableLongScoreDefinition.parseScore(String scoreString) Methods in ai.timefold.solver.core.impl.score.buildin that return types with arguments of type BendableLongScoreMethods in ai.timefold.solver.core.impl.score.buildin with parameters of type BendableLongScoreModifier and TypeMethodDescriptionBendableLongScoreDefinition.buildOptimisticBound(InitializingScoreTrend initializingScoreTrend, BendableLongScore score) BendableLongScoreDefinition.buildPessimisticBound(InitializingScoreTrend initializingScoreTrend, BendableLongScore score) BendableLongScoreDefinition.divideBySanitizedDivisor(BendableLongScore dividend, BendableLongScore divisor) -
Uses of BendableLongScore in ai.timefold.solver.core.impl.score.stream.common.inliner
Methods in ai.timefold.solver.core.impl.score.stream.common.inliner that return BendableLongScoreMethods in ai.timefold.solver.core.impl.score.stream.common.inliner that return types with arguments of type BendableLongScoreModifier and TypeMethodDescriptionBendableLongScoreInliner.buildWeightedScoreImpacter(AbstractConstraint<?, ?, ?> constraint)
of(long[], long[])instead.