Newer
Older
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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>OPTLAB</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="keywords" content="free, finite element, fem, interface, gmsh, getdp">
<meta name="viewport" content="width=device-width">
<meta name="apple-itunes-app" content="app-id=845930897">
<link href="http://onelab.info/onelab.css" rel="stylesheet" type="text/css">
<style type="text/css"><!--
div.small { font-size:80%; }
ul.small { margin-top:1ex; margin-bottom:1ex; }
--></style>
</head>
<body>
<h1 class="short">OPTLAB</h1>
<div id="banner">
<img src="pmsm_shapeTopo.png" alt="">
<img src="busbar.png" alt="">
</div>
<h1>Nonlinear Optimization LABoratory</h1>
<p>
OPTLAB is a fully parallel package for solving large-scale and nonlinear constrained
optimization problems in an efficient and portable manner.
The package is distributed as a Software Development Kit (SDK) callable
from C, C++, Python, and Julia.
</p>
<h2>Quick start</h2>
<ol>
<li>Download the Software Development Kit (SDK) for
<a href="http://onelab.info/optlab/bin/optlab-1.0.0-Windows64.zip">Windows</a>,
<a href="http://onelab.info/optlab/bin/optlab-1.0.0-Linux64.zip">Linux </a> or
<a href="http://onelab.info/optlab/bin/optlab-1.0.0-MacOSX.zip">MacOS </a>.
<li>... then learn how to use it by exploring
<a href="http://gitlab.onelab.info/doc/tutorials/wikis">the tutorials</a>
</ol>
</body>
</html>