tpaviot / ProcessScheduler

A Python package for automatic and optimized resource scheduling
https://processscheduler.github.io/
GNU General Public License v3.0
59 stars 17 forks source link

Bound incremental solver and return indicator when calling objective creation methods #67

Closed dreinon closed 3 years ago

codecov-commenter commented 3 years ago

Codecov Report

Merging #67 (be2d54e) into max-utilization (bc25736) will decrease coverage by 0.03%. The diff coverage is 100.00%.

Impacted file tree graph

@@                 Coverage Diff                 @@
##           max-utilization      #67      +/-   ##
===================================================
- Coverage            94.98%   94.94%   -0.04%     
===================================================
  Files                   30       30              
  Lines                 3388     3402      +14     
===================================================
+ Hits                  3218     3230      +12     
- Misses                 170      172       +2     
Impacted Files Coverage Δ
processscheduler/objective.py 97.05% <100.00%> (+0.28%) :arrow_up:
processscheduler/problem.py 97.18% <100.00%> (+0.14%) :arrow_up:
processscheduler/solver.py 96.01% <100.00%> (-0.68%) :arrow_down:

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 bc25736...be2d54e. Read the comment docs.

dreinon commented 3 years ago

@tpaviot PR updated to remove any formatting and to split changes in two commits. When we merge both, I'll make my proposal about formatting with another PR.