Skip to content
Snippets Groups Projects
index.html 1.46 KiB
Newer Older
Erin Kuci's avatar
Erin Kuci committed
<!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>