Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ensure couplings are constrained to the same day #5

Merged
merged 1 commit into from
Jul 12, 2024

Conversation

doublec
Copy link
Contributor

@doublec doublec commented Jul 11, 2024

A coupling shouldn't be satisfied if the coupling crosses a day boundary. Adds a constraint that the slots for the coupling have the same quotient. Fixes #4.

A coupling shouldn't be satisfied if the coupling
crosses a day boundary. Adds a constraint that the
slots for the coupling have the same quotient.
Fixes triska#4.
@triska triska merged commit d9fbbfc into triska:master Jul 12, 2024
@triska
Copy link
Owner

triska commented Jul 12, 2024

Very elegant solution, thank you a lot!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Coupling constraints are erroneously satisfied if coupling crosses a day boundary.
2 participants