All Classes Files Functions Variables Pages
Box Struct Reference

Rectangle structure. More...

#include <Box.h>

Public Attributes

int * l
 Lower vertex of the rectnagle. More...
 
int * u
 Upper vertex of the rectangle. More...
 
float A
 Volume-based measure of the rectangle. More...
 

Detailed Description

Rectangle structure.

A rectangle is defined as \( R(l,u)= \{\bar{y} \in \mathbb{R}^{p-1}, l \le \bar{y} \le u\} \) where \( l \in \mathbb{R}^{p-1} \) and \( u \in \mathbb{R}^{p-1} \) denote lower and upper vertices. Each rectangle in the implemantation is defined by using this structure with three parameters which are lower vertex, upper vertex and volume-based measure.

Member Data Documentation

float Box::A

Volume-based measure of the rectangle.

int* Box::l

Lower vertex of the rectnagle.

int* Box::u

Upper vertex of the rectangle.


The documentation for this struct was generated from the following file: