You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 17, 2024. It is now read-only.
chore: Use long scores types instead of int scores (#96)
The score types Timefold solver supports are:
- int
- long
- BigDecimal
Techically speaking, Python int's have unlimited
width, so only a BigDecimal would hold them all.
Using long score types should be enough for now.
Copy file name to clipboardExpand all lines: timefold-solver-python-core/src/main/java/ai/timefold/solver/python/score/BendableScorePythonJavaTypeMapping.java
Copy file name to clipboardExpand all lines: timefold-solver-python-core/src/main/java/ai/timefold/solver/python/score/HardMediumSoftScorePythonJavaTypeMapping.java
Copy file name to clipboardExpand all lines: timefold-solver-python-core/src/main/java/ai/timefold/solver/python/score/HardSoftScorePythonJavaTypeMapping.java
Copy file name to clipboardExpand all lines: timefold-solver-python-core/src/main/java/ai/timefold/solver/python/score/SimpleScorePythonJavaTypeMapping.java
0 commit comments