I have the following formula: $(\neg A\land B\land C)\vee (\neg A\land B\land \neg C)\vee (\neg A\land \neg B)\vee (A\land C)\vee (A\land\neg C)$
After I did a Karnaugh Map for this formula I found out it is a tautology (in other words - all squares in the map are filled with ones). What is the minimal disjunctive normal form of this formula then?