PDA

View Full Version : Knowledge base editor


fttame
May 9, 2012, 07:24 AM
hi everybody

I need your help to make kb in c++

this is what we should do

The editor should provide the user with a user friendly approach to entering new productions into KB and new facts into WM(working memory). The format of the productions should be as follows, where F stands for a fact either in the condition part or the action part:

1. F:F e.g. if (F) then (F)
2. F&F:F e.g. if (F & F) then (F)
3. F|F:F e.g. if (F || F) then (F)
4. F:F&F e.g. if (F) then (F & F)

The editor must clearly help the user in entering productions and facts as shown above, with nice help hints and examples.



any help will be appreciated


thanks in advance ^^