Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #96 +/- ##
=======================================
Coverage 99.90% 99.90%
=======================================
Files 10 10
Lines 1001 1003 +2
=======================================
+ Hits 1000 1002 +2
Misses 1 1 ☔ View full report in Codecov by Sentry. |
|
Thanks for putting this together. What are your thoughts on returning the corresponding Bool instead of 0 or 1? Should be a simple update: value(binary) == 1 (or use isone). |
I thought about this, but the problem is MIP solvers return binary variable solutions as |
|
That is a good point. Since the value is binary, what about comparing it to 0.5 (value > 0.5)? |
|
Ok, I have changed it to round based on |
Closes #94. It also alphabetizes the Project file to fix an Aqua test failure.