-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathdocumentation.html
More file actions
85 lines (73 loc) · 2.83 KB
/
Copy pathdocumentation.html
File metadata and controls
85 lines (73 loc) · 2.83 KB
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
---
layout: default
title: GECODE documentation
headline: Documentation
---
{% assign GECODEDOCSTAMP = site.data.versions["gecodedocstamp"] %}
<section class="page-section">
<h3>Modeling and Programming with Gecode</h3>
<p>
<a href="{{ '/doc/' | append: GECODEDOCSTAMP | append: '/MPG.pdf' | relative_url }}">Modeling and Programming with Gecode</a>
provides comprehensive documentation of how to model and program with Gecode.
</p>
<p>
The first part of the document explains modeling and solving
constraint problems with Gecode. It explains how to program,
compile, link, and execute these models. It provides an
overview of integer, Boolean, and set variables and
constraints, modeling support, search, and Gist. This is
complemented by a comprehensive collection of case studies
of how to model with Gecode.
</p>
<p>
The remaining, more advanced, parts are about programming with
Gecode. They explain in great detail and with numerous
examples the concepts and techniques for programming
constraints, branchings, search engines, and new variable
types with Gecode. The parts' coverage puts users on par with
Gecode's developers.
</p>
<ul class="simple-list">
<li>
Download:
<a href="{{ '/doc/' | append: GECODEDOCSTAMP | append: '/MPG.pdf' | relative_url }}">Modeling and Programming with Gecode</a>.
</li>
<li>
License:
<a href="https://creativecommons.org/licenses/by-nc-nd/3.0/">
Creative Commons License Attribution-Noncommercial-No Derivative Works 3.0
</a>.
</li>
</ul>
<p>
The <a href="https://github.com/Gecode/MPG">sources of Modeling and Programming with Gecode</a>
are available on GitHub.
</p>
</section>
<section class="page-section">
<h3>Reference Documentation</h3>
<ul class="simple-list">
<li>
<a href="{{ '/doc/' | append: GECODEDOCSTAMP | append: '/reference/index.html' | relative_url }}">
Online HTML ({{ GECODEDOCSTAMP }})
</a>
</li>
</ul>
<p>
We publish hosted reference documentation online and no longer attach
generated documentation archives to Gecode releases.
</p>
</section>
<section class="page-section">
<h3>Online Reference Documentation for Previous Versions</h3>
<p>
[<a href="{{ '/doc/6.2.0/reference/' | relative_url }}">6.2.0</a>]
[<a href="{{ '/doc/6.1.1/reference/' | relative_url }}">6.1.1</a>]
[<a href="{{ '/doc/6.0.1/reference/' | relative_url }}">6.0.1</a>]
[<a href="{{ '/doc/5.1.0/reference/' | relative_url }}">5.1.0</a>]
[<a href="{{ '/doc/4.4.0/reference/' | relative_url }}">4.4.0</a>]
[<a href="{{ '/doc/3.7.3/reference/' | relative_url }}">3.7.3</a>]
[<a href="{{ '/doc/2.2.0/reference/' | relative_url }}">2.2.0</a>]
[<a href="{{ '/doc/1.3.1/reference/' | relative_url }}">1.3.1</a>]
</p>
</section>