All subgroups and modules

module puzzle

ai :: puzzle

The N-puzzle problem, modeled naively as a SearchProblem.
module queens

ai :: queens

Example of the famous eight-queens problem solved with the ai::backtrack module.
package_diagram ai\>examples\> examples ai ai ai\>examples\>->ai core core ai->core realtime realtime ai->realtime trees trees ai->trees ...core ... ...core->core ...realtime ... ...realtime->realtime ...trees ... ...trees->trees

Ancestors

group codecs

core > codecs

Group module for all codec-related manipulations
group collection

core > collection

This module define several collection classes.
group core

core

Nit common library of core classes and methods
group realtime

realtime

Services to keep time of the wall clock time
group text

core > text

All the classes and methods related to the manipulation of text entities
group trees

trees

General module for tree data structures

Parents

group ai

ai

Simple library for basic artificial intelligence algorithms