or-fusion / pao

A Python Package for Adversarial Optimization
Other
17 stars 15 forks source link

Updates for pao.submodel solver API #49

Closed whart222 closed 3 years ago

whart222 commented 3 years ago

This was tested using PCCG

codecov-io commented 3 years ago

Codecov Report

Merging #49 (bf3de98) into master (ce914e5) will decrease coverage by 0.10%. The diff coverage is 27.27%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #49      +/-   ##
==========================================
- Coverage   60.08%   59.98%   -0.11%     
==========================================
  Files          54       54              
  Lines        3936     3951      +15     
==========================================
+ Hits         2365     2370       +5     
- Misses       1571     1581      +10     
Impacted Files Coverage Δ
pao/bilevel/examples/toyexample3.py 18.75% <ø> (ø)
pao/lbp/solvers/pccg.py 41.02% <0.00%> (-4.69%) :arrow_down:
pao/lbp/solvers/pccg_solver.py 4.83% <7.69%> (+0.25%) :arrow_up:
pao/bilevel/components.py 47.82% <100.00%> (+3.64%) :arrow_up:
pao/bilevel/solver.py 93.22% <100.00%> (+0.11%) :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 ce914e5...bf3de98. Read the comment docs.