Public Member Functions | Data Fields
reduction_step Class Reference

makes on each red_object in a region a single_step More...

#include <tgb_internal.h>

Public Member Functions

virtual void reduce (red_object *r, int l, int u)
 we assume hat all occuring red_objects have same lm, and all occ. lm's in r[l...u] are the same, only reductor does not occur More...
 
virtual ~reduction_step ()
 

Data Fields

slimgb_algc
 
int reduction_id
 

Detailed Description

makes on each red_object in a region a single_step

Definition at line 346 of file tgb_internal.h.

Constructor & Destructor Documentation

reduction_step::~reduction_step ( )
virtual

Definition at line 4915 of file tgb.cc.

4916 {
4917 }

Member Function Documentation

void reduction_step::reduce ( red_object r,
int  l,
int  u 
)
virtual

we assume hat all occuring red_objects have same lm, and all occ. lm's in r[l...u] are the same, only reductor does not occur

Reimplemented in simple_reducer.

Definition at line 4873 of file tgb.cc.

4874 {
4875 }

Field Documentation

slimgb_alg* reduction_step::c

Definition at line 354 of file tgb_internal.h.

int reduction_step::reduction_id

Definition at line 355 of file tgb_internal.h.


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