Ejemplo n.º 1
0
 private void kuratowskyInteractivoToolStripMenuItem_Click(object sender, EventArgs e)
 {
     if (grafos != null && grafos.Count != 0)
     {
         if (grafo_activo != null && grafo_activo.getNumeroVertices() >= 2 && grafo_activo.getNumeroAristas() != 0)
         {
             if (!grafo_activo.esNoPlanoKuratowsky())
             {
                 setBarraDeHerramientas(false);
                 KIHerramientas.Visible = true;
             }
         }
     }
 }