Scippy

UG

Ubiquity Generator framework

BranchConsLinearInfo_t Struct Reference

#include <scipParaDiffSubproblem.h>

Public Attributes

char * consName
 
SCIP_Real linearLhs
 
SCIP_Real linearRhs
 
int nLinearCoefs
 
SCIP_Real * linearCoefs
 
int * idxLinearCoefsVars
 

Detailed Description

Definition at line 58 of file scipParaDiffSubproblem.h.

Member Data Documentation

◆ consName

char* consName

name of this constraint

Definition at line 63 of file scipParaDiffSubproblem.h.

Referenced by ScipParaDiffSubproblem::addBranchLinearConss().

◆ idxLinearCoefsVars

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().

◆ linearCoefs

SCIP_Real* linearCoefs

array of non-zero coefficient values of linear constrains

Definition at line 67 of file scipParaDiffSubproblem.h.

Referenced by ScipParaDiffSubproblem::addBranchLinearConss().

◆ linearLhs

SCIP_Real linearLhs

array of lhs

Definition at line 64 of file scipParaDiffSubproblem.h.

Referenced by ScipParaDiffSubproblem::addBranchLinearConss().

◆ linearRhs

SCIP_Real linearRhs

array of rhs

Definition at line 65 of file scipParaDiffSubproblem.h.

Referenced by ScipParaDiffSubproblem::addBranchLinearConss().

◆ nLinearCoefs

int nLinearCoefs

array of number of coefficient values for linear constrains

Definition at line 66 of file scipParaDiffSubproblem.h.

Referenced by ScipParaDiffSubproblem::addBranchLinearConss().