Algebra¶
Algebraic classes and numerics¶
Class¶
The polynomial class used for representing objective functions and constraints. |
|
A NumPy-like multidimensional array of polynomials. |
|
This class represents a quadratic objective in coefficient-matrix form, expressed as \(x^\top Q x + p^\top x + c\). |
|
Class for variable information. |
|
Provides functionality to generate a decision variable or an array of decision variables. |
Function¶
Sum elements of a polynomial array, sequence, or iterator. |
|
Einstein summation for polynomial arrays and NumPy arrays. |
|
Compute dot product for polynomial arrays and NumPy arrays. |
|
Matrix multiplication for polynomial arrays and NumPy arrays. |
Attribute¶
Enum¶
Enum of decision variable types: Binary, Ising, Integer, and Real. |
Misc¶
Base class for PolyArray dimension types. |
|
A 0D PolyArray. |
|
A 1D PolyArray. |
|
A 2D PolyArray. |
|
A 3D PolyArray. |
|
A 4D PolyArray. |