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