Let $a,b,c,\ldots,m\ge0$ with $a,c,e,f\le1$. I want to maximize $$\varphi(a,c,e,f):=\min(abh,cdg)k+\min(abj,fdg)l+\min(ebh,cdi)l+\min(ebj,fdi)m$$ over all choices of $a,c,e,f$ subject to $a+e=c+f=1$. Unfortunately, I don't have much to contribute, since I'm not familiar with this kind of problems. I could imagine that the solution is simple, but I might be wrong.
It might be useful to note that $2\min(x,y)=x+y-|x-y|$ for all $x,y\ge0$.
Simplified solution
The feasible region of $0\le a\le 1,0\le c\le 1$ is divided into polygons by the four lines $$abh=cdg,abj=(1-c)dg,(1-a)bh=cdi, (1-a)bj=(1-c)di. (1)$$
Within each polygon the objective function is linear and its maximum therefore occurs at a vertex of the polygon The maximum over all polygons therefore has to occur at a point of intersection of two of the eight lines given by the four lines (1) together with the lines $a=0,a=1,c=0,c=1$.
Solving these equations in pairs gives the following set of points at which the objective function needs to be evaluated. The maximum of these values is the required solution.
Since $a+e=c+f=1$, it is sufficient to give the values of $(a,c)$. These are as follows, where any points lying outside the unit square can be ignored.
Solutions with $a=0$ $$(0,0),(0,1),(0,\frac{bh}{di}),(0,\frac{di-bj}{di})$$ Solutions with $a=1$
$$(1,0),(1,1),(1,\frac{bh}{dg}),(1,\frac{dg-bj}{dg})$$
Further solutions with $c=0$ $$(\frac{dg}{bj},0),(\frac{bj-di}{bj},0)$$
Further solutions with $c=1$
$$(\frac{dg}{bh},1),(\frac{bh-di}{bh},1)$$
Remaining 6 solutions
$$(\frac{dg}{b(j+h)},\frac{h}{j+h}),(\frac{bh}{d(g+i)},\frac{g}{g+i}),(\frac{h(bj-di)}{d(gj-hi)},\frac{g(bj-di)}{b(gj-hi)})$$ $$(\frac{g(di-bh)}{b(ij-gh)},\frac{h(bj-dg)}{d(i-g)}),(\frac{g}{g+i},\frac{dg+di-bj}{d(g+i)}),(\frac{bj+bh-di}{b(h+j)},\frac{h}{h+j}).$$