New optimization
Turns
π a,b,c(A) ∪ π a,b,c(B)
into
π a,b,c(A ∪ B)
if A and B are union compatible
Works with union, intersection and difference.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
- Added again make install target
|
||||
- Ctrl+C in the terminal will terminate the GUI
|
||||
- UI indicates ongoing processing with a label
|
||||
- Added new optimization
|
||||
- Added new optimizations
|
||||
- Added shortcuts within the UI
|
||||
- History can be navigated with up/down arrows
|
||||
- Single line edit mode allows for the resulting relation to be written
|
||||
|
||||
Reference in New Issue
Block a user