Warning: session_start(): open(/var/lib/php/sessions/sess_gj0fvls98qalpusio2eb2prsr3, O_RDWR) failed: No space left on device (28) in /var/www/tb-usercake/models/config.php on line 51
Warning: session_start(): Failed to read session data: files (path: /var/lib/php/sessions) in /var/www/tb-usercake/models/config.php on line 51
// returns number of expectations checked
static int ai_checkMusing(S musing) {
PhilosophyBot1 bot = new(musing);
bot.printNonMatches = true;
bot.smartParser1_verbose = true;
bot.debugContradictionChecks = true;
bot.standardImports();
bot.autoOpenTheories();
bot.run();
ret bot.checkExpectations();
}