Allow specifying that certain talks must schedule after other talks#5
Draft
lukegb wants to merge 4 commits intoemfcamp:masterfrom
Draft
Allow specifying that certain talks must schedule after other talks#5lukegb wants to merge 4 commits intoemfcamp:masterfrom
lukegb wants to merge 4 commits intoemfcamp:masterfrom
Conversation
We have a lot of ints floating around; use NewType to try to make sure these don't get mixed up. Iterables can only be iterated through once; be more specific about what type of iterable if we iterate more than once through them. Tests get a helper function because literal ints are of type int, and don't automatically pick up the subtype, unfortunately.
Author
|
I don't actually know if this is the best approach to asserting that talks are scheduled after other ones or if there's a more efficient way to specify this without defining a start-slot and end-slot in the set of LP equations... |
2f76d83 to
dbcbbab
Compare
Member
|
I need to spend some time thinking about this before we merge it, please hold. |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Part of emfcamp/Website#1354.