Rules
A user defined constraint to define the model of the simple circuit:
parallel_resistors(V,I,R1,R2)
parallel_resistors(V,I,R1,R2) :-
V = I1 * R1, V = I2 * R2, I1 + I2 = I.
And the rule defining it
Previous slide
Next slide
Back to first slide
View graphic version