Skip to content

Commit

Permalink
chore: adapt to the latest version of the solver (#13)
Browse files Browse the repository at this point in the history
Brings the code up to date with the solver upstream.
Removes some code we no longer need.
Removes some examples which do not bring anything interesting performance-wise.
Enabled daily turtle tests.
  • Loading branch information
triceo authored Apr 19, 2024
1 parent b057f25 commit 0ff9814
Show file tree
Hide file tree
Showing 1,784 changed files with 140 additions and 638,978 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/turtle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Turtle Tests

on:
schedule:
- cron: '0 2 * * 6' # Every Saturday at 2am UTC
- cron: '0 2 * * *' # Every day at 2am UTC

jobs:
test:
Expand All @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
example: [cloudbalancing, conferencescheduling, curriculumcourse, examination, flightcrewscheduling, machinereassignment, meetingscheduling, nurserostering, pas, projectjobscheduling, taskassigning, tennis, travelingtournament, tsp, vehiclerouting]
example: [cloudbalancing, conferencescheduling, curriculumcourse, examination, machinereassignment, meetingscheduling, nurserostering, pas, taskassigning, travelingtournament, tsp, vehiclerouting]
steps:
# Clone timefold-solver
- name: Checkout timefold-solver
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
9 changes: 0 additions & 9 deletions data/projectjobscheduling/import/A-1.txt

This file was deleted.

33 changes: 0 additions & 33 deletions data/projectjobscheduling/import/A-10.txt

This file was deleted.

9 changes: 0 additions & 9 deletions data/projectjobscheduling/import/A-2.txt

This file was deleted.

9 changes: 0 additions & 9 deletions data/projectjobscheduling/import/A-3.txt

This file was deleted.

18 changes: 0 additions & 18 deletions data/projectjobscheduling/import/A-4.txt

This file was deleted.

18 changes: 0 additions & 18 deletions data/projectjobscheduling/import/A-5.txt

This file was deleted.

18 changes: 0 additions & 18 deletions data/projectjobscheduling/import/A-6.txt

This file was deleted.

33 changes: 0 additions & 33 deletions data/projectjobscheduling/import/A-7.txt

This file was deleted.

33 changes: 0 additions & 33 deletions data/projectjobscheduling/import/A-8.txt

This file was deleted.

33 changes: 0 additions & 33 deletions data/projectjobscheduling/import/A-9.txt

This file was deleted.

33 changes: 0 additions & 33 deletions data/projectjobscheduling/import/B-1.txt

This file was deleted.

63 changes: 0 additions & 63 deletions data/projectjobscheduling/import/B-10.txt

This file was deleted.

33 changes: 0 additions & 33 deletions data/projectjobscheduling/import/B-2.txt

This file was deleted.

Loading

0 comments on commit 0ff9814

Please sign in to comment.