Generated on Thu Nov 2 14:49:41 2006 for Gecode/J by doxygen 1.5.0

org.gecode.Statistics Class Reference

List of all members.

Detailed Description

Search engine statistics.

Definition at line 14 of file Statistics.java.

Public Member Functions

void delete ()
void setPropagate (long value)
 Number of propagation steps.
long getPropagate ()
 Number of propagation steps.
void setFail (long value)
 Number of failed nodes in search tree.
long getFail ()
 Number of failed nodes in search tree.
void setClone (long value)
 Number of clones created.
long getClone ()
 Number of clones created.
void setCommit (long value)
 Number of commit operations performed.
long getCommit ()
 Number of commit operations performed.
void setMemory (long value)
 Peak memory allocated.
long getMemory ()
 Peak memory allocated.
 Statistics ()
 Initialize with all numbers zero.

Protected Member Functions

 Statistics (long cPtr, boolean cMemoryOwn)
void finalize ()

Static Protected Member Functions

static long getCPtr (Statistics obj)

Protected Attributes

boolean swigCMemOwn


Constructor & Destructor Documentation

org.gecode.Statistics.Statistics ( long  cPtr,
boolean  cMemoryOwn 
) [protected]

Definition at line 18 of file Statistics.java.

org.gecode.Statistics.Statistics (  ) 

Initialize with all numbers zero.

Definition at line 79 of file Statistics.java.


Member Function Documentation

static long org.gecode.Statistics.getCPtr ( Statistics  obj  )  [static, protected]

Definition at line 23 of file Statistics.java.

void org.gecode.Statistics.finalize (  )  [protected]

Definition at line 27 of file Statistics.java.

void org.gecode.Statistics.delete (  ) 

Definition at line 31 of file Statistics.java.

void org.gecode.Statistics.setPropagate ( long  value  ) 

Number of propagation steps.

Definition at line 39 of file Statistics.java.

long org.gecode.Statistics.getPropagate (  ) 

Number of propagation steps.

Definition at line 43 of file Statistics.java.

void org.gecode.Statistics.setFail ( long  value  ) 

Number of failed nodes in search tree.

Definition at line 47 of file Statistics.java.

long org.gecode.Statistics.getFail (  ) 

Number of failed nodes in search tree.

Definition at line 51 of file Statistics.java.

void org.gecode.Statistics.setClone ( long  value  ) 

Number of clones created.

Definition at line 55 of file Statistics.java.

long org.gecode.Statistics.getClone (  ) 

Number of clones created.

Definition at line 59 of file Statistics.java.

void org.gecode.Statistics.setCommit ( long  value  ) 

Number of commit operations performed.

Definition at line 63 of file Statistics.java.

long org.gecode.Statistics.getCommit (  ) 

Number of commit operations performed.

Definition at line 67 of file Statistics.java.

void org.gecode.Statistics.setMemory ( long  value  ) 

Peak memory allocated.

Definition at line 71 of file Statistics.java.

long org.gecode.Statistics.getMemory (  ) 

Peak memory allocated.

Definition at line 75 of file Statistics.java.


Member Data Documentation

boolean org.gecode.Statistics.swigCMemOwn [protected]

Definition at line 16 of file Statistics.java.


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