IVALab Python Libraries
Collection of code for computer vision and robotics with specific API.
Public Member Functions | Public Attributes | List of all members
Base Class Reference
Inheritance diagram for Base:
Inheritance graph
[legend]

Public Member Functions

def __init__ (self, theSol, thePuzzle)
 
def setCurrBoard (self, theBoard)
 
def takeTurn (self, thePlan=None)
 

Public Attributes

 current
 
 desired
 

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self,
  theSol,
  thePuzzle 
)
@brief  Constructor for the base puzzle solver class.  Assumes
existence of solution state and current puzzle state.
Args:
    theSol: The solution board.
    thePuzzle: The actual board.

Reimplemented in Simple.

Member Function Documentation

◆ setCurrBoard()

def setCurrBoard (   self,
  theBoard 
)

Reimplemented in Simple.

◆ takeTurn()

def takeTurn (   self,
  thePlan = None 
)
@brief  Perform a single puzzle solving action, which move a piece
to its correct location. Base class is empty and should be
overloaded.

Args:
    thePlan: A specific desired action plan.

Member Data Documentation

◆ current

current

◆ desired

desired

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