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

Consider exposing subsets of `ListVariable` #71

Open arcondello opened 3 months ago

arcondello commented 3 months ago

Right now it's possible at the C++ level to create ListNodes where the list is a subset of the domain. But that's not exposed at the Python level.