コード例 #1
0
 static void Main(string[] args)
 {
     CLIPSNet.Environment theEnv = new CLIPSNet.Environment();
     theEnv.Load(@"..\..\..\SocratesKnowledgeBase.clp");
     theEnv.Reset();
     theEnv.Run(-1);
 }
コード例 #2
0
 static void Main(string[] args)
 {
     CLIPSNet.Environment theEnv = new CLIPSNet.Environment();
     theEnv.Load(@"..\..\..\SocratesKnowledgeBase.clp");
     theEnv.Reset();
     theEnv.Run(-1);
 }