Public Member Functions | Static Public Attributes | Protected Member Functions

chomp::homengin::BK_LTengine Class Reference

The homology engine that uses the Bill Kalies' engine: the version which uses the lookup table for reduction. More...

#include <engines.h>

Inheritance diagram for chomp::homengin::BK_LTengine:
chomp::homengin::BKengine chomp::homengin::engine

List of all members.

Public Member Functions

int speed () const
 The speed of the engine: The higher the number, the better.
const char * name () const
 The name of the engine to be used in the command line.
std::ostream & describe (std::ostream &out) const
 Describes this particular engine.

Static Public Attributes

static BK_LTengine eng
 One instance of this engine.

Protected Member Functions

 BK_LTengine ()
 The default constructor.
 ~BK_LTengine ()
 The destructor.

Detailed Description

The homology engine that uses the Bill Kalies' engine: the version which uses the lookup table for reduction.

Definition at line 366 of file engines.h.


Constructor & Destructor Documentation

chomp::homengin::BK_LTengine::BK_LTengine (  )  [inline, protected]

The default constructor.

Definition at line 370 of file engines.h.

References chomp::homengin::BKengine::useLookupTable.

        {
                useLookupTable = true;
                return;
        }

chomp::homengin::BK_LTengine::~BK_LTengine (  )  [inline, protected]

The destructor.

Definition at line 377 of file engines.h.

        {
                return;
        }


Member Function Documentation

std::ostream& chomp::homengin::BK_LTengine::describe ( std::ostream &  out  )  const [virtual]

Describes this particular engine.

Reimplemented from chomp::homengin::BKengine.

const char* chomp::homengin::BK_LTengine::name (  )  const [inline, virtual]

The name of the engine to be used in the command line.

Reimplemented from chomp::homengin::BKengine.

Definition at line 390 of file engines.h.

        {
                return "BK_LT";
        }

int chomp::homengin::BK_LTengine::speed (  )  const [inline, virtual]

The speed of the engine: The higher the number, the better.

Reimplemented from chomp::homengin::BKengine.

Definition at line 384 of file engines.h.

        {
                return 260;
        }


Member Data Documentation

One instance of this engine.

Reimplemented from chomp::homengin::BKengine.

Definition at line 399 of file engines.h.


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