lanl-ansi / WaterModels.jl

A Julia/JuMP Package for Water Distribution Network Optimization
https://lanl-ansi.github.io/WaterModels.jl/latest/
Other
71 stars 11 forks source link

UPD: Updates for v0.6.0 #125

Closed tasseff closed 3 years ago

tasseff commented 3 years ago

These updates include new conventions for pump data models, removal of dead code, reformulation of design problems, a better formulation hierarchy, removal of quadratic relaxation-based formulations, utilities for cut generation, and a more standardized network data model.

codecov[bot] commented 3 years ago

Codecov Report

Merging #125 (7f198cf) into master (e375fdb) will increase coverage by 0.40%. The diff coverage is 96.20%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #125      +/-   ##
==========================================
+ Coverage   90.10%   90.50%   +0.40%     
==========================================
  Files          35       35              
  Lines        2586     2845     +259     
==========================================
+ Hits         2330     2575     +245     
- Misses        256      270      +14     
Impacted Files Coverage Δ
src/WaterModels.jl 100.00% <ø> (ø)
src/prob/wf.jl 94.05% <76.92%> (-5.95%) :arrow_down:
src/io/epanet.jl 75.65% <85.60%> (-0.24%) :arrow_down:
src/form/crd.jl 92.30% <88.88%> (-4.99%) :arrow_down:
src/core/data.jl 92.70% <90.47%> (-1.30%) :arrow_down:
src/core/pump.jl 93.90% <93.71%> (+17.43%) :arrow_up:
src/io/common.jl 96.42% <94.73%> (-3.58%) :arrow_down:
src/util/obbt.jl 66.21% <95.65%> (-29.13%) :arrow_down:
src/util/pairwise_cuts.jl 97.91% <97.43%> (+2.26%) :arrow_up:
src/core/constraint_template.jl 98.88% <97.67%> (-1.12%) :arrow_down:
... and 35 more

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 e375fdb...7f198cf. Read the comment docs.