jangreen / rat

RAT: Relational Algebra (with) Tableaus
0 stars 0 forks source link

Non-termination bug [dev branch] #4

Open ThomasHaas opened 3 months ago

ThomasHaas commented 3 months ago

If thereduceUselessLiterals function is not called in every normalization iteration (e.g., just every second or third iteration), the tool frequently hangs in appendBranch. So it seems that the existence of useless literals breaks something (likely when a rule is applied to the useless literals?).