chase_termination (364B)
1 # Chase termination 2 3 depends on the kind of [chase]: 4 - [chase_oblivious]: [oblivious_chase_termination] 5 - [chase_restricted]: [restricted_chase_termination] 6 7 depends on whether you want all instances or an input instance 8 9 [academic_papers]: 10 - [gogacz2014all] 11 - recent work: [hanisch2024chase] 12 - idea: beyond [ptime] [data_complexity] 13 14 Up: [chase], [termination]