#include <scipParaDiffSubproblem.h>
Public Attributes | |
| char * | consName |
| SCIP_Real | linearLhs |
| SCIP_Real | linearRhs |
| int | nLinearCoefs |
| SCIP_Real * | linearCoefs |
| int * | idxLinearCoefsVars |
Definition at line 58 of file scipParaDiffSubproblem.h.
| char* consName |
name of this constraint
Definition at line 63 of file scipParaDiffSubproblem.h.
Referenced by ScipParaDiffSubproblem::addBranchLinearConss().
| int* idxLinearCoefsVars |
array of indices of no-zero coefficient values of linear constrains
Definition at line 68 of file scipParaDiffSubproblem.h.
Referenced by ScipParaDiffSubproblem::addBranchLinearConss().
| SCIP_Real* linearCoefs |
array of non-zero coefficient values of linear constrains
Definition at line 67 of file scipParaDiffSubproblem.h.
Referenced by ScipParaDiffSubproblem::addBranchLinearConss().
| SCIP_Real linearLhs |
array of lhs
Definition at line 64 of file scipParaDiffSubproblem.h.
Referenced by ScipParaDiffSubproblem::addBranchLinearConss().
| SCIP_Real linearRhs |
array of rhs
Definition at line 65 of file scipParaDiffSubproblem.h.
Referenced by ScipParaDiffSubproblem::addBranchLinearConss().
| int nLinearCoefs |
array of number of coefficient values for linear constrains
Definition at line 66 of file scipParaDiffSubproblem.h.
Referenced by ScipParaDiffSubproblem::addBranchLinearConss().