Warning: session_start(): open(/var/lib/php/sessions/sess_rdcab9q8judbv328d53l8mles8, 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
svoid dm_gazelle_matchAdditionalInput3(L l, SS inputsByType, O... _) {
for (GazelleTree t : l)
if (t.rule() != null) {
RuleEngine2_MatchedRule mr = t.mr;
L insWithType = t.rule().insWithType;
int iCond = t.mr.iCond;
TextAndType next = get(insWithType, iCond);
if (next != null && startsWith(next.type, "history-")) {
if (ai_ruleEngine2_matchStep(t.mr, inputsByType, true, _)) {
print("Input match OK. new map: " + t.mr.map + ". Updating prediction.");
gazelle_addPredictionToTreeNode(t);
} else
print("Input match failed");
}
}
}