soundasleep / iaml

Automatically exported from code.google.com/p/iaml
3 stars 1 forks source link

Consider removing connectsSelect() from Inference Rules #184

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What new or enhanced feature are you proposing?
Once all of the codegen and inference test cases are passing again (issue
178), we should see if we can remove the `eval(functions.connectsSelect(a,
b, c))` calls in the inference rules; rather, replacing them with `from ==
b, to == c`.

If not, why is this necessary? This should be written down. Is it necessary
for all edges? Some edge types do not follow this pattern (e.g. ParameterEdge).

What goal would this enhancement help you achieve?
The model completion step would be faster, because the resulting Rete
network can be constructed more efficiently.

Original issue reported on code.google.com by soundasleep on 11 May 2010 at 1:02

GoogleCodeExporter commented 9 years ago
mass tagging old issues to future work

Original comment by soundasleep on 26 Sep 2011 at 9:54