Scippy

UG

Ubiquity Generator framework

BranchConsSetppcInfo_t Struct Reference

#include <scipParaDiffSubproblem.h>

Public Attributes

char * consName
 
int nSetppcVars
 
int setppcType
 
int * idxSetppcVars
 

Detailed Description

Definition at line 72 of file scipParaDiffSubproblem.h.

Member Data Documentation

◆ consName

char* consName

name of this constraint

Definition at line 77 of file scipParaDiffSubproblem.h.

Referenced by ScipParaDiffSubproblem::addBranchSetppcConss().

◆ idxSetppcVars

int* idxSetppcVars

array of indices of variables for setppc constrains

Definition at line 80 of file scipParaDiffSubproblem.h.

Referenced by ScipParaDiffSubproblem::addBranchSetppcConss().

◆ nSetppcVars

int nSetppcVars

array of numbers of indices of variables for setppc constrains

Definition at line 78 of file scipParaDiffSubproblem.h.

Referenced by ScipParaDiffSubproblem::addBranchSetppcConss().

◆ setppcType

int setppcType

setppc Type

Definition at line 79 of file scipParaDiffSubproblem.h.

Referenced by ScipParaDiffSubproblem::addBranchSetppcConss().