Closed ArrogantGao closed 15 hours ago
Once you merge this PR into your default branch, you're all set! Codecov will compare coverage reports and display results in all future pull requests.
Thanks for integrating Codecov - We've got you covered :open_umbrella:
fix #8 fix #7
I removed the key words agruements in reduce_and_bound()
, and I revomed the apply_branch_gain()
.
User interfaces added. I added two functions mis_size
and mis_branch_count
. One can simply input a AbstractGraph
into them and get the results, without the need to set anything manually.
Tests has been added to enhance the codecov rate
A few fix:
reduce_and_branch
,reducer
andresults_type
should not be key word arguments. (I only fixed the error but did not changed the interface)MISCount
now is only used bymis1
mis2
andxiao2013
, I definedMaxSize
andMaxSizeBranchCount
in Core and changed the algebra inreduce_and_branch
.apply_branch
function to return resulting problem only, and add aapply_branch_gain
to give both the problem and the gain.