-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
381 lines (302 loc) · 13.9 KB
/
index.html
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
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
<!DOCTYPE HTML>
<!--
Prologue by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>HiGHS - High-performance parallel linear optimization software</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="shortcut icon" type="image/ico" href="favicon.ico" title="HiGHS" />
<link rel="stylesheet" href="assets/css/main.css" />
</head>
<body class="is-preload">
<!-- Header -->
<div id="header">
<div class="top">
<!-- Logo -->
<div id="logo">
<span class="image avatar"><img src="images/HiGHS_avatar.png" alt="" /></span>
<h1 id="title">HiGHS</h1>
<p>Linear optimization software</title>
</p>
</div>
<!-- Nav -->
<nav id="nav">
<ul>
<i class="fas "></i>
<li><a href="#top" id="top-link"><span class="icon solid fa-home">HiGHS</span></a></li>
<li><a href="#get-started" id="get-started-link"><span class="icon solid fa-hand-point-up">Get
started</span></a></li>
<li><a href="#docs" id="docs-link"><span class="icon solid fa-book-open">Documentation</span></a></li>
<li><a href="#workshop" id="workshop-link"><span class="icon solid fa-bookmark">Workshop 2024</span></a></li>
<li><a href="#news" id="news-link"><span class="icon solid fa-bullhorn">Newsletters</span></a></li>
<li><a href="#background" id="background-link"><span class="icon solid fa-book">Background</span></a></li>
<li><a href="#team" id="team-link"><span class="icon solid fa-users">HiGHS team</span></a></li>
<li><a href="#donate" id="donate-link"><span class="icon solid fa-credit-card">Support us</span></a></li>
<li><a href="#contact" id="contact-link"><span class="icon solid fa-envelope">Contact</span></a></li>
</ul>
</nav>
</div>
<div class="bottom">
<!-- Social Icons -->
<ul class="icons">
<li><a href="https://github.com/ERGO-Code/HiGHS" target="_blank" class="icon brands fa-github"><span
class="label">Github</span></a></li>
<li><a href="mailto:highsopt@gmail.com" class="icon solid fa-envelope"><span class="label">Email</span></a></li>
</ul>
</div>
</div>
<!-- Main -->
<div id="main">
<!-- Intro -->
<section id="top" class="one dark cover">
<div class="container">
<header>
<h2 class="alt"><strong>HiGHS</strong> - high performance
software <br> for linear optimization </h2>
<p>
<div>Open source serial and parallel solvers for
large-scale <br>sparse linear programming (LP), <br>mixed-integer
programming (MIP), and quadratic programming (QP) models </div>
</p>
</header>
<footer><a href="https://ergo-code.github.io/HiGHS/dev/interfaces/cpp/" class="button scrolly">Download</a>
</footer>
</div>
</section>
<!-- Get Started-->
<section id="get-started" class="two">
<div class="container">
<header>
<h2>Get started</h2>
</header>
<p> HiGHS is high performance serial and parallel software for solving
large-scale sparse linear programming (LP), mixed-integer programming
(MIP) and quadratic programming (QP) models, developed in C++11, with
interfaces to C, C#, FORTRAN, Julia and Python.</p>
<p> HiGHS is freely available under the MIT licence, and is downloaded
from <a href="https://github.com/ERGO-Code/HiGHS" target="_blank">GitHub</a>. Installing HiGHS from source
code requires
CMake minimum version 3.15, but no other third-party utilities. HiGHS
can be used as a stand-alone executable on Windows, Linux and MacOS. There is
a C++11 library which can be used within a C++ project or, via one of
the interfaces, to a project written in other languages.</p>
<p>Your comments or specific questions on HiGHS
would be greatly appreciated, so please send an email to
<a href="mailto:highsopt@gmail.com">highsopt@gmail.com</a> to get in
touch with the team.
</p>
<img src="images/HiGHS_banner.png" width="250" alt="" class="center" />
</div>
</section>
<!-- Docs -->
<section id="docs" class="odd">
<div class="container">
<header>
<h2>Documentation</h2>
</header>
<p> Information on how to <a href="https://ergo-code.github.io/HiGHS/dev/interfaces/cpp/">set up</a> and use
HiGHS is given in
the <a href="https://ergo-code.github.io/HiGHS/dev/">HiGHS Documentation page</a>. </p>
</div>
</section>
<!-- Workshop 2024 -->
<section id="workshop" class="odd">
<div class="container">
<header>
<h2>HiGHS Workshop 2024</h2>
</header>
<p>
The first HiGHS workshop will take place in Edinburgh on 26-28<sup>th</sup> June 2024: the end of the week
before the EURO
Operational Research conference in Copenhagen. With major industrial and academic users of HiGHS already
committed to attending, this will be an opportunity to make connections with other HiGHS users and help shape
the project's future.
For more details, please refer to the
<a href=https://workshop24.highs.dev> 2024 HiGHS Workshop Website </a>.
</p>
</div>
</section>
<!-- Newsletter -->
<section id="news" class="odd">
<div class="container">
<centering>
<div id="mc_embed_shell">
<div id="mc_embed_signup">
<form
action="https://dev.us11.list-manage.com/subscribe/post?u=4e6b25e3b608de7e4aa9e7706&id=11787c78a3&f_id=00f6bfe0f0"
method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate"
target="_self" novalidate="">
<div id="mc_embed_signup_scroll">
<h2>Welcome to the HiGHS Newsletter!</h2>
<!-- <div class="indicates-required"><span class="asterisk">*</span> indicates required</div> -->
<div class="mc-field-group"><label for="mce-EMAIL">Email Address <span
class="asterisk">*</span></label><input type="email" name="EMAIL" class="required email"
id="mce-EMAIL" required="" value=""></div>
<div class="mc-field-group"><label for="mce-FNAME">First Name </label><input type="text" name="FNAME"
class=" text" id="mce-FNAME" value=""></div>
<div class="mc-field-group"><label for="mce-LNAME">Last Name </label><input type="text" name="LNAME"
class=" text" id="mce-LNAME" value=""></div>
<div id="mce-responses" class="clear foot">
<div class="response" id="mce-error-response" style="display: none;"></div>
<div class="response" id="mce-success-response" style="display: none;"></div>
</div>
<div aria-hidden="true" style="position: absolute; left: -5000px;">
/* real people should not fill this in and expect good things - do not remove this or risk form bot
signups */
<input type="text" name="b_4e6b25e3b608de7e4aa9e7706_11787c78a3" tabindex="-1" value="">
</div>
<br>
<div class="optionalParent">
<div class="clear foot">
<input type="submit" name="subscribe" id="mc-embedded-subscribe" class="button" value="Subscribe">
</div>
</div>
</div>
</form>
</div>
</div>
<br>
<p>
<a href=assets/HiGHS_Newsletter_24_0.pdf class="center" target="_blank">HiGHS_Newsletter_24_0.pdf</a>
<br>
<a href=assets/HiGHS_Newsletter_24_1.pdf class="center" target="_blank">HiGHS_Newsletter_24_1.pdf</a>
</p>
</centering>
</div>
</section>
<!-- Background -->
<section id="background" class="even">
<div class="container">
<header>
<h2>Background</h2>
</header>
<h3 id="authorship">Authorship</h3>
<p> HiGHS is based on the high performance dual revised simplex solver
for LP developed by Qi Huangfu, the novel interior point solver
for LP developed by Lukas Schork, the active set QP solver
written by Michael Feldmeier, and the branch-and-cut MIP solver
written by Leona Gottwald. The project is managed by Julian
Hall, and Ivet Galabova continues to develop and maintain
the underlying software engineering.
</p>
<h3 id="citation">Citation</h3>
<p>If you use HiGHS in an academic context, please acknowledge this and cite the following article</p>
<p>Parallelizing the dual revised simplex method, Q. Huangfu and J. A. J. Hall, <em>Mathematical Programming
Computation</em>, <strong>10</strong> (1), 119-142, 2018. DOI: <a
href="https://link.springer.com/article/10.1007/s12532-017-0130-5"
target="_blank">10.1007/s12532-017-0130-5</a></p>
</div>
</section>
<!-- Team -->
<section id="team" class="odd">
<div class="container">
<header>
<h2>The Team</h2>
</header>
<centering>
<div class="row">
<!-- <div class="col-12-mobile"> </div> -->
<div class="col-4 col-12-mobile">
<img src="images/JulianHall.jpg" alt="Julian Hall" height=200 class="center" />
<figcaption>
Julian Hall
</figcaption>
</div>
<div class="col-4 col-12-mobile">
<img src="images/IvetGalabova.jpg" alt="Ivet Galabova" height=200 class="center" />
<figcaption>
Ivet Galabova
</figcaption>
</div>
<div class="col-4 col-12-mobile">
<img src="images/fotomia.jpg" alt="Filippo Zanetti" height=200 class="center" />
<figcaption>
Filippo Zanetti
</figcaption>
</div>
</div>
<div class="row">
<div class="col-2 col-12-mobile">
</div>
<div class="col-4 col-12-mobile">
<img src="images/Yanyu.jpg" alt="Yanyu Zhou" height=201 class="center" />
<figcaption>
Yanyu Zhou
</figcaption>
</div>
<div class="col-4 col-12-mobile">
<img src="images/me.jpg" alt="Ben Champion" height=200 class="center" />
<figcaption>
Ben Champion
</figcaption>
</div>
</div>
</centering>
</div>
</section>
<!-- Donate -->
<section id="donate" class="even">
<div class="container">
<header>
<h2>Support us</h2>
</header>
<p> We greatly appreciate the financial help from our users, allowing
us to improve and enhance our solvers! Donations are welcome via GitHub Sponsors
at the <a href="https://github.com/sponsors/ERGO-Code" target="new">HiGHS Sponsors page</a>.
</p>
<p> Tax-deductible donations are also
welcome through the Linux Foundation at
<a href=https://crowdfunding.lfx.linuxfoundation.org/projects/9b777a28-c660-4490-ad00-fa314a731515
target="new">
the HiGHS donation page.</a>
</p>
<p> Our interior point solver for LP has been championed as a game
changer by the open-source energy systems planning community, and
this has led to a "common good" <a href=ipmFunding.html>funding
campaign</a> for its enhancement and development.</p>
</div>
</section>
<!-- Sponsors-->
<section id="sponsors" class="odd">
<div class="container">
<header>
<h2>Sponsors</h2>
</header>
<a href="https://www.ed.ac.uk" target="_blank">
<img src="images/uoe-5.png" width="300" alt="" class="center" /> </a>
<img src="" width="30" alt="" class="center" />
<a href="https://www.nextmv.io" target="_blank">
<img src="images/NextMv.png" width="250" alt="" class="center" /> </a>
</div>
</section>
<!-- Contact -->
<section id="contact" class="even">
<div class="container">
<header>
<h2>Contact</h2>
</header>
<p>Your comments or specific questions on HiGHS
would be greatly appreciated, so please send an email to
<a href="mailto:highsopt@gmail.com">highsopt@gmail.com</a> to get in
touch with the team.
</p>
</div>
<!-- Copyright -->
<!--ul class="copyright"><li-->
Design: <a href="http://html5up.net">HTML5 UP</a>
<!--/li></ul-->
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>
<!--site template designed by <a href="http://html5up.net">HTML5 UP</a>. -->