#include <OSInstance.h>
Public Member Functions | |
| QuadraticTerm () | |
| The QuadraticTerm class constructor. | |
| ~QuadraticTerm () | |
| The QuadraticTerm class destructor. | |
| QuadraticTerm () | |
| The QuadraticTerm class constructor. | |
| ~QuadraticTerm () | |
| The QuadraticTerm class destructor. | |
Public Attributes | |
| int | idx |
| idx is the index of the row in which the quadratic term appears | |
| int | idxOne |
| idxOne is the index of the first variable in the quadratic term | |
| int | idxTwo |
| idxTwo is the index of the second variable in the quadratic term | |
| double | coef |
| coef is the coefficient of the quadratic term | |
Definition at line 329 of file OSInstance.h.
| QuadraticTerm::QuadraticTerm | ( | ) |
| QuadraticTerm::~QuadraticTerm | ( | ) |
| QuadraticTerm::QuadraticTerm | ( | ) |
The QuadraticTerm class constructor.
| QuadraticTerm::~QuadraticTerm | ( | ) |
The QuadraticTerm class destructor.
idx is the index of the row in which the quadratic term appears
Definition at line 341 of file OSInstance.h.
Referenced by OSInstance::getQuadraticTerms(), and OSInstance::setQuadraticTerms().
idxOne is the index of the first variable in the quadratic term
Definition at line 346 of file OSInstance.h.
Referenced by OSInstance::getQuadraticTerms(), and OSInstance::setQuadraticTerms().
idxTwo is the index of the second variable in the quadratic term
Definition at line 351 of file OSInstance.h.
Referenced by OSInstance::getQuadraticTerms(), and OSInstance::setQuadraticTerms().
| double QuadraticTerm::coef |
coef is the coefficient of the quadratic term
Definition at line 354 of file OSInstance.h.
Referenced by OSInstance::getQuadraticTerms(), and OSInstance::setQuadraticTerms().
1.4.7