Warning: session_start(): open(/var/lib/php/sessions/sess_auslq3ado04i415m2n7goe7mlp, 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
static L ai_thoughtSpace_queryTriples(Symbol a, Symbol b, Symbol c, AbstractThoughtSpace ts) {
L l = null;
if (!isDollarVar(a)) {
l = shortestListUnlessNull2(l, ts.getTriples(a, 0));
if (empty(l)) ret l;
}
if (!isDollarVar(b)) {
l = shortestListUnlessNull2(l, ts.getTriples(b, 1));
if (empty(l)) ret l;
}
if (!isDollarVar(c)) l = shortestListUnlessNull2(l, ts.getTriples(c, 2));
ret l;
}