[b2be4c19a1] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
---|
| 2 | <!-- |
---|
| 3 | ! TSPSG: TSP Solver and Generator |
---|
| 4 | ! Copyright (C) 2007-2011 Oleksii Serdiuk <contacts[at]oleksii[dot]name> |
---|
| 5 | ! |
---|
| 6 | ! $Id$ |
---|
| 7 | ! $URL$ |
---|
| 8 | ! |
---|
| 9 | ! This file is part of TSPSG project. |
---|
| 10 | ! See http://tspsg.info/ for more information. |
---|
| 11 | \--> |
---|
| 12 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> |
---|
| 13 | <html xmlns="http://www.w3.org/1999/xhtml"> |
---|
| 14 | <head> |
---|
| 15 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
---|
| 16 | <title>Main Window</title> |
---|
| 17 | <link rel="stylesheet" type="text/css" href="../style.css" /> |
---|
| 18 | </head> |
---|
| 19 | <body> |
---|
| 20 | <h1>Main Window</h1> |
---|
| 21 | <p>This is the main application windows. It consists of <a href="#menu" class="place">Main Menu</a>, <a href="#task" class="place">Task Tab</a>, <a href="#solution" class="place">Solution Tab</a> and <a href="#status" class="place">Status Bar</a>.</p> |
---|
[332a9399dd] | 22 | <p class="screenshot"><img src="images/mainwindow.png" alt="Main Window" /></p> |
---|
| 23 | <p class="tip">Get context tip in the Status Bar while hovering your mouse over different elements (Desktop platforms only).</p> |
---|
[b2be4c19a1] | 24 | <h2><a id="menu">Main Menu</a></h2> |
---|
| 25 | <p class="inprogress"></p> |
---|
| 26 | <h2><a id="task">Task Tab</a></h2> |
---|
| 27 | <p>Task Tab is pretty simple. It has the following elements:</p> |
---|
[332a9399dd] | 28 | <p class="screenshot"><img src="images/mainwindow.task.png" alt="Task Tab" /></p> |
---|
[b2be4c19a1] | 29 | <ol class="params"> |
---|
| 30 | <li><span class="name">Variant</span> <span class="type">[integral number from 1 to 99]</span> - it doesn't affect anything, except it is printed in the solution header.</li> |
---|
| 31 | <li><span class="name">Cities</span> <span class="type">[integral number from 3 to 50]</span> - the number of cities in the task. <div class="note">The higher the number of cities, the longer it takes to solve the task.</div></li> |
---|
[332a9399dd] | 32 | <li><span class="name">Task Table</span> <span class="type">[any floating point number or "---" for infinity]</span> - 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. <div class="tip">Also, you can enter infinity by entering any non-numeric value (e.g., any random character).</div></li> |
---|
| 33 | <li><span class="name">Random</span> <span class="type">[button]</span> - if you press this button the table will be filled with random values, according to the settings in the <span class="place">Settings</span> -> <a href="preferences.html" class="place">Preferences...</a> -> <a href="preferences.html#task" class="place">Task Section</a>. <div class="warning">Any unsaved changes in the table will be overwritten without prompt.</div></li> |
---|
[b2be4c19a1] | 34 | <li><span class="name">Solve</span> <span class="type">[button]</span> - this button starts the solution process. The progress will be shown and the <a href="#solution" class="place">Solution Tab</a> will be activated on success.</li> |
---|
| 35 | </ol> |
---|
| 36 | <h2><a id="solution">Solution Tab</a></h2> |
---|
| 37 | <p>Solution tab contains the solution text area and two buttons:</p> |
---|
[332a9399dd] | 38 | <p class="screenshot"><img src="images/mainwindow.solution.png" alt="Solution Tab" /></p> |
---|
[b2be4c19a1] | 39 | <ol class="params"> |
---|
| 40 | <li><span class="name">Solution text</span> <span class="type">[rich text]</span> - after the successful solution it contains its steps and graph. The output can be customized in the <span class="place">Settings</span> -> <a href="preferences.html" class="place">Preferences...</a> -> <a href="preferences.html#output" class="place">Output Section</a>.</li> |
---|
| 41 | <li><span class="name">Save Solution</span> <span class="type">[button]</span> - saves the solution text contents in one of the supported formats.</li> |
---|
| 42 | <li><span class="name">Back to Task</span> <span class="type">[button]</span> - activates the <a href="#task" class="place">Task Tab</a>.</li> |
---|
| 43 | </ol> |
---|
| 44 | <h2><a id="status">Status Bar</a></h2> |
---|
| 45 | <p class="inprogress"></p> |
---|
| 46 | </body> |
---|
| 47 | </html> |
---|