Main Window

This is the main application windows. It consists of Main Menu, Task Tab, Solution Tab and Status Bar.

Main Window

Get context tip in the Status Bar while hovering your mouse over different elements (Desktop platforms only).

Main Menu

Task Tab

Task Tab is pretty simple. It has the following elements:

Task Tab

  1. Variant [integral number from 1 to 99] - it doesn't affect anything, except it is printed in the solution header.
  2. Cities [integral number from 3 to 50] - the number of cities in the task.
    The higher the number of cities, the longer it takes to solve the task.
  3. Task Table [any floating point number or "---" for infinity] - this table contains the task itself. Each cell represents a travel price from the city, indicated in the row, to the city, indicated in the column.
    Also, you can enter infinity by entering any non-numeric value (e.g., any random character).
  4. Random [button] - if you press this button the table will be filled with random values, according to the settings in the Settings -> Preferences... -> Task Section.
    Any unsaved changes in the table will be overwritten without prompt.
  5. Solve [button] - this button starts the solution process. The progress will be shown and the Solution Tab will be activated on success.

Solution Tab

Solution tab contains the solution text area and two buttons:

Solution Tab

  1. Solution text [rich text] - after the successful solution it contains its steps and graph. The output can be customized in the Settings -> Preferences... -> Output Section.
  2. Save Solution [button] - saves the solution text contents in one of the supported formats.
  3. Back to Task [button] - activates the Task Tab.

Status Bar