#include <scipParaDiffSubproblem.h>
Public Attributes | |
| char * | consName |
| int | nSetppcVars |
| int | setppcType |
| int * | idxSetppcVars |
Definition at line 72 of file scipParaDiffSubproblem.h.
| char* consName |
name of this constraint
Definition at line 77 of file scipParaDiffSubproblem.h.
Referenced by ScipParaDiffSubproblem::addBranchSetppcConss().
| int* idxSetppcVars |
array of indices of variables for setppc constrains
Definition at line 80 of file scipParaDiffSubproblem.h.
Referenced by ScipParaDiffSubproblem::addBranchSetppcConss().
| int nSetppcVars |
array of numbers of indices of variables for setppc constrains
Definition at line 78 of file scipParaDiffSubproblem.h.
Referenced by ScipParaDiffSubproblem::addBranchSetppcConss().
| int setppcType |
setppc Type
Definition at line 79 of file scipParaDiffSubproblem.h.
Referenced by ScipParaDiffSubproblem::addBranchSetppcConss().