neurolang.relational_algebra#

neurolang.relational_algebra = <module 'neurolang.relational_algebra' from '/home/runner/work/NeuroLang/NeuroLang/neurolang/relational_algebra/__init__.py'>#

Module containing the intermediate representation implementation of relational algebra. It includes, expressions representing the operations, a solver, to execute the expressions on RelationalAlgebraSet objects. and different static optimisers.