-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathcommunity.html
More file actions
111 lines (96 loc) · 3.82 KB
/
Copy pathcommunity.html
File metadata and controls
111 lines (96 loc) · 3.82 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
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
---
layout: default
title: GECODE community
headline: Community
---
<section class="page-section">
<h3>Questions and Answers</h3>
<p>
You can contact the Gecode developers and users via a Google group.
Please make sure to not waste your time and the time of others:
</p>
<ul class="simple-list">
<li>Please check <a href="{{ '/documentation.html' | relative_url }}">Gecode's documentation</a> first.</li>
<li>
Please check previous discussions in the
<a href="https://groups.google.com/d/forum/gecode">Gecode Google Group</a>.
</li>
<li>
You can also have a look at the
<a href="{{ '/users-archive/' | relative_url }}">archive of the old Gecode users' mailing list</a>.
It is a little messy but useful.
</li>
<li>
Please focus on questions specific to Gecode. For general questions about
constraint programming more suitable forums exist.
</li>
<li>
Please provide sufficient detail: describe your platform (operating system,
compiler, Gecode version) and your problem (what does not work, what do you
want to do, what is the problem you observe) as accurately as you can.
</li>
<li>
Please do not contact individual developers: it is much better to build a
comprehensive archive of questions and answers related to Gecode that can be
useful for everyone. If you have any questions not suitable for the public
group, please do not hesitate to contact one of the authors directly.
</li>
<li>
Never ask for solutions to homework. The only more offensive thing you could
do is to provide a solution on the group if someone has violated the no
homework policy.
</li>
</ul>
</section>
<section class="page-section">
<h3>Technical Discussion Group</h3>
<p>
For technical discussions about Gecode, please
<a href="https://groups.google.com/d/forum/gecode">use the Gecode Google Group</a>.
</p>
</section>
<section class="page-section">
<h3>Bugs</h3>
<p>
We are grateful for any suggestions how to improve Gecode.
Please report any bug you should find as well as feature requests using
<a href="https://github.com/Gecode/gecode/issues">the Gecode issue page on GitHub</a>.
</p>
<p>
Please do not report bugs in external projects to Gecode, including
historical contrib modules that are no longer distributed with Gecode.
</p>
</section>
<section class="page-section">
<h3>People</h3>
<p>
Gecode was founded by <a href="https://chschulte.github.io">Christian Schulte</a>
(<a href="https://www.kth.se">KTH</a>, Sweden), who led the development until his
passing <a href="https://www.a4cp.org/christian-in-memoriam">(ACP In Memoriam)</a>.
</p>
<p>Gecode is currently developed by</p>
<ul class="simple-list">
<li>
<a href="https://www.csse.monash.edu/~guidot/">Guido Tack</a>
(<a href="mailto:tack@gecode.dev">email</a>)
(<a href="https://www.monash.edu/">Monash University</a>, Australia)
</li>
<li>
<a href="https://zayenz.se">Mikael Zayenz Lagerkvist</a>
(<a href="mailto:lagerkvist@gecode.dev">email</a>)
</li>
</ul>
{% assign GECODEDOCSTAMP = site.data.versions["gecodedocstamp"] %}
<p>
For a complete list of authors, contributors, and bugfixers, please refer
to the
<a href="{{ '/doc/' | append: GECODEDOCSTAMP | append: '/reference/PageLic.html' | relative_url }}">license and authors information</a>
in the
<a href="{{ '/doc/' | append: GECODEDOCSTAMP | append: '/reference/index.html' | relative_url }}">reference documentation</a>.
</p>
<p>
The Gecode logo has been designed by
<a href="https://www.linkedin.com/in/lindig/">Christian Lindig</a>.
You can <a href="{{ '/logo.html' | relative_url }}">download the logo</a> in different formats and sizes.
</p>
</section>