-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
120 lines (113 loc) · 5.59 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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>Gecode: Gecode Reference Documentation</title>
<link href="stylesheet.css" rel="stylesheet" type="text/css">
<!--[if IE]><style type="text/css">
@media screen {
html, body {
height: 100%; overflow-y: hidden;
background:#FFFFFF url(back.png) repeat-y;
font-family:Arial,Helvetica,sans-serif;
color:#000000;
margin:0;
padding:0;
}
#scrollable {
height: 100%; width: 100%; overflow: auto;
}
}
</style><![endif]-->
</head>
<body>
<div id="logo">
<img src='gecode-logo-100.png' alt="Gecode logo" /></div>
<div id="navigation">
<div id="navigation2">
<a class="navigation" href="index.html">main page</a>
<a class="navigation" href="modules.html">modules</a>
<a class="navigation" href="namespaces.html">namespaces</a>
<a class="navigation" href="annotated.html">classes</a>
<a class="navigation" href="files.html">files</a>
<br>
<a class="navigation" href="http://www.gecode.org/index.html">Gecode home</a>
<form action="search.php" method="get"><a class="navigation" title="Search for keywords in the entire documentation">search for <input type="text" name="query" value="" size="20" accesskey="s"/></a></form>
</div>
</div>
<div id="footline">
<address style="text-align: right;"><small>
Generated on Thu Mar 22 10:39:30 2012 for Gecode by <a href="http://www.doxygen.org/index.html">doxygen</a> 1.6.3</small></address>
</div>
<script type="text/javascript">
function showInfo(i, show) {
var moreinfo = "moreinfo"+i;
var morelink = "morelink"+i;
var lesslink = "lesslink"+i;
var linkstyle = "inline";
var infostyle = "block";
if (show) {
document.getElementById(lesslink).style.display="none";
document.getElementById(morelink).style.display=linkstyle;
document.getElementById(moreinfo).style.display=infostyle;
} else {
document.getElementById(lesslink).style.display=linkstyle;
document.getElementById(morelink).style.display="none";
document.getElementById(moreinfo).style.display="none";
}
}
</script>
<div id="scrollable">
<div id="content">
<!-- Generated by Doxygen 1.6.3 -->
<script type="text/javascript"><!--
var searchBox = new SearchBox("searchBox", "search",false,'Search');
--></script>
<div class="contents">
<h1>Gecode Reference Documentation </h1><h3 class="version">3.7.3 </h3><p>This document provides reference information about <a href="http://www.gecode.org">Gecode</a>. The documentation is structured into three major groups: getting started, common programming tasks, and available functionality.</p>
<p>This document corresponds to Gecode version 3.7.3, please consult the changelog for <a class="el" href="PageChange.html#SectionChangeList">recent changes</a>.</p>
<h2><a class="anchor" id="SecStart">
Getting started</a></h2>
<p>For your first steps with Gecode, including detailed instructions on installing the library and compiling against it, please refer to the document <a href="http://www.gecode.org/doc-latest/MPG.pdf">Modeling and Programming with Gecode</a>.</p>
<p>You may also want to have a look at our <a class="el" href="PageNotation.html">Notational conventions</a> as well as our <a class="el" href="group__Example.html">Example scripts (models)</a>.</p>
<h2><a class="anchor" id="SecByTask">
Programming tasks</a></h2>
<p>Documentation is available for the following tasks:</p>
<ul>
<li><a class="el" href="group__TaskModel.html">Programming models</a></li>
<li><a class="el" href="group__TaskSearch.html">Programming search engines</a></li>
<li><a class="el" href="group__TaskActor.html">Programming propagators and branchers</a></li>
<li><a class="el" href="group__TaskVar.html">Programming variables</a></li>
<li><a class="el" href="group__TaskTest.html">Testing</a></li>
</ul>
<h2><a class="anchor" id="SecByFunc">
Available functionality</a></h2>
<p>The most important functionality is:</p>
<ul>
<li><a class="el" href="group__FuncMem.html">Memory management</a></li>
<li><a class="el" href="group__FuncThrow.html">Gecode exceptions</a></li>
</ul>
<p>The complete functionality can be found <a class="el" href="group__Func.html">here</a>.</p>
<p>The part <a class="el" href="group__Other.html">Other available functionality</a> documents existing propagators, variable implementations, and so on which serves as documentation of examples.</p>
<h2><a class="anchor" id="SecIndex">
List and index content</a></h2>
<p>Additionally, the documentation also features the following parts:</p>
<ul>
<li><a class="el" href="PageLic.html">Gecode license and authors</a></li>
<li><a class="el" href="PageChange.html">Changelog</a></li>
</ul>
<p>The following lists and indices are available</p>
<ul>
<li><a class="el" href="PageCodeStat.html">Gecode code statistics</a></li>
<li><a href="modules.html" class="el">List of all modules</a></li>
<li><a href="annotated.html" class="el">List of all classes including brief documentation</a></li>
<li><a href="namespaces.html" class="el">List of all namespaces including brief documentation</a></li>
<li><a href="files.html" class="el">List of all files</a></li>
<li><a href="hierarchy.html" class="el">Class hierarchy</a></li>
<li><a href="classes.html" class="el">Alphabetical class index</a></li>
<li><a href="namespacemembers.html" class="el">Namespace members</a></li>
<li><a href="functions.html" class="el">Class members</a></li>
<li><a href="globals.html" class="el">File members</a> </li>
</ul>
</div>
</div></div>
</body>
</html>