Melody
Melody
**Application** Refactor ExactSolver so that it can more quickly calculate the energy delta for the single bit flip.
Work was started in PR #102. - need `link_checkignore` to work for more than one value - perhaps make link-checking a periodic check
**Application** The stitch function generates a BQM's penaltymodel by cascading thorough Cache, LP, MIP, and finally, MaxGap. - Make a test to verify that this cascade is happening in the...
This is branched from feature/69-balanced-penaltymodels - ignore `utilities.py` as those changes are from feature/69-blanaced-penaltymodels
**Current Problem** When no quadratic biases are present in a penaltymodel, return an error that is more comprehensible to the end user. (Note: end user is likely to be calling...
**Current Problem** Currently, the Specification class is a super class of PenaltyModel. This is a bit confusing as Specification objects get passed to penaltymodel-mip, -maxgap, and -lp in order to...
**Current Problem** Currently, MaxGap may apply auxiliary variables to the Ising equation. This could potentially lead to double counting a feasible state. (ex. One feasible state, S1, may have only...
**Description** Move CicleCI tests within submodules.
**Description** Matplotlib backend is not explicitly called out when running map-coloring. Hence the following error may appear: ``` import _tkinter # If this fails your Python may not be configured...