99 < link rel ="stylesheet " href ="node_modules/bootstrap/compiler/style.css ">
1010 < link rel ="stylesheet " href ="node_modules/font-awesome/css/font-awesome.css ">
1111 < link rel ="stylesheet " type ="text/css " href ="css/estilo.css ">
12+ < script src ="node_modules/jquery/dist/jquery.js "> </ script >
13+ < script src ="node_modules/popper.js/dist/umd/popper.js "> </ script >
14+ < script src ="node_modules/bootstrap/dist/js/bootstrap.js "> </ script >
15+ </ head >
1216
17+ < body >
18+ < div class ="wrapper fadeInDown ">
19+ < div id ="formContent ">
1320
14- < body >
15- < div class ="wrapper fadeInDown ">
16- < div id ="formContent ">
1721
22+ < div class ="fadeIn first ">
23+ < h5 > SIMPLEX PO20 < br > Maximizar:</ h5 >
24+ </ div >
1825
19- < div class ="fadeIn first ">
20- < h5 > SIMPLEX PO20 < br > Maximizar:</ h5 >
21- </ div >
26+ <!-- Campo da Variavel -->
2227
23- <!-- Campo da Variavel -->
28+ < form >
29+ < h6 style ="text-align: left; "> Função Objetivo:</ h6 >
2430
25- < form >
26- < h6 style ="text-align: left; "> Função Objetivo:</ h6 >
31+ < div class ="row " id ="fo ">
2732
28- < div class ="row ">
33+ < div class ="col-sm-2 ">
34+ < input type ="text " class ="form-control " placeholder ="X1 ">
35+ </ div >
36+
37+ < p > +</ p >
38+ < div class ="col-sm-2 ">
39+ < input type ="text " id ="x2 " class ="form-control " placeholder ="X2 ">
40+ </ div >
41+ </ div >
2942
30- < div class ="col-sm-2 ">
31- < input type ="text " class ="form-control " placeholder ="X1 ">
32- </ div >
3343
34- < p > + </ p >
35- < div class ="col-sm-2 ">
36- < input type =" text " id =" x2 " class ="form-control " placeholder =" X2 ">
37- </ div >
44+ < h6 style =" text-align: left; " > Restrições: </ h6 >
45+ < div class ="row ">
46+ < div class ="col-sm-2 ">
47+ < input type =" text " class =" form-control " placeholder =" X1 " >
3848 </ div >
39- < h6 style ="text-align: left; "> Restrições:</ h6 >
40- < div class ="row ">
41- < div class ="col-sm-2 ">
42- < input type ="text " class ="form-control " placeholder ="X1 ">
43- </ div >
44-
45- < p > +</ p >
46- < div class ="col-sm-2 ">
47- < input type ="text " class ="form-control " placeholder ="X2 ">
48- </ div >
49- < p >
50- < =</ p >
51- < div class ="col-sm-2 ">
52- < input type ="text " class ="form-control " placeholder ="B ">
53- </ div >
49+
50+ < p > +</ p >
51+ < div class ="col-sm-2 ">
52+ < input type ="text " class ="form-control " placeholder ="X2 ">
5453 </ div >
55- < div class ="row ">
56- < div class ="col-sm-2 ">
57- < input type ="text " class ="form-control " placeholder ="X1 ">
58- </ div >
59-
60- < p > +</ p >
61- < div class ="col-sm-2 ">
62- < input type ="text " class ="form-control " placeholder ="X2 ">
63- </ div >
64- < p >
65- < =</ p >
66- < div class ="col-sm-2 ">
67- < input type ="text " class ="form-control " placeholder ="B ">
68- </ div >
54+ < p >
55+ < =</ p >
56+ < div class ="col-sm-2 ">
57+ < input type ="text " class ="form-control " placeholder ="B ">
58+ </ div >
59+ </ div >
60+ < div class ="row ">
61+ < div class ="col-sm-2 ">
62+ < input type ="text " class ="form-control " placeholder ="X1 ">
6963 </ div >
70- </ form >
71-
7264
73- < div class ="custom-control custom-radio custom-control-inline ">
74- < input type ="button " id ="direta " class ="fadeIn fourth " value ="SOLUÇÂO DIRETA " onclick ="" style ="background-color: blueviolet; ">
75- < input type ="button " id ="passo " class ="fadeIn fourth " value ="PASSO A PASSO " onclick ="" style ="background-color: blueviolet; ">
65+ < p > +</ p >
66+ < div class ="col-sm-2 ">
67+ < input type ="text " class ="form-control " placeholder ="X2 ">
68+ </ div >
69+ < p >
70+ < =</ p >
71+ < div class ="col-sm-2 ">
72+ < input type ="text " class ="form-control " placeholder ="B ">
73+ </ div >
7674 </ div >
75+ </ form >
7776
77+
78+ < div class ="custom-control custom-radio custom-control-inline ">
79+ < input type ="button " id ="direta " class ="fadeIn fourth " value ="SOLUÇÂO DIRETA " onclick ="" style ="background-color: blueviolet; ">
80+ < input type ="button " id ="passo " class ="fadeIn fourth " value ="PASSO A PASSO " onclick ="" style ="background-color: blueviolet; ">
7881 </ div >
79- </ div >
8082
81- < script src ="node_modules/jquery/dist/jquery.js "> </ script >
82- < script src ="node_modules/popper.js/dist/umd/popper.js "> </ script >
83- < script src ="node_modules/bootstrap/dist/js/bootstrap.js "> </ script >
84- < script type ="text/javascript ">
85- buttonAreaAdm . addEventListener ( 'click' , function ( ) {
86- const rotaUrl = inputAreaAdm . value ;
87- if ( rotaUrl ) {
88- window . location = rotaUrl ;
89- }
90- } )
91- </ script >
92- < html >
93-
94- </ body >
95-
96- </ html >
97- </ body>
83+ </ div >
84+ </ div >
85+ </ body >
9886
9987</ html >
0 commit comments