diff --git a/changelog.in b/changelog.in index a354900ead..0afb0ed41e 100755 --- a/changelog.in +++ b/changelog.in @@ -239,6 +239,7 @@ Thanks: Mattias Grönkvist Distinct propagation (as used by distinct, channel, and circuit) would sometimes read from uninitialized memory. +[ENTRY] Module: flatzinc What: bug Rank: minor diff --git a/doxygen/doxygen.conf.in b/doxygen/doxygen.conf.in index ab3a34bbc0..5fd31d7b0d 100755 --- a/doxygen/doxygen.conf.in +++ b/doxygen/doxygen.conf.in @@ -657,8 +657,10 @@ HTML_FOOTER = @top_srcdir@/misc/doxygen/footer.html # will generate a default style sheet. Note that doxygen will try to copy # the style sheet file to the HTML output directory, so don't put your own # stylesheet in the HTML output directory as well, or it will be erased! +# Note: this is now superseded by HTML_EXTRA_STYLESHEET, an extra +# stylesheeet applied on top of the standard doxygen stylesheet. -HTML_STYLESHEET = @top_srcdir@/misc/doxygen/stylesheet.css +HTML_EXTRA_STYLESHEET = @top_srcdir@/misc/doxygen/stylesheet.css # If the HTML_ALIGN_MEMBERS tag is set to YES, the members of classes, # files or namespaces will be aligned in HTML using tables. If set to diff --git a/gecode/int.hh b/gecode/int.hh index c330de0c59..4f2aa551da 100755 --- a/gecode/int.hh +++ b/gecode/int.hh @@ -873,14 +873,14 @@ namespace Gecode { * \brief Implication for reification * * For a constraint \f$c\f$ and a Boolean control variable \f$b\f$ - * defines that \f$b=1\Leftarrow c\f$ is propagated. + * defines that \f$b=1\Rightarrow c\f$ is propagated. */ RM_IMP, /** * \brief Inverse implication for reification * * For a constraint \f$c\f$ and a Boolean control variable \f$b\f$ - * defines that \f$b=1\Rightarrow c\f$ is propagated. + * defines that \f$c\Rightarrow b=1\f$ is propagated. */ RM_PMI }; diff --git a/gecode/int/ldsb.hh b/gecode/int/ldsb.hh index a6c6cee674..bdeae6b50a 100644 --- a/gecode/int/ldsb.hh +++ b/gecode/int/ldsb.hh @@ -186,9 +186,9 @@ namespace Gecode { namespace Int { namespace LDSB { Support::BitSetOffset indices; public: /// Constructor for creation - VariableSymmetryImp(Space& home, int* vs, unsigned int n); + VariableSymmetryImp(Space& home, int* vs, unsigned int n); /// Copy constructor - VariableSymmetryImp(Space& home, const VariableSymmetryImp& other); + VariableSymmetryImp(Space& home, const VariableSymmetryImp& other); /// Disposal virtual size_t dispose(Space& home); /// Left-branch update @@ -206,9 +206,9 @@ namespace Gecode { namespace Int { namespace LDSB { /// Symmetric values Support::BitSetOffset values; /// Constructor for creation - ValueSymmetryImp(Space& home, int* vs, unsigned int n); + ValueSymmetryImp(Space& home, int* vs, unsigned int n); /// Copy constructor - ValueSymmetryImp(Space& home, const ValueSymmetryImp& other); + ValueSymmetryImp(Space& home, const ValueSymmetryImp& other); /// Disposal virtual size_t dispose(Space& home); /// Left-branch update @@ -248,9 +248,9 @@ namespace Gecode { namespace Int { namespace LDSB { int getVal(unsigned int sequence, unsigned int position) const; public: /// Constructor for creation - VariableSequenceSymmetryImp(Space& home, int *_indices, unsigned int n, unsigned int seqsize); + VariableSequenceSymmetryImp(Space& home, int *_indices, unsigned int n, unsigned int seqsize); /// Copy constructor - VariableSequenceSymmetryImp(Space& home, const VariableSequenceSymmetryImp& s); + VariableSequenceSymmetryImp(Space& home, const VariableSequenceSymmetryImp& s); /// Disposal virtual size_t dispose(Space& home); /// Search left-branch update @@ -279,12 +279,12 @@ namespace Gecode { namespace Int { namespace LDSB { /// position. (Both are zero-based.) int getVal(unsigned int sequence, unsigned int position) const; private: - ValueSequenceSymmetryImp(const ValueSequenceSymmetryImp&); + ValueSequenceSymmetryImp(const ValueSequenceSymmetryImp&); public: /// Constructor for creation - ValueSequenceSymmetryImp(Space& home, int* _values, unsigned int n, unsigned int seqsize); + ValueSequenceSymmetryImp(Space& home, int* _values, unsigned int n, unsigned int seqsize); /// Copy constructor - ValueSequenceSymmetryImp(Space& home, const ValueSequenceSymmetryImp& vss); + ValueSequenceSymmetryImp(Space& home, const ValueSequenceSymmetryImp& vss); /// Disposal virtual size_t dispose(Space& home); /// Left-branch update diff --git a/images/gecode-logo.svg b/images/gecode-logo.svg new file mode 100755 index 0000000000..456d41200e --- /dev/null +++ b/images/gecode-logo.svg @@ -0,0 +1,44 @@ + + + + diff --git a/misc/doxygen/header.html b/misc/doxygen/header.html index bc56a88ad1..dfc4fb2167 100644 --- a/misc/doxygen/header.html +++ b/misc/doxygen/header.html @@ -1,7 +1,8 @@ - + $title - + +