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

WIP: Add slew constraints using constraint programming #61

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

lpsinger
Copy link
Contributor

@lpsinger lpsinger commented May 4, 2021

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

@codecov
Copy link

codecov bot commented May 4, 2021

Codecov Report

Merging #61 (eeb1f29) into main (1792adc) will increase coverage by 0.35%.
The diff coverage is 19.04%.

Impacted file tree graph

@@            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     
Impacted Files Coverage Δ
dorado/scheduling/scripts/main.py 14.96% <19.04%> (+5.55%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 1792adc...eeb1f29. Read the comment docs.

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
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.

1 participant