or-fusion / pao

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

Update Solver logic #62

Closed whart222 closed 3 years ago

whart222 commented 3 years ago

Fixing issues with timelimit errors.

Adding more tests

Fixing logic with config/solver option updates in the call to solve()

codecov-io commented 3 years ago

Codecov Report

Merging #62 (4ff768c) into master (d4b6a3d) will increase coverage by 0.11%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #62      +/-   ##
==========================================
+ Coverage   87.09%   87.21%   +0.11%     
==========================================
  Files          38       38              
  Lines        2666     2675       +9     
==========================================
+ Hits         2322     2333      +11     
+ Misses        344      342       -2     
Impacted Files Coverage Δ
pao/mpr/solvers/fa.py 97.10% <ø> (ø)
pao/mpr/solvers/ld.py 21.11% <ø> (ø)
pao/mpr/solvers/reg.py 98.18% <ø> (ø)
pao/common/solver.py 83.93% <100.00%> (+1.87%) :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 d4b6a3d...4ff768c. Read the comment docs.