Scippy

UG

Ubiquity Generator framework

LocalNodeInfo_t Struct Reference

#include <scipParaSolver.h>

Public Attributes

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

Detailed Description

Definition at line 59 of file scipParaSolver.h.

Member Data Documentation

◆ idxLinearCoefsVars

int* idxLinearCoefsVars

array of indices of no-zero coefficient values of linear constrains

Definition at line 68 of file scipParaSolver.h.

Referenced by ScipParaDiffSubproblem::addLocalNodeInfo(), and SCIP_DECL_CONFLICTEXEC().

◆ linearCoefs

SCIP_Real* linearCoefs

array of non-zero coefficient values of linear constrains

Definition at line 67 of file scipParaSolver.h.

Referenced by ScipParaDiffSubproblem::addLocalNodeInfo(), and SCIP_DECL_CONFLICTEXEC().

◆ linearLhs

SCIP_Real linearLhs

array of lhs

Definition at line 64 of file scipParaSolver.h.

Referenced by ScipParaDiffSubproblem::addLocalNodeInfo(), and SCIP_DECL_CONFLICTEXEC().

◆ linearRhs

SCIP_Real linearRhs

array of rhs

Definition at line 65 of file scipParaSolver.h.

Referenced by ScipParaDiffSubproblem::addLocalNodeInfo(), and SCIP_DECL_CONFLICTEXEC().

◆ nLinearCoefs

int nLinearCoefs

array of number of coefficient values for linear constrains

Definition at line 66 of file scipParaSolver.h.

Referenced by ScipParaDiffSubproblem::addLocalNodeInfo(), and SCIP_DECL_CONFLICTEXEC().