Files
ortools-clone/documentation/faq/index.html
nikolaj.van.omme@gmail.com 4d1e923b55 Doc automatic update
2014-10-16 21:39:27 +00:00

193 lines
7.1 KiB
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Welcome &mdash; Frequently Asked Questions</title>
<link rel="stylesheet" href="_static/default.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: '',
VERSION: 'doc version 0.0.1',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: false
};
</script>
<script type="text/javascript" src="_static/jquery.js"></script>
<script type="text/javascript" src="_static/underscore.js"></script>
<script type="text/javascript" src="_static/doctools.js"></script>
<link rel="shortcut icon" href="_static/logo.ico"/>
<link rel="top" title="Frequently Asked Questions" href="#" />
<link rel="next" title="General questions about the documentation" href="faq/documentation.html" />
</head>
<body>
<div class="related">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="faq/documentation.html" title="General questions about the documentation"
accesskey="N">next</a></li>
<li><a href="#">FAQ</a> &raquo;</li>
</ul>
</div>
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body">
<div class="section" id="welcome">
<h1>Welcome</h1>
Welcome to the <strong>frequently asked questions</strong> of the <em>or-tools</em> library. If you have no idea
what this library is about, read the <a href="../user_manual/index.html">foreword of the manual</a>.
If you have an interesting question that deserves to be added to this FAQ, please share it with the or-tools community.<p>See <a class="reference internal" href="faq/documentation.html#faq-documentation-contribute"><em>I&#8217;d like to improve a section in the documentation. How do I contribute?</em></a>.</p>
<p>From time to time, we will add questions asked on the <a class="reference external" href="http://groups.google.com/group/or-tools-discuss">mailing list</a>.</p>
<div class="section" id="general-questions-about">
<h2>General questions about:</h2>
<blockquote>
<div><dl class="docutils">
<dt><a class="reference internal" href="faq/documentation.html#faq-documentation-questions"><em>the documentation</em></a>:</dt>
<dd>Questions on the documentation itself and on the documentation generation.</dd>
<dt><a class="reference internal" href="faq/installation.html#faq-installation-questions"><em>the installation and compilation</em></a>:</dt>
<dd>How to compile the library? How to compile your own code? We try to answer common installation questions or at least
to give you some links to the appropriate documentation.</dd>
<dt><a class="reference internal" href="faq/library.html#faq-library-questions"><em>the library</em></a>:</dt>
<dd>General questions about the library.</dd>
<dt><a class="reference internal" href="faq/CPsolver.html#faq-cpsolver-qestions"><em>the CP Solver</em></a>:</dt>
<dd>General questions about the CP Solver engine.</dd>
<dt><a class="reference internal" href="faq/routing.html#faq-routing-questions"><em>the CP Routing Solver</em></a></dt>
<dd>General questions about the CP Routing Solver engine.</dd>
<dt><a class="reference internal" href="faq/LS.html#faq-localsearch-questions"><em>the Local Search algorithm</em></a></dt>
<dd>General questions about the way Local Search is implemented in <em>or-tools</em>.</dd>
</dl>
</div></blockquote>
<div class="toctree-wrapper compound">
</div>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br></div>
</div>
</div>
</div>
</div>
<div class="sphinxsidebar">
<div class="sphinxsidebarwrapper"><table>
<tr>
<td width="60"><img src="_static/logo.png" width="50" height="50" alt="" /></td>
<td><p class="library_name">Google <a href="http://code.google.com/p/or-tools/"><strong>or-tools</strong></a><br>open source library</p></td>
</tr>
</table>
<h1>Frequently Asked Questions</h1>
<h3>Google search</h3>
<form method="get" action="http://www.google.com/search">
<div style="padding:-1px;width:15em;">
<table border="0" cellpadding="0">
<tr><td>
<input type="text" name="q" size="25"
maxlength="255" value="" />
<input type="submit" value="Go" /></td></tr>
<tr><td align="center" style="font-size:80%">
Search:
<select name="sitesearch" width="125" style="width: 125px">
<option value="http://or-tools.googlecode.com/svn/trunk/documentation/user_manual/">user's manual</option>
<option value="http://or-tools.googlecode.com/svn/trunk/documentation/faq/" selected>faq</option>
<option value="http://or-tools.googlecode.com/svn/trunk/documentation/reference_manual/or-tools/">reference manual</option>
<option value="http://or-tools.googlecode.com/svn/trunk/documentation/">All or-tools doc</option>
</select>
</td></tr>
</table>
</div>
</form>
</br>
<h3>Welcome</h3>
<ul>
<li><a href="http://code.google.com/p/or-tools/">The or-tools open source library</a></li>
<li><a href="http://or-tools.googlecode.com/svn/trunk/documentation/documentation_hub.html">Documentation's hub</a></li>
<li><a href="#">Back to main page</a></li>
</ul>
<h3>Tutorial examples</h3>
<ul>
<li><a href="http://or-tools.googlecode.com/svn/trunk/documentation/documentation_hub.html#C++">C++</a></li>
<li><a href="http://or-tools.googlecode.com/svn/trunk/documentation/documentation_hub.html#Python">Python</a></li>
<li><a href="http://or-tools.googlecode.com/svn/trunk/documentation/documentation_hub.html#Java">Java</a></li>
<li><a href="http://or-tools.googlecode.com/svn/trunk/documentation/documentation_hub.html#Csharp">C#</a></li>
</ul>
<h3>General questions about:</h3>
<ul>
<li class="toctree-l1"><a class="reference internal" href="faq/documentation.html">the documentation</a></li>
<li class="toctree-l1"><a class="reference internal" href="faq/installation.html">the installation and compilation</a></li>
<li class="toctree-l1"><a class="reference internal" href="faq/library.html">the library</a></li>
<li class="toctree-l1"><a class="reference internal" href="faq/CPsolver.html">the CP Solver</a></li>
<li class="toctree-l1"><a class="reference internal" href="faq/routing.html">the CP Routing Solver</a></li>
<li class="toctree-l1"><a class="reference internal" href="faq/LS.html">the Local Search algorithm</a></li>
</ul>
</div>
</div>
<div class="clearer"></div>
</div>
<div class="related">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="faq/documentation.html" title="General questions about the documentation"
>next</a></li>
<li><a href="#">FAQ</a> &raquo;</li>
</ul>
</div>
<div class="footer">
&copy; Copyright 2012-2014, Google.
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.1.3.
</div>
</body>
</html>