-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: stabilize Meeting Scheduling benchmark
- Loading branch information
Showing
26 changed files
with
159,279 additions
and
591 deletions.
There are no files selected for viewing
9,143 changes: 9,143 additions & 0 deletions
9,143
data/meetingscheduling/meetingscheduling-100-320-5.json
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
9,143 changes: 9,143 additions & 0 deletions
9,143
data/meetingscheduling/unsolved/100meetings-320timegrains-5rooms.json
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file removed
BIN
-92 KB
data/meetingscheduling/unsolved/100meetings-320timegrains-5rooms.xlsx
Binary file not shown.
19,129 changes: 19,129 additions & 0 deletions
19,129
data/meetingscheduling/unsolved/200meetings-640timegrains-5rooms.json
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file removed
BIN
-179 KB
data/meetingscheduling/unsolved/200meetings-640timegrains-5rooms.xlsx
Binary file not shown.
38,411 changes: 38,411 additions & 0 deletions
38,411
data/meetingscheduling/unsolved/400meetings-1280timegrains-5rooms.json
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file removed
BIN
-361 KB
data/meetingscheduling/unsolved/400meetings-1280timegrains-5rooms.xlsx
Binary file not shown.
5,111 changes: 5,111 additions & 0 deletions
5,111
data/meetingscheduling/unsolved/50meetings-160timegrains-5rooms.json
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
78,209 changes: 78,209 additions & 0 deletions
78,209
data/meetingscheduling/unsolved/800meetings-2560timegrains-5rooms.json
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file removed
BIN
-726 KB
data/meetingscheduling/unsolved/800meetings-2560timegrains-5rooms.xlsx
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 12 additions & 1 deletion
13
...main/java/ai/timefold/solver/benchmarks/examples/meetingscheduling/domain/Attendance.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 4 additions & 0 deletions
4
src/main/java/ai/timefold/solver/benchmarks/examples/meetingscheduling/domain/Person.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 4 additions & 0 deletions
4
src/main/java/ai/timefold/solver/benchmarks/examples/meetingscheduling/domain/Room.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.