Skip to content

Change [job_task j = tsk] to [job_of_task tsk j]

Sergey Bozhko requested to merge sbozhko/rt-proofs:job_of_task into master

There are quite a few places where hypotheses about the task of a job are simply stated as equality (even though a proper predicate exists). This MR replaces the equalities with the predicate

Merge request reports