Alexander Condello
Alexander Condello
I am not sure I would describe it as easily removed, since you end up doing something like ``` import dwave.plugins.networkx as dnx import dwave_networkx as old_dnx @parameterized_class('dnx', [dnx, old_dnx])...
Yeah, I am actually already halfway through refactoring a lot of that as a separate PR, because we're not really consistent. Worth doing in either case.
Pr mentioned above: https://github.com/dwavesystems/dwave-networkx/pull/186
As of version [1.0.0](https://github.com/dwavesystems/penaltymodel/releases/tag/1.0.0) we use SciPy rather than ortools so this is no longer relevant.
Hi @tsphillips , @randomir has made a PR to help address this issue, see https://github.com/pysmt/pysmt/pull/517 but it will not be available until the next pysmt deploy.
We recommend using `penaltymodel-mip` unless you are using 32bit python and/or python3.4
As of version [1.0.0](https://github.com/dwavesystems/penaltymodel/releases/tag/1.0.0) we use SciPy rather than PySMIT so this is no longer relevant.
Closing this PR as stale.
Closing this PR as stale.
``` bqm = dimod.BinaryQuadraticModel(__) model = pm.PenaltyModel(__) spec = pm.Specification(--) ```