-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreferencesimplex.ui
42 lines (42 loc) · 4.11 KB
/
referencesimplex.ui
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>referenceSimplex</class>
<widget class="QDialog" name="referenceSimplex">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>480</width>
<height>640</height>
</rect>
</property>
<property name="windowTitle">
<string>Симплекс-метод</string>
</property>
<widget class="QTextBrowser" name="textBrowser">
<property name="geometry">
<rect>
<x>10</x>
<y>10</y>
<width>461</width>
<height>621</height>
</rect>
</property>
<property name="html">
<string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;">
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt;">Для решения задачи симплекс-таблицей используется метод искусственного базиса. При этом есть некие ограничения, которые накладываются на задачи, а именно:<br />1) На вход принимаются только целые числа;<br />2) Количество переменных должно быть больше количества ограничений;</span></p>
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:10pt;"><br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt; font-weight:600;">Для решения вашей задачи сделайте следующие шаги:</span></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt;">1) Укажите кол-во переменных и кол-во ограничений (если изменить один из данных показателей позже, то все данные в таблицах обнулятся);</span></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt;">2) Укажите вид дробей, который будет применятся при вычислении и тип задачи;</span></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt;">3) Заполните таблицы задачи и ограничений;</span></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt;">4) Перейдите во вкладу симплекс метода и там нажмите &quot;Авторешение&quot; для быстрого решения задачи, либо же придите к решению сами с помощью кнопок вперед и назад, кроме того, вы можете выбрать подходящий для вас базис двойным щелчком мыши (зеленый цвет - выбранный элемент, красный - доступный элемент);</span></p></body></html></string>
</property>
</widget>
</widget>
<resources/>
<connections/>
</ui>