Last change
on this file since 2182 was
975,
checked in by ladanyi, 14 years ago
|
Clp static pages moved
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
File size:
1.6 KB
|
Line | |
---|
1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> |
---|
2 | <html> |
---|
3 | <head> |
---|
4 | <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> |
---|
5 | <title>Clp Homepage</title> |
---|
6 | <link rel="stylesheet" href="../coin.css" type="text/css"> |
---|
7 | </head> |
---|
8 | |
---|
9 | <body> |
---|
10 | |
---|
11 | <table> |
---|
12 | <tbody> |
---|
13 | <tr> |
---|
14 | <td> |
---|
15 | |
---|
16 | </td> |
---|
17 | <td> |
---|
18 | <div align="center"> |
---|
19 | <img id="ClpBanner" |
---|
20 | height="60" width="600" |
---|
21 | border="0" |
---|
22 | src="images/ClpBanner.gif" |
---|
23 | alt="Clp"> |
---|
24 | </div> |
---|
25 | </td> |
---|
26 | </tr> |
---|
27 | <tr> |
---|
28 | <!-- left navigation bar --> |
---|
29 | <TD valign="top"> |
---|
30 | <div id="side-bar"> |
---|
31 | <ul> |
---|
32 | <li><a href="../index.html">COIN-OR Home</a></li> |
---|
33 | <li><a href="index.html">CLP Home</a></li> |
---|
34 | <li><a href="documentation.html">CLP Documentation</a></li> |
---|
35 | <li><a href="faq.html">CLP FAQ</a></li> |
---|
36 | </ul> |
---|
37 | |
---|
38 | </div> |
---|
39 | </TD> |
---|
40 | <!-- --> |
---|
41 | <!-- MAIN CONTENT --> |
---|
42 | <!-- --> |
---|
43 | <td> |
---|
44 | <div class="main-content"> |
---|
45 | <div align="center"> |
---|
46 | <p> |
---|
47 | <h3> |
---|
48 | <b><font color="#000099">C</font></b>OIN-OR |
---|
49 | <b><font color="#000099">L</font></b>inear |
---|
50 | <b><font color="#000099">P</font></b>rogram |
---|
51 | Solver |
---|
52 | </h3> |
---|
53 | </p> |
---|
54 | </div> |
---|
55 | <p> |
---|
56 | Welcome to the homepage of CLP, an Open Source code for solving linear programming problems. CLP is a part of |
---|
57 | <a href="../index.html">COIN-OR</a>. |
---|
58 | </p> |
---|
59 | </div> |
---|
60 | <!-- --> |
---|
61 | <!-- FOOTER --> |
---|
62 | <!-- --> |
---|
63 | <div class="footer"> |
---|
64 | <p> |
---|
65 | This page last modified <?php echo date( "F d Y.", getlastmod() );> |
---|
66 | </p> |
---|
67 | </div> |
---|
68 | </td> |
---|
69 | </tr> |
---|
70 | </tbody> |
---|
71 | </table> |
---|
72 | |
---|
73 | </body> |
---|
Note: See
TracBrowser
for help on using the repository browser.