I have a test coming up and I would like to know how to solve these kinds of problems. This is the description:
Find MDNF (minimal disjunctive normal form) of the function F(A, B, C),
which is described by the cube. A full circle means logical 1, an empty
circle means logical 0.

How do I solve this in general?
The cube diagram can be translated into a sum of minterm expression:
This can be depicted as Karnaugh map to visualize that the four 3-literal terms can be merged into two 2-literal terms:
The minimal sum of minterms:
The minimal product of maxterms: