aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/cse.h
AgeCommit message (Collapse)AuthorFilesLines
2018-02-24expose interface to CSELuc Van Oostenryck1-0/+11
Now that the CSE have a well defined interface, we can make it public, which will help us to untangle the CSE part from the whole optimization logic. Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>