DataMuseum.dk

Presents historical artifacts from the history of:

Rational R1000/400 Tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about Rational R1000/400 Tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - download
Index: ┃ T V

⟦bf5e28fd3⟧ TextFile

    Length: 872 (0x368)
    Types: TextFile
    Names: »V«

Derivation

└─⟦f64eaa120⟧ Bits:30000752 8mm tape, Rational 1000, !projects 93 02 16
    └─ ⟦6f12a12be⟧ »DATA« 
        └─⟦this⟧ 

TextFile

with Default_User_Operators;
with Generic_Kbs;
package Towers_Of_Hanoi_Kbs is
    type Rule_Bundles is (Towers_Of_Hanoi_Rules);
    package Kbs is new Generic_Kbs
                          (Max_Frame_Count => 100,
                           Max_Slots => 10,
                           Max_Condition_Elements_By_Rule => 5,
                           Max_Condition_Elements => 50,
                           Max_Rules => 10,
                           Max_Expression_Count => 200,
                           User_Defined_Operators =>
                              Default_User_Operators.Operators,
                           User_Defined_Match => Default_User_Operators.Match,
                           User_Defined_Evaluate =>
                              Default_User_Operators.Evaluate,
                           Rule_Bundles => Rule_Bundles);
end Towers_Of_Hanoi_Kbs;