The problem for me is the 4th and 5th line from the bottom
(code from an example of Herbert and the problem is where I try to add things ;-) )
\usepackage{amsmath,amsfonts,amssymb,latexsym}
\usepackage{pst-node}
\usepackage{pst-blur}
%\input{pssettings.tex}
\begin{document}
\psset{framearc=0.2,shadowcolor=black!70,shadowangle=-90}
\begin{psmatrix}[rowsep=1.75,colsep=1.5]% defines the distance between two frames
\psframe[fillcolor=lightgray,linestyle=none,blur,shadow](-1.00,-1.00)(1.00,1.00)
\cnode[fillstyle=solid,fillcolor=blue](0,0){0.15}{Current}
& [name=SA] Solución Actual\\
\psframe[fillcolor=lightgray,linestyle=none,shadow,blur](-1.00,-1.00)(1.00,1.00)
\cnode[fillstyle=solid,fillcolor=blue](0,0){0.15}{Current}
\cnode[fillstyle=solid,fillcolor=pink](-0.75,0.75){0.15}{Current}
\cnode[fillstyle=solid,fillcolor=pink](0,0.65){0.15}{Current}
\cnode[fillstyle=solid,fillcolor=pink](0.75,0.75){0.15}{Current}
\cnode[fillstyle=solid,fillcolor=pink](-0.75,0.15){0.15}{Current}
\cnode[fillstyle=solid,fillcolor=pink](0.65,0.15){0.15}{Current}
\cnode[fillstyle=solid,fillcolor=pink](-0.75,0.75){0.15}{Current}
& [name=SS] Generar Vecindad\\
\psframe[fillcolor=lightgray,linestyle=none,shadow,blur](-1.00,-1.00)(1.00,1.00)
\cnode[fillstyle=solid,fillcolor=pink](1,1){0.20}{Current}
\cnode[fillstyle=solid,fillcolor=blue](0,0){0.20}{Current}
\psline[linewidth=0.2]{->}(1,1)(0.5,0.5)
& Elegir Mejor Vecino\\
\psdiabox[shadow=true]{¿Is in the house of Mary?}
&\psdiabox[shadow=true]{¿Is in the house of King?}& \\
}}&
\end{psmatrix}
\end{document}


\psLNode, see my answer. – Christoph Apr 20 '14 at 10:09