-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpli.html
More file actions
121 lines (86 loc) · 3.98 KB
/
pli.html
File metadata and controls
121 lines (86 loc) · 3.98 KB
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>Yuri Frota - Home Page</title>
<meta name="description" content="The Home Page of Professor Yuri Frota">
<meta name="keywords" content="IC-UFF">
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<meta name="Generator" content="Front Page 2003">
<link href="arquivos/style.css" type="text/css" rel="stylesheet">
</head>
<body>
<table summary="page layout table" border="0" cellpadding="0" cellspacing="0" width="100%">
<tbody>
<tr valign="top">
<td width="90%" class="navigation" colspan="2" align="left"><img src="arquivos/yuri2.jpg"></td>
<td width="10%" class="navigation" colspan="2" align="left"> <a href="http://www.uff.br"> <img src="arquivos/uff.png"></td> </a>
</tr>
<tr valign="top">
<td class="bottomnavbar" colspan="2" align="left"></td>
<td class="bottomnavbar" colspan="2" align="left"></td>
</tr>
</tbody>
</table>
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tbody>
<tr valign="top">
<td class="navigation" width="160">
<div id="nav-container">
<ul id="nav-list">
<li><a href="https://yuri-frota.github.io"><span style="text-decoration: underline;">Home</a></li>
<li><a href="https://yuri-frota.github.io/cv.html"><span style="text-decoration: underline;">Curriculum</span></a></li>
<li><a href="https://yuri-frota.github.io/ap.html"><span style="text-decoration: underline;">Research Areas</span></a></li>
<li><a href="https://yuri-frota.github.io/cur.html"><span style="text-decoration: underline;">Teaching</span></a></li>
<li><a href="https://yuri-frota.github.io/li.html"><span style="text-decoration: underline;">Links</a></li>
<li><a href="https://yuri-frota.github.io/per.html"><span style="text-decoration: underline;">Personal</a></li>
<li><a href="https://yuri-frota.github.io/co.html"><span style="text-decoration: underline;">Contacts</a></li>
</ul>
</div>
<a href="http://www.ic.uff.br"> <img src="arquivos/logo_ic_uff.png"> </a>
</td>
<td class="body">
<table style="width: 414px; height: 76px;" border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<img style="width: 100px; height: 100px;" src="arquivos/bitibas_thumbs2.png">
<!--
<p><strong>Aula de Laboratorio:</strong></p>
<ul>
<li>
Aula sobre Python-MIP (</a> <a href="https://yuri-frota.github.io/PO/CC/16 -- LAB Python-MIP.pdf"> pdf </a>)
</li>
<li>
4 exemplos de códigos apresentados em aula (<a href="https://yuri-frota.github.io/PO/CC/ex1.py"> ex1, </a> <a href="https://yuri-frota.github.io/PO/CC/ex2.py"> ex2, </a> <a href="https://yuri-frota.github.io/PO/CC/ex3.py"> ex3 e </a> <a href="https://yuri-frota.github.io/PO/CC/ex4.py"> ex4.</a>)
</li>
<li>
Arquivo base do problema de coloração (</a> <a href="https://yuri-frota.github.io/PO/CC/coloracao.py"> coloracao.py </a>) e a instancia (</a> <a href="https://yuri-frota.github.io/PO/CC/TPI_COL_1.txt"> TPI_COL_1.txt </a>).
</li>
<li>
Arquivo base do problema de facilidades (</a> <a href="https://yuri-frota.github.io/PO/CC/facilidades.py"> facilidades.py </a>) e a instancia (</a> <a href="https://yuri-frota.github.io/PO/CC/TPI_F_0.txt"> TPI_F_0.txt </a>).
</li>
<li>
Mais exercícios (</a> <a href="https://yuri-frota.github.io/PO/CC/17 -- LAB Python-MIP 2.pdf"> aqui </a>). Dessa vez você terá que modelar e implementar o modelo.
</li>
-->
</table>
</td>
</tr>
</tbody>
</table>
<table summary="page layout table" border="0" cellpadding="10" cellspacing="0" width="100%">
<tbody>
<tr valign="top">
<td class="bottomnavbar" align="left">
<b>
Phone: +55 (21) 2629-5637<br>
Fax: +55 (21) 2629-5627
</b>
</td>
<td class="bottomnavbar" align="right">
<b>yuri (a) ic (dot) uff (dot) br</b>
</td>
</tr>
</tbody>
</table>
</body>
</html>