Gili Rosenberg

Results 4 issues of Gili Rosenberg

**Application** I want to solve my ILP/QP with multiple solvers, including (but not limited) to the QA. I'd much rather use a single piece of code for formulating the problem....

enhancement

**Application** It's frustrating that the higher order polynomial class (`BinaryPolynomial`), does not support basic arithmetic operators. It's also inconsistent with `BinaryQuadraticModel`, which does support such operators. This limits the usability...

enhancement

**Application** I find it surprising and frustrating that zero entries are not automatically removed from models. **Proposed Solution** Check if a calculation results in a zero, and then remove -...

enhancement

**Application** The class naming of the polynomial classes seems inconsistent to me ("model" vs. "polynomial"). For example, consider the higher order polynomial class (`BinaryPolynomial`) vs. the quadratic one (`BinaryQuadraticModel`). **Proposed...

question