Skip to content

Commit ce990cf

Browse files
author
Christian Schulte
committed
Removed dead stress test from docs
git-svn-id: file:///Users/tack/GecodeGitMigration/gecode-svn-mirror/gecode/trunk@11473 e85b7adc-8362-4630-8c63-7469d557c915
1 parent bc98d4c commit ce990cf

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+48
-66
lines changed

doxygen/doxygen.hh.in

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -352,24 +352,6 @@
352352
*
353353
*/
354354

355-
/**
356-
* \defgroup ExProblem Scripts for problems
357-
* \ingroup Example
358-
*
359-
* These scripts are for small problems that exemplify how to model
360-
* with %Gecode.
361-
*
362-
*/
363-
364-
/**
365-
* \defgroup ExStress Scripts for stress tests
366-
* \ingroup Example
367-
*
368-
* These scripts are for stressing certain system features, typically
369-
* the implementation of a particular constraint.
370-
*
371-
*/
372-
373355
/*
374356
* Collect some definitions for which no reasonable place exists
375357
*

examples/all-interval.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ using namespace Gecode;
6161
*
6262
* See also problem 7 at http://www.csplib.org/.
6363
*
64-
* \ingroup ExProblem
64+
* \ingroup Example
6565
*/
6666
class AllInterval : public Script {
6767
private:

examples/alpha.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ using namespace Gecode;
4747
*
4848
* Well-known cryptoarithmetic puzzle of unknown origin.
4949
*
50-
* \ingroup ExProblem
50+
* \ingroup Example
5151
*
5252
*/
5353
class Alpha : public Script {

examples/bacp.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ namespace {
9494
* Academic Curriculum Problem", J.N. Monette, P. Schaus, S. Zampelli,
9595
* Y. Deville, and P. Dupont is available.
9696
*
97-
* \ingroup ExProblem
97+
* \ingroup Example
9898
*
9999
*/
100100
class BACP : public MinimizeScript {

examples/bibd.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ class BIBDOptions : public Options {
9090
*
9191
* See problem 28 at http://www.csplib.org/.
9292
*
93-
* \ingroup ExProblem
93+
* \ingroup Example
9494
*
9595
*/
9696
class BIBD : public Script {

examples/bin-packing.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ class CDBF : public Brancher {
351351
/**
352352
* \brief %Example: bin packing
353353
*
354-
* \ingroup ExProblem
354+
* \ingroup Example
355355
*
356356
*/
357357
class BinPacking : public MinimizeScript {

examples/black-hole.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ class BlackHoleBranch : Brancher {
190190
* The conditional symmetry identified in the above paper can be
191191
* eliminated (enabled by default).
192192
*
193-
* \ingroup ExProblem
193+
* \ingroup Example
194194
*
195195
*/
196196
class BlackHole : public Script {

examples/car-sequencing.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ namespace {
205205
* in "Combining Forces to Solve the Car Sequencing Problem", Perron
206206
* and Shaw, CPAIOR 2004.
207207
*
208-
* \ingroup ExProblem
208+
* \ingroup Example
209209
*/
210210
class CarSequencing : public Script {
211211
public:

examples/crew.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ namespace {
8888
* number of cabin crew, and they have to speak certain languages.
8989
* Every cabin crew member has two flights off after an attended flight.
9090
*
91-
* \ingroup ExProblem
91+
* \ingroup Example
9292
*
9393
*/
9494
class Crew : public Script {

examples/crossword.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ namespace {
6565
* Note that "Modeling and Programming with Gecode" uses this example
6666
* as a case study.
6767
*
68-
* \ingroup ExProblem
68+
* \ingroup Example
6969
*/
7070
class Crossword : public Script {
7171
protected:

0 commit comments

Comments
 (0)