Skip to content
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

Conversation

Christopher-Chianelli
Copy link
Collaborator

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.

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 link

Quality Gate Failed Quality Gate failed

Failed conditions
60.7% Coverage on New Code (required ≥ 75%)

See analysis details on SonarCloud

@Christopher-Chianelli Christopher-Chianelli merged commit e6bb0f7 into TimefoldAI:main Jun 26, 2024
7 of 8 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants