MIT-SPARK / STRIDE

Solver for Large-Scale Rank-One Semidefinite Relaxations
65 stars 12 forks source link

About inequality constraints #4

Open WGBmushi opened 1 year ago

WGBmushi commented 1 year ago

Thank you for your impressive work.

When I test POP with the inequality constraint g, I get an error that appears to be a dimension mismatch of the internal variable. This error occurs even when uncommenting the inequality constraint g in the example BQP program. It would be nice to provide an example of a POP problem that can handle inequality constraints. Thanks a lot.

WGBmushi commented 1 year ago

We have also modified the local search function as instructed when adding inequality constraints.

If it's not convenient to provide new examples of inequality constraints, it would be nice to explain how BQP handles inequality constraints. Thank you very much.