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

◆ linearCoefs

◆ 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