This repository was archived by the owner on Oct 21, 2024. It is now read-only.
WIP: Add slew constraints using constraint programming - #61
Open
lpsinger wants to merge 1 commit into
Open
Conversation
Codecov Report
@@ Coverage Diff @@
## main #61 +/- ##
==========================================
+ Coverage 31.54% 31.90% +0.35%
==========================================
Files 28 28
Lines 1344 1354 +10
==========================================
+ Hits 424 432 +8
- Misses 920 922 +2
Continue to review full report at Codecov.
|
lpsinger
force-pushed
the
slew-constraints-cp
branch
from
May 6, 2021 17:05
876b1ee to
6eeb9ba
Compare
This is a work in progress showing how to incorporate slew
constraints using docplex.cp (rather than docplex.mp). To test it,
run this command:
dorado-scheduling examples/6.fits --roll-step '90 deg' --timeout 60 --skygrid-method sinusoidal --skygrid-step '36 deg2' -j -o examples/6.ecsv
lpsinger
force-pushed
the
slew-constraints-cp
branch
from
May 6, 2021 17:27
6eeb9ba to
eeb1f29
Compare
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
This is a work in progress showing how to incorporate slew constraints using docplex.cp (rather than docplex.mp). To test it, run this command: