Content deleted Content added
m Open access bot: doi added to citation with #oabot. |
m Update syntaxhighlight tags - remove use of deprecated <source> tags - BOT in trial - BRFA |
||
Line 61:
; Domain knowledge (P)
: <
feed(lactose) :- make(permease), make(galactosidase).
make(Enzyme) :- code(Gene, Enzyme), express(Gene).
Line 69:
code(lac(z), galactosidase).
temperature(low) :- amount(glucose, low).
</syntaxhighlight>
; Integrity constraints (IC)
: <
false :- amount(S, V1), amount(S, V2), V1 ≠ V2.
</syntaxhighlight>
; Abducibles (A)
: <
abducible_predicate(amount).
</syntaxhighlight>
The problem goal is <math>G=\text{feed(lactose)}</math>. This can arise either as an observation to be explained or as a state of affairs to be achieved by finding a plan. This goal has two abductive explanations:
|