Uses of Class
ai.timefold.solver.core.api.score.buildin.simple.SimpleScore
Packages that use SimpleScore
Package
Description
-
Uses of SimpleScore in ai.timefold.solver.core.api.score.buildin.simple
Fields in ai.timefold.solver.core.api.score.buildin.simple declared as SimpleScoreModifier and TypeFieldDescriptionstatic final SimpleScoreSimpleScore.ONEstatic final SimpleScoreSimpleScore.ZEROMethods in ai.timefold.solver.core.api.score.buildin.simple that return SimpleScoreModifier and TypeMethodDescriptionSimpleScore.abs()SimpleScore.add(SimpleScore addend) SimpleScore.divide(double divisor) SimpleScore.multiply(double multiplicand) static SimpleScoreSimpleScore.of(int score) static SimpleScoreSimpleScore.ofUninitialized(int initScore, int score) Deprecated, for removal: This API element is subject to removal in a future version.static SimpleScoreSimpleScore.parseScore(String scoreString) SimpleScore.power(double exponent) SimpleScore.subtract(SimpleScore subtrahend) SimpleScore.zero()Methods in ai.timefold.solver.core.api.score.buildin.simple with parameters of type SimpleScoreModifier and TypeMethodDescriptionSimpleScore.add(SimpleScore addend) intSimpleScore.compareTo(SimpleScore other) SimpleScore.subtract(SimpleScore subtrahend) -
Uses of SimpleScore in ai.timefold.solver.core.impl.score.buildin
Methods in ai.timefold.solver.core.impl.score.buildin that return SimpleScoreModifier and TypeMethodDescriptionSimpleScoreDefinition.buildOptimisticBound(InitializingScoreTrend initializingScoreTrend, SimpleScore score) SimpleScoreDefinition.buildPessimisticBound(InitializingScoreTrend initializingScoreTrend, SimpleScore score) SimpleScoreDefinition.divideBySanitizedDivisor(SimpleScore dividend, SimpleScore divisor) SimpleScoreDefinition.fromLevelNumbers(Number[] levelNumbers) SimpleScoreDefinition.getOneSoftestScore()SimpleScoreDefinition.getZeroScore()SimpleScoreDefinition.parseScore(String scoreString) Methods in ai.timefold.solver.core.impl.score.buildin that return types with arguments of type SimpleScoreMethods in ai.timefold.solver.core.impl.score.buildin with parameters of type SimpleScoreModifier and TypeMethodDescriptionSimpleScoreDefinition.buildOptimisticBound(InitializingScoreTrend initializingScoreTrend, SimpleScore score) SimpleScoreDefinition.buildPessimisticBound(InitializingScoreTrend initializingScoreTrend, SimpleScore score) SimpleScoreDefinition.divideBySanitizedDivisor(SimpleScore dividend, SimpleScore divisor)
of(int)instead.