tcunis / bisosprob

Toolbox for bilinear sum-of-squares problems.
4 stars 3 forks source link

A Graphical User Interface for `BiSOSprob` #3

Open tcunis opened 4 years ago

tcunis commented 4 years ago

Users might appreciate a Graphical User Interface (GUI), in the style of other MATLAB toolboxes such as the Optimization App. Such a GUI or app should include:

  1. definition of base variables and import of problem data from the Workspace;
  2. creation, visualization, and manipulation of BiSOS decision variables and substitutes;
  3. definition, visualization, and manipulation of constraints;
  4. selection of solution approach (if other than iteration); and in the case of an iteration:
    • definition of iteration steps,
    • visualization of the proposed routing,
    • graphical manipulation of the routing;
  5. start of the solution approach and logging of intermediate steps in a console;
  6. export of results into the Workspace or a file.