Ejemplo n.º 1
0
 private void Menu_MosekClicked(Object sender, EventArgs e)
 {
     RecordUndoEvent("Mosek");
     m_solType      = SharpSLO.SolType.Mosek;
     m_triggerReset = true;
     ExpireSolution(true);
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Initializes a new instance of the TopOptComponent class.
 /// </summary>
 public SharpSLOComponent()
     : base("Buckminster's Topology Optimisation", "SharpSLO",
            "Structural layout optimisation.",
            "Buckminster", "Analysis")
 {
     //m_mode = Mode.None;
     m_output  = new List <string>();
     m_solType = SharpSLO.SolType.Clp;
 }