tpaviot / ProcessScheduler

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

Delay overlap constraints, multithread fixes #46

Closed tpaviot closed 3 years ago

tpaviot commented 3 years ago

This PR removes the build model bottleneck identified in #43

codecov-commenter commented 3 years ago

Codecov Report

Merging #46 (f101305) into master (0dae720) will increase coverage by 0.01%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #46      +/-   ##
==========================================
+ Coverage   94.84%   94.86%   +0.01%     
==========================================
  Files          30       30              
  Lines        3262     3270       +8     
==========================================
+ Hits         3094     3102       +8     
  Misses        168      168              
Impacted Files Coverage Δ
processscheduler/resource.py 97.43% <ø> (-0.10%) :arrow_down:
processscheduler/solver.py 96.80% <100.00%> (+0.14%) :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 0dae720...f101305. Read the comment docs.