alpha-asp / Alpha

A lazy-grounding Answer-Set Programming system
BSD 2-Clause "Simplified" License
58 stars 10 forks source link

IntervalTerms missing from public API #324

Closed madmike200590 closed 2 years ago

madmike200590 commented 2 years ago

This is the result of an oversight during modularization (#274): Currently, interval terms can be parsed from ASP input files and processed as usual, but one cannot programmatically construct ASPCore2Programs containing IntervalTerms without directly depending on the alpha-core module since there is no publicly exposed interface for interval terms in the alpha-api module.

TODO: