summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-08-03Fixes issues in properties, Makefiles.Nathanael Sensfelder
2017-08-03Finishes the sol_pretty_printer, 'xcept Makefile.Nathanael Sensfelder
2017-08-01Adds more rules and prettyprint messages for them.Nathanael Sensfelder
2017-08-01Adds CNE_01800, as it's near identical to CNE_1700Nathanael Sensfelder
2017-08-01Fixes is_accessed_by. CNE_01700 is not working.Nathanael Sensfelder
The BCE has been updated to include a group of items that should be tagged by the CNE_01700 rule. However, it's not happening. I don't see anything wrong with the way the CNE_01700 rule is written and a quick overview of the generated model would lead me to conclude that it indeed should tag something. Likely there are still issues with the way properties are turned into Kodkod formulas.
2017-08-01Fixes regex predicate + optimizes CNE_01700.Nathanael Sensfelder
The combination of those two changes makes the solving much faster, but since BCE does not have anything that would be matched, it may also simply be incorrect.
2017-07-31Fixes typo with functions, errors in grammar.Nathanael Sensfelder
Looking for the groups matching CNE_01700 appears to take a really long time. The formula is quite complex, yet unlikely to be one of the most complex ones, so we'll have to see what can be done.