Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add the Xpress Optimizer to CVXPy (cvxpy#382)
* Introduced extra fields in XpressProblem * add option for explicit QCQP formation * adding IIS and name setting * pass IIS as dictionary rather than tuple; more meaningful (and hopefully correct) name assignment to variables and constraints * finished correspondence between original rows and transformed constraints. Same for variables and IIS * Added transferRow as explicit member of XpressProblem * create transfRow in any case * removed import math * Updating constants TROW, IIS to have an XPRESS_ prefix * Add documentation, installation instructions, and examples for Xpress * flake8 compliance * Remove import xpress from root of xpress_intf.py * Import the xpress module in functions using its members * avoid importing xpress when defining the XPRESS class * flake8 compliance
- Loading branch information