Generated on Thu Mar 22 10:39:57 2012 for Gecode by doxygen 1.6.3

Gecode::Int::Linear::EmptyScaleBoolArray Class Reference

Empty array of scale Boolean views. More...

#include <linear.hh>

List of all members.

Public Member Functions

 EmptyScaleBoolArray (void)
 Default constructor.
 EmptyScaleBoolArray (Space &home, int n)
 Create array with n elements.
void subscribe (Space &home, Propagator &p)
 Subscribe propagator p.
void cancel (Space &home, Propagator &p)
 Cancel propagator p.
void update (Space &home, bool share, EmptyScaleBoolArray &esba)
 Update sba during copying.
ScaleBoolfst (void) const
 Return pointer to first element.
ScaleBoollst (void) const
 Return pointer after last element.
void fst (ScaleBool *f)
 Set pointer to first element.
void lst (ScaleBool *l)
 Set pointer after last element.
bool empty (void) const
 Test whether array is empty.
int size (void) const
 Return number of elements.
void sort (void)
 Sort array in decreasing order of coefficients.

Detailed Description

Empty array of scale Boolean views.

Definition at line 1162 of file linear.hh.


Constructor & Destructor Documentation

Gecode::Int::Linear::EmptyScaleBoolArray::EmptyScaleBoolArray ( void   )  [inline]

Default constructor.

Definition at line 121 of file bool-scale.hpp.

Gecode::Int::Linear::EmptyScaleBoolArray::EmptyScaleBoolArray ( Space home,
int  n 
) [inline]

Create array with n elements.

Definition at line 123 of file bool-scale.hpp.


Member Function Documentation

void Gecode::Int::Linear::EmptyScaleBoolArray::subscribe ( Space home,
Propagator p 
) [inline]

Subscribe propagator p.

Definition at line 125 of file bool-scale.hpp.

void Gecode::Int::Linear::EmptyScaleBoolArray::cancel ( Space home,
Propagator p 
) [inline]

Cancel propagator p.

Definition at line 127 of file bool-scale.hpp.

void Gecode::Int::Linear::EmptyScaleBoolArray::update ( Space home,
bool  share,
EmptyScaleBoolArray esba 
) [inline]

Update sba during copying.

Definition at line 129 of file bool-scale.hpp.

ScaleBool * Gecode::Int::Linear::EmptyScaleBoolArray::fst ( void   )  const [inline]

Return pointer to first element.

Definition at line 131 of file bool-scale.hpp.

ScaleBool * Gecode::Int::Linear::EmptyScaleBoolArray::lst ( void   )  const [inline]

Return pointer after last element.

Definition at line 133 of file bool-scale.hpp.

void Gecode::Int::Linear::EmptyScaleBoolArray::fst ( ScaleBool f  )  [inline]

Set pointer to first element.

Definition at line 135 of file bool-scale.hpp.

void Gecode::Int::Linear::EmptyScaleBoolArray::lst ( ScaleBool l  )  [inline]

Set pointer after last element.

Definition at line 137 of file bool-scale.hpp.

bool Gecode::Int::Linear::EmptyScaleBoolArray::empty ( void   )  const [inline]

Test whether array is empty.

Definition at line 139 of file bool-scale.hpp.

int Gecode::Int::Linear::EmptyScaleBoolArray::size ( void   )  const [inline]

Return number of elements.

Definition at line 141 of file bool-scale.hpp.

void Gecode::Int::Linear::EmptyScaleBoolArray::sort ( void   )  [inline]

Sort array in decreasing order of coefficients.

Definition at line 143 of file bool-scale.hpp.


The documentation for this class was generated from the following files: