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

Add a constraint <= 100 for resource utilization optimization #63

Closed tpaviot closed 3 years ago

tpaviot commented 3 years ago

@dreinon please tell me if this change is ok for you

codecov-commenter commented 3 years ago

Codecov Report

Merging #63 (bc25736) into master (fa89de1) will increase coverage by 0.06%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #63      +/-   ##
==========================================
+ Coverage   94.92%   94.98%   +0.06%     
==========================================
  Files          30       30              
  Lines        3387     3388       +1     
==========================================
+ Hits         3215     3218       +3     
+ Misses        172      170       -2     
Impacted Files Coverage Δ
processscheduler/problem.py 97.03% <100.00%> (+0.02%) :arrow_up:
processscheduler/solver.py 96.69% <0.00%> (+0.73%) :arrow_up:

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

tpaviot commented 3 years ago

PR canceled, performance is lower