NAME

Games::ABC_Path::Solver::Base - base class for Games::ABC_Path::Solver classes.

VERSION

Version 0.4.0

SYNOPSIS

use base 'Games::ABC_Path::Solver::Base';

sub _init
{

}

FUNCTIONS

new

The default constructor - construct an object and calls _init.