Alexander Condello
Alexander Condello
This needs to be updated in all of the documentation and code
Fixed as part of version [1.0.0](https://github.com/dwavesystems/penaltymodel/releases/tag/1.0.0).
I do think it's important that the demos explain how to alter the input, e.g. for the map-coloring how to add you're on map. However, I don't think there needs...
This has also been encountered by `rectangle-packer`, see https://github.com/Penlect/rectangle-packer/pull/21. Part of the stacktrace ``` Traceback (most recent call last): File "", line 2, in File "", line 34, in File...
Thanks! Now that you've pointed me in the right direction, I _think_ this has actually been fixed in subsequent setuptools releases. The error we saw was using `setuptool==65.6.3`. I can't...
No luck chasing it down on cibuildwheel/setuptools so far. But an additional datapoint is that it does seem to be exclusively an issues with Cython 3. See https://github.com/Penlect/rectangle-packer/pull/23. Specifically [build...
Hi @willeagren , unfortunately we don't return the burndowns from the hybrid solver - the only information we return is the amount of runtime and the amount of qpu access...
> What would be the purpose of the graph besides visualization? It can serve a logical purpose in some instances. > I believe if it serves any logical purpose (by...
Yes, something like that. Though the performance benefits of such a thing would come from implementing it at the Cython level, likely as a sibling method to [cyConstrainedQuadraticModel.add_constraint_from_iterable()](https://github.com/dwavesystems/dimod/blob/e5a8e3b127ab0c7f86eb9f7d57fc0b29a34b984e/dimod/constrained/cyconstrained.pyx#L145) and [cyConstrainedQuadraticModel.add_constraint_from_model()](https://github.com/dwavesystems/dimod/blob/e5a8e3b127ab0c7f86eb9f7d57fc0b29a34b984e/dimod/constrained/cyconstrained.pyx#L176).
I agree that having something like a `penalization_method` keyword argument to `add_linear_inequality_constraint` seems like a desirable feature.