Scippy

UG

Ubiquity Generator framework

BbParaSortedVariable_ Struct Reference

Sorted variable struct. More...

#include <bbParaNodesMerger.h>

Public Attributes

int idxInFixedVariabes
 index in the fixedVariables array More...
 
BbParaFixedVariablefixedVariable
 pointer to the fixedVariable More...
 

Detailed Description

Sorted variable struct.

Definition at line 113 of file bbParaNodesMerger.h.

Member Data Documentation

◆ fixedVariable

BbParaFixedVariable* fixedVariable

pointer to the fixedVariable

Definition at line 115 of file bbParaNodesMerger.h.

Referenced by BbParaNodesMerger::generateMergeNodesCandidates().

◆ idxInFixedVariabes

int idxInFixedVariabes

index in the fixedVariables array

Definition at line 114 of file bbParaNodesMerger.h.

Referenced by BbParaNodesMerger::generateMergeNodesCandidates().