eMoflon / emoflon-neo

A Neo4j-based implementation of eMoflon
Eclipse Public License 2.0
6 stars 2 forks source link

Automate connection between constraint and ILP-based ops #297

Open anthonyanjorin opened 4 years ago

anthonyanjorin commented 4 years ago

At the moment, CO and the other ILP-based ops have a method getNegativeConstraints that must be implemented for the OP to take any constraints into account.

It would be nice to be able to list which constraints are relevant directly in the tripleGrammar (and have getNegativeConstraints then automatically filled for all relevant OPs).