]> www.ginac.de Git - ginac.git/blobdiff - ginac/symmetry.h
Add support for Texinfo-5.0.
[ginac.git] / ginac / symmetry.h
index 4b4fea5c8d731c7aafaa8b86388bfc268044229f..fa897be9572de5d6704ed685d8df6ad2eb5c47c9 100644 (file)
@@ -3,7 +3,7 @@
  *  Interface to GiNaC's symmetry definitions. */
 
 /*
- *  GiNaC Copyright (C) 1999-2008 Johannes Gutenberg University Mainz, Germany
+ *  GiNaC Copyright (C) 1999-2011 Johannes Gutenberg University Mainz, Germany
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
  *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
  */
 
-#ifndef __GINAC_SYMMETRY_H__
-#define __GINAC_SYMMETRY_H__
-
-#include <set>
+#ifndef GINAC_SYMMETRY_H
+#define GINAC_SYMMETRY_H
 
 #include "ex.h"
 #include "archive.h"
 
-namespace GiNaC {
+#include <set>
 
+namespace GiNaC {
 
 class sy_is_less;
 class sy_swap;
@@ -81,6 +80,8 @@ public:
 
        /** Check whether this node actually represents any kind of symmetry. */
        bool has_symmetry() const {return type != none || !children.empty(); }
+       /** Check whether this node involves anything non symmetric. */
+       bool has_nonsymmetric() const;
        /** Check whether this node involves a cyclic symmetry. */
        bool has_cyclic() const;
 
@@ -179,4 +180,4 @@ inline ex symmetrize_cyclic(const ex & e, const exvector & v)
 
 } // namespace GiNaC
 
-#endif // ndef __GINAC_SYMMETRY_H__
+#endif // ndef GINAC_SYMMETRY_H