dwavesystems / dwave-optimization

Enables the formulation of nonlinear models for industrial optimization problems.
https://docs.ocean.dwavesys.com/en/stable/docs_optimization/index.html#index-optimization
Apache License 2.0
7 stars 18 forks source link

Implement `BinaryOpNode::sizeinfo()` #167

Closed arcondello closed 1 week ago

arcondello commented 1 week ago

This incidentally fixes a serialization bug.

https://github.com/dwavesystems/dwave-optimization/pull/168 has a broader fix, but this one is simple enough that I think it makes sense to do separately.