Uses of Class
ai.timefold.solver.core.api.score.buildin.simplelong.SimpleLongScore
-
Packages that use SimpleLongScore Package Description ai.timefold.solver.core.api.score.buildin.simplelong Support for aScorewith 1 score level andlongscore weights.ai.timefold.solver.core.impl.score.buildin -
-
Uses of SimpleLongScore in ai.timefold.solver.core.api.score.buildin.simplelong
Fields in ai.timefold.solver.core.api.score.buildin.simplelong declared as SimpleLongScore Modifier and Type Field Description static SimpleLongScoreSimpleLongScore. ONEstatic SimpleLongScoreSimpleLongScore. ZEROMethods in ai.timefold.solver.core.api.score.buildin.simplelong that return SimpleLongScore Modifier and Type Method Description SimpleLongScoreSimpleLongScore. abs()SimpleLongScoreSimpleLongScore. add(SimpleLongScore addend)SimpleLongScoreSimpleLongScore. divide(double divisor)SimpleLongScoreSimpleLongScore. multiply(double multiplicand)static SimpleLongScoreSimpleLongScore. of(long score)static SimpleLongScoreSimpleLongScore. ofUninitialized(int initScore, long score)static SimpleLongScoreSimpleLongScore. parseScore(String scoreString)SimpleLongScoreSimpleLongScore. power(double exponent)SimpleLongScoreSimpleLongScore. subtract(SimpleLongScore subtrahend)SimpleLongScoreSimpleLongScore. withInitScore(int newInitScore)SimpleLongScoreSimpleLongScore. zero()Methods in ai.timefold.solver.core.api.score.buildin.simplelong with parameters of type SimpleLongScore Modifier and Type Method Description SimpleLongScoreSimpleLongScore. add(SimpleLongScore addend)intSimpleLongScore. compareTo(SimpleLongScore other)SimpleLongScoreSimpleLongScore. subtract(SimpleLongScore subtrahend) -
Uses of SimpleLongScore in ai.timefold.solver.core.impl.score.buildin
Methods in ai.timefold.solver.core.impl.score.buildin that return SimpleLongScore Modifier and Type Method Description SimpleLongScoreSimpleLongScoreDefinition. buildOptimisticBound(InitializingScoreTrend initializingScoreTrend, SimpleLongScore score)SimpleLongScoreSimpleLongScoreDefinition. buildPessimisticBound(InitializingScoreTrend initializingScoreTrend, SimpleLongScore score)SimpleLongScoreSimpleLongScoreDefinition. divideBySanitizedDivisor(SimpleLongScore dividend, SimpleLongScore divisor)SimpleLongScoreSimpleLongScoreDefinition. fromLevelNumbers(int initScore, Number[] levelNumbers)SimpleLongScoreSimpleLongScoreDefinition. getOneSoftestScore()SimpleLongScoreSimpleLongScoreDefinition. getZeroScore()SimpleLongScoreSimpleLongScoreDefinition. parseScore(String scoreString)Methods in ai.timefold.solver.core.impl.score.buildin that return types with arguments of type SimpleLongScore Modifier and Type Method Description Class<SimpleLongScore>SimpleLongScoreDefinition. getScoreClass()Methods in ai.timefold.solver.core.impl.score.buildin with parameters of type SimpleLongScore Modifier and Type Method Description SimpleLongScoreSimpleLongScoreDefinition. buildOptimisticBound(InitializingScoreTrend initializingScoreTrend, SimpleLongScore score)SimpleLongScoreSimpleLongScoreDefinition. buildPessimisticBound(InitializingScoreTrend initializingScoreTrend, SimpleLongScore score)SimpleLongScoreSimpleLongScoreDefinition. divideBySanitizedDivisor(SimpleLongScore dividend, SimpleLongScore divisor)
-