[mathicgb] 01/01: Initial attempt at Debian package.

Doug Torrance dtorrance-guest at moszumanska.debian.org
Fri Apr 3 22:08:08 UTC 2015


This is an automated email from the git hooks/post-receive script.

dtorrance-guest pushed a commit to branch master
in repository mathicgb.

commit b4701274212d9731b8d5706690359055614bbb6c
Author: Doug Torrance <dtorrance at monmouthcollege.edu>
Date:   Fri Apr 3 17:07:37 2015 -0500

    Initial attempt at Debian package.
---
 debian/changelog                       |    5 +
 debian/compat                          |    1 +
 debian/control                         |   80 ++
 debian/copyright                       |   32 +
 debian/docs                            |    1 +
 debian/libmathic-dev.docs              |    2 +
 debian/libmathicgb-dev.install         |    4 +
 debian/libmathicgb0.install            |    1 +
 debian/libmathicgb0.symbols            | 1626 ++++++++++++++++++++++++++++++++
 debian/mathicgb.examples               |    1 +
 debian/mathicgb.install                |    1 +
 debian/mathicgb.manpages               |    1 +
 debian/mgb.1                           |   18 +
 debian/patches/find_gtest.patch        |   28 +
 debian/patches/fix_example_perms.patch |    0
 debian/patches/link_pthread.patch      |   16 +
 debian/patches/series                  |    2 +
 debian/rules                           |   32 +
 debian/source/format                   |    1 +
 debian/tests/build                     |   24 +
 debian/tests/control                   |    2 +
 debian/watch                           |    5 +
 22 files changed, 1883 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..c50aa92
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+mathicgb (1.0~git20131006-1) unstable; urgency=low
+
+  * Initial release (Closes: #781665).
+
+ -- Doug Torrance <dtorrance at monmouthcollege.edu>  Wed, 01 Apr 2015 07:12:36 -0500
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..422cba0
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,80 @@
+Source: mathicgb
+Priority: optional
+Maintainer: Doug Torrance <dtorrance at monmouthcollege.edu>
+Build-Depends: debhelper (>= 9),
+	       dh-autoreconf,
+	       libgtest-dev,
+	       libmathic-dev,
+	       libmemtailor-dev,
+	       libtbb-dev,
+	       pkgconf
+Standards-Version: 3.9.6
+Section: math
+Homepage: https://github.com/broune/mathicgb
+Vcs-Git: https://anonscm.debian.org/git/debian-science/packages/mathicgb.git
+Vcs-Browser: http://anonscm.debian.org/cgit/debian-science/packages/mathicgb.git
+
+Package: mathicgb
+Architecture: any
+Depends: ${shlibs:Depends},
+	 ${misc:Depends}
+Multi-Arch: foreign
+Description: Compute Groebner bases (command line tool)
+ Mathicgb is a program for computing Groebner basis and signature Grobner bases.
+ Mathicgb is based on the fast data structures from mathic.
+ .
+ The paper "Practical Grobner Basis Computation" describes the algorithms in
+ Mathicgb from a high level. It was presented at ISSAC 2012 and is available at
+ http://arxiv.org/abs/1206.6940
+ .
+ This package contains the command line tool.
+
+Package: libmathicgb-dev
+Section: libdevel
+Architecture: any
+Depends: libmathicgb0 (= ${binary:Version}),
+	 ${misc:Depends}
+Multi-Arch: same
+Description: Compute Groebner bases (developer tools)
+ Mathicgb is a program for computing Groebner basis and signature Grobner bases.
+ Mathicgb is based on the fast data structures from mathic.
+ .
+ The paper "Practical Grobner Basis Computation" describes the algorithms in
+ Mathicgb from a high level. It was presented at ISSAC 2012 and is available at
+ http://arxiv.org/abs/1206.6940
+ .
+ This package contains the developer tools.
+
+Package: libmathicgb0
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends},
+	 ${misc:Depends}
+Pre-Depends: ${misc:Pre-Depends}
+Multi-Arch: same
+Description: Compute Groebner bases (runtime library)
+ Mathicgb is a program for computing Groebner basis and signature Grobner bases.
+ Mathicgb is based on the fast data structures from mathic.
+ .
+ The paper "Practical Grobner Basis Computation" describes the algorithms in
+ Mathicgb from a high level. It was presented at ISSAC 2012 and is available at
+ http://arxiv.org/abs/1206.6940
+ .
+ This package contains the runtime library.
+
+Package: libmathicgb-dbg
+Architecture: any
+Section: debug
+Priority: extra
+Depends: libmathicgb0 (= ${binary:Version}),
+	 ${misc:Depends}
+Multi-Arch: same
+Description: Compute Groebner bases (debugging symbols)
+ Mathicgb is a program for computing Groebner basis and signature Grobner bases.
+ Mathicgb is based on the fast data structures from mathic.
+ .
+ The paper "Practical Grobner Basis Computation" describes the algorithms in
+ Mathicgb from a high level. It was presented at ISSAC 2012 and is available at
+ http://arxiv.org/abs/1206.6940
+ .
+ This package contains the debugging symbols.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..6eee56b
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,32 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: mathicgb
+Source: https://github.com/broune/mathicgb
+
+Files: *
+Copyright: 2012-2013 Bjarke Hammersholt Roune <bjarke.roune at gmail.com>
+           2012-2013 Michael Stillman <mike at math.cornell.edu>
+License: GPL-2+
+Comment: Copyright information obtained from mathicgb fork maintained by
+ Macaulay2 developers.
+ See https://github.com/Macaulay2/mathicgb/commit/082ba12.
+
+Files: debian/*
+Copyright: 2015 Doug Torrance <dtorrance at monmouthcollege.edu>
+License: GPL-2+
+
+License: GPL-2+
+ This package is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+ .
+ This package is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ GNU General Public License for more details.
+ .
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>
+ .
+ On Debian systems, the complete text of the GNU General
+ Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
diff --git a/debian/docs b/debian/docs
new file mode 100644
index 0000000..b43bf86
--- /dev/null
+++ b/debian/docs
@@ -0,0 +1 @@
+README.md
diff --git a/debian/libmathic-dev.docs b/debian/libmathic-dev.docs
new file mode 100644
index 0000000..9abf596
--- /dev/null
+++ b/debian/libmathic-dev.docs
@@ -0,0 +1,2 @@
+doc/description.txt
+doc/slides.pdf
diff --git a/debian/libmathicgb-dev.install b/debian/libmathicgb-dev.install
new file mode 100644
index 0000000..d320ece
--- /dev/null
+++ b/debian/libmathicgb-dev.install
@@ -0,0 +1,4 @@
+usr/include/mathicgb.h
+usr/lib/*/libmathicgb.a
+usr/lib/*/libmathicgb.so
+usr/lib/*/pkgconfig/mathicgb.pc
diff --git a/debian/libmathicgb0.install b/debian/libmathicgb0.install
new file mode 100644
index 0000000..48c62dd
--- /dev/null
+++ b/debian/libmathicgb0.install
@@ -0,0 +1 @@
+usr/lib/*/libmathicgb.so.*
diff --git a/debian/libmathicgb0.symbols b/debian/libmathicgb0.symbols
new file mode 100644
index 0000000..26cec9c
--- /dev/null
+++ b/debian/libmathicgb0.symbols
@@ -0,0 +1,1626 @@
+libmathicgb.so.0 libmathicgb0 #MINVER#
+ _ZN3mgb10MonoLookup11makeFactoryERKNS_10MonoMonoidIiLb1ELb1ELb1EEEi at Base 1.0~git20131006
+ _ZN3mgb10MonoLookup12displayCodesERSo at Base 1.0~git20131006
+ _ZN3mgb10MonoLookupD0Ev at Base 1.0~git20131006
+ _ZN3mgb10MonoLookupD1Ev at Base 1.0~git20131006
+ _ZN3mgb10MonoLookupD2Ev at Base 1.0~git20131006
+ _ZN3mgb10QuadMatrix28sortColumnsLeftRightParallelEv at Base 1.0~git20131006
+ _ZN3mgb10QuadMatrix4readEP8_IO_FILE at Base 1.0~git20131006
+ _ZN3mgb10QuadMatrixD1Ev at Base 1.0~git20131006
+ _ZN3mgb10QuadMatrixD2Ev at Base 1.0~git20131006
+ _ZN3mgb11MonomialMapINS_17QuadMatrixBuilder17LeftRightColIndexEED1Ev at Base 1.0~git20131006
+ _ZN3mgb11MonomialMapINS_17QuadMatrixBuilder17LeftRightColIndexEED2Ev at Base 1.0~git20131006
+ _ZN3mgb11MonomialMapIjE6insertERKSt4pairINS_10MonoMonoidIiLb1ELb1ELb1EE12ConstMonoPtrEjE at Base 1.0~git20131006
+ _ZN3mgb11MonomialMapIjED1Ev at Base 1.0~git20131006
+ _ZN3mgb11MonomialMapIjED2Ev at Base 1.0~git20131006
+ _ZN3mgb11ReducerHashIN6mathic4HeapEE10insertTailENS_12NewConstTermERKNS_4PolyE at Base 1.0~git20131006
+ _ZN3mgb11ReducerHashIN6mathic4HeapEE12resetReducerEv at Base 1.0~git20131006
+ _ZN3mgb11ReducerHashIN6mathic4HeapEE14removeLeadTermEv at Base 1.0~git20131006
+ _ZN3mgb11ReducerHashIN6mathic4HeapEE6insertENS_10MonoMonoidIiLb1ELb1ELb1EE12ConstMonoRefERKNS_4PolyE at Base 1.0~git20131006
+ _ZN3mgb11ReducerHashIN6mathic4HeapEE8leadTermERNS_12NewConstTermE at Base 1.0~git20131006
+ _ZN3mgb11ReducerHashIN6mathic4HeapEED0Ev at Base 1.0~git20131006
+ _ZN3mgb11ReducerHashIN6mathic4HeapEED1Ev at Base 1.0~git20131006
+ _ZN3mgb11ReducerHashIN6mathic4HeapEED2Ev at Base 1.0~git20131006
+ _ZN3mgb11ReducerHashIN6mathic8TourTreeEE10insertTailENS_12NewConstTermERKNS_4PolyE at Base 1.0~git20131006
+ _ZN3mgb11ReducerHashIN6mathic8TourTreeEE12resetReducerEv at Base 1.0~git20131006
+ _ZN3mgb11ReducerHashIN6mathic8TourTreeEE14removeLeadTermEv at Base 1.0~git20131006
+ _ZN3mgb11ReducerHashIN6mathic8TourTreeEE6insertENS_10MonoMonoidIiLb1ELb1ELb1EE12ConstMonoRefERKNS_4PolyE at Base 1.0~git20131006
+ _ZN3mgb11ReducerHashIN6mathic8TourTreeEE8leadTermERNS_12NewConstTermE at Base 1.0~git20131006
+ _ZN3mgb11ReducerHashIN6mathic8TourTreeEEC1ERKNS_8PolyRingE at Base 1.0~git20131006
+ _ZN3mgb11ReducerHashIN6mathic8TourTreeEEC2ERKNS_8PolyRingE at Base 1.0~git20131006
+ _ZN3mgb11ReducerHashIN6mathic8TourTreeEED0Ev at Base 1.0~git20131006
+ _ZN3mgb11ReducerHashIN6mathic8TourTreeEED1Ev at Base 1.0~git20131006
+ _ZN3mgb11ReducerHashIN6mathic8TourTreeEED2Ev at Base 1.0~git20131006
+ _ZN3mgb11ReducerHashIN6mathic9GeobucketEE10insertTailENS_12NewConstTermERKNS_4PolyE at Base 1.0~git20131006
+ _ZN3mgb11ReducerHashIN6mathic9GeobucketEE12resetReducerEv at Base 1.0~git20131006
+ _ZN3mgb11ReducerHashIN6mathic9GeobucketEE14removeLeadTermEv at Base 1.0~git20131006
+ _ZN3mgb11ReducerHashIN6mathic9GeobucketEE6insertENS_10MonoMonoidIiLb1ELb1ELb1EE12ConstMonoRefERKNS_4PolyE at Base 1.0~git20131006
+ _ZN3mgb11ReducerHashIN6mathic9GeobucketEE8leadTermERNS_12NewConstTermE at Base 1.0~git20131006
+ _ZN3mgb11ReducerHashIN6mathic9GeobucketEEC1ERKNS_8PolyRingE at Base 1.0~git20131006
+ _ZN3mgb11ReducerHashIN6mathic9GeobucketEEC2ERKNS_8PolyRingE at Base 1.0~git20131006
+ _ZN3mgb11ReducerHashIN6mathic9GeobucketEED0Ev at Base 1.0~git20131006
+ _ZN3mgb11ReducerHashIN6mathic9GeobucketEED1Ev at Base 1.0~git20131006
+ _ZN3mgb11ReducerHashIN6mathic9GeobucketEED2Ev at Base 1.0~git20131006
+ _ZN3mgb11ReducerPackIN6mathic4HeapEE10insertTailENS_12NewConstTermERKNS_4PolyE at Base 1.0~git20131006
+ _ZN3mgb11ReducerPackIN6mathic4HeapEE12resetReducerEv at Base 1.0~git20131006
+ _ZN3mgb11ReducerPackIN6mathic4HeapEE14removeLeadTermEv at Base 1.0~git20131006
+ _ZN3mgb11ReducerPackIN6mathic4HeapEE15MultipleWithPosC1ERKNS_4PolyENS_12NewConstTermE at Base 1.0~git20131006
+ _ZN3mgb11ReducerPackIN6mathic4HeapEE15MultipleWithPosC2ERKNS_4PolyENS_12NewConstTermE at Base 1.0~git20131006
+ _ZN3mgb11ReducerPackIN6mathic4HeapEE6insertENS_10MonoMonoidIiLb1ELb1ELb1EE12ConstMonoRefERKNS_4PolyE at Base 1.0~git20131006
+ _ZN3mgb11ReducerPackIN6mathic4HeapEE8leadTermERNS_12NewConstTermE at Base 1.0~git20131006
+ _ZN3mgb11ReducerPackIN6mathic4HeapEED0Ev at Base 1.0~git20131006
+ _ZN3mgb11ReducerPackIN6mathic4HeapEED1Ev at Base 1.0~git20131006
+ _ZN3mgb11ReducerPackIN6mathic4HeapEED2Ev at Base 1.0~git20131006
+ _ZN3mgb11ReducerPackIN6mathic8TourTreeEE10insertTailENS_12NewConstTermERKNS_4PolyE at Base 1.0~git20131006
+ _ZN3mgb11ReducerPackIN6mathic8TourTreeEE12resetReducerEv at Base 1.0~git20131006
+ _ZN3mgb11ReducerPackIN6mathic8TourTreeEE14removeLeadTermEv at Base 1.0~git20131006
+ _ZN3mgb11ReducerPackIN6mathic8TourTreeEE15MultipleWithPosC1ERKNS_4PolyENS_12NewConstTermE at Base 1.0~git20131006
+ _ZN3mgb11ReducerPackIN6mathic8TourTreeEE15MultipleWithPosC2ERKNS_4PolyENS_12NewConstTermE at Base 1.0~git20131006
+ _ZN3mgb11ReducerPackIN6mathic8TourTreeEE6insertENS_10MonoMonoidIiLb1ELb1ELb1EE12ConstMonoRefERKNS_4PolyE at Base 1.0~git20131006
+ _ZN3mgb11ReducerPackIN6mathic8TourTreeEE8leadTermERNS_12NewConstTermE at Base 1.0~git20131006
+ _ZN3mgb11ReducerPackIN6mathic8TourTreeEED0Ev at Base 1.0~git20131006
+ _ZN3mgb11ReducerPackIN6mathic8TourTreeEED1Ev at Base 1.0~git20131006
+ _ZN3mgb11ReducerPackIN6mathic8TourTreeEED2Ev at Base 1.0~git20131006
+ _ZN3mgb11ReducerPackIN6mathic9GeobucketEE10insertTailENS_12NewConstTermERKNS_4PolyE at Base 1.0~git20131006
+ _ZN3mgb11ReducerPackIN6mathic9GeobucketEE12resetReducerEv at Base 1.0~git20131006
+ _ZN3mgb11ReducerPackIN6mathic9GeobucketEE14removeLeadTermEv at Base 1.0~git20131006
+ _ZN3mgb11ReducerPackIN6mathic9GeobucketEE15MultipleWithPosC1ERKNS_4PolyENS_12NewConstTermE at Base 1.0~git20131006
+ _ZN3mgb11ReducerPackIN6mathic9GeobucketEE15MultipleWithPosC2ERKNS_4PolyENS_12NewConstTermE at Base 1.0~git20131006
+ _ZN3mgb11ReducerPackIN6mathic9GeobucketEE6insertENS_10MonoMonoidIiLb1ELb1ELb1EE12ConstMonoRefERKNS_4PolyE at Base 1.0~git20131006
+ _ZN3mgb11ReducerPackIN6mathic9GeobucketEE8leadTermERNS_12NewConstTermE at Base 1.0~git20131006
+ _ZN3mgb11ReducerPackIN6mathic9GeobucketEED0Ev at Base 1.0~git20131006
+ _ZN3mgb11ReducerPackIN6mathic9GeobucketEED1Ev at Base 1.0~git20131006
+ _ZN3mgb11ReducerPackIN6mathic9GeobucketEED2Ev at Base 1.0~git20131006
+ _ZN3mgb11SignatureGB12processSPairENS_10MonoMonoidIiLb1ELb1ELb1EE4MonoERKSt6vectorISt4pairImmESaIS6_EE at Base 1.0~git20131006
+ _ZN3mgb11SignatureGB19computeGrobnerBasisEv at Base 1.0~git20131006
+ _ZN3mgb11SignatureGB4stepEv at Base 1.0~git20131006
+ _ZN3mgb11SignatureGBC1EONS_5BasisEONS_13MonoProcessorINS_10MonoMonoidIiLb1ELb1ELb1EEEEENS_7Reducer11ReducerTypeEiibbbbm at Base 1.0~git20131006
+ _ZN3mgb11SignatureGBC2EONS_5BasisEONS_13MonoProcessorINS_10MonoMonoidIiLb1ELb1ELb1EEEEENS_7Reducer11ReducerTypeEiibbbbm at Base 1.0~git20131006
+ _ZN3mgb11make_uniqueINS_11ReducerPackIN6mathic4HeapEEERKNS_8PolyRingEEESt10unique_ptrIT_St14default_deleteIS9_EEOT0_ at Base 1.0~git20131006
+ _ZN3mgb11make_uniqueINS_11ReducerPackIN6mathic8TourTreeEEERKNS_8PolyRingEEESt10unique_ptrIT_St14default_deleteIS9_EEOT0_ at Base 1.0~git20131006
+ _ZN3mgb11make_uniqueINS_11ReducerPackIN6mathic9GeobucketEEERKNS_8PolyRingEEESt10unique_ptrIT_St14default_deleteIS9_EEOT0_ at Base 1.0~git20131006
+ _ZN3mgb11make_uniqueINS_4PolyERKNS_8PolyRingEEESt10unique_ptrIT_St14default_deleteIS6_EEOT0_ at Base 1.0~git20131006
+ _ZN3mgb11make_uniqueINS_4PolyERKS1_EESt10unique_ptrIT_St14default_deleteIS5_EEOT0_ at Base 1.0~git20131006
+ _ZN3mgb11make_uniqueINS_4PolyES1_EESt10unique_ptrIT_St14default_deleteIS3_EEOT0_ at Base 1.0~git20131006
+ _ZN3mgb12ClassicGBAlg11insertPolysERSt6vectorISt10unique_ptrINS_4PolyESt14default_deleteIS3_EESaIS6_EE at Base 1.0~git20131006
+ _ZN3mgb12ClassicGBAlg14autoTailReduceEv at Base 1.0~git20131006
+ _ZN3mgb12ClassicGBAlg17insertReducedPolyESt10unique_ptrINS_4PolyESt14default_deleteIS2_EE at Base 1.0~git20131006
+ _ZN3mgb12ClassicGBAlg17setSPairGroupSizeEj at Base 1.0~git20131006
+ _ZN3mgb12ClassicGBAlg19computeGrobnerBasisEv at Base 1.0~git20131006
+ _ZN3mgb12ClassicGBAlg4stepEv at Base 1.0~git20131006
+ _ZN3mgb12ClassicGBAlgC1ERKNS_5BasisERNS_7ReducerEibm at Base 1.0~git20131006
+ _ZN3mgb12ClassicGBAlgC2ERKNS_5BasisERNS_7ReducerEibm at Base 1.0~git20131006
+ _ZN3mgb12ClassicGBAlgD1Ev at Base 1.0~git20131006
+ _ZN3mgb12ClassicGBAlgD2Ev at Base 1.0~git20131006
+ _ZN3mgb12LogDomainSet16registerLogAliasEPKcS2_ at Base 1.0~git20131006
+ _ZN3mgb12LogDomainSet17registerLogDomainERNS_9LogDomainILb1EEE at Base 1.0~git20131006
+ _ZN3mgb12LogDomainSet25performLogCommandInternalEcSsc at Base 1.0~git20131006
+ _ZN3mgb12LogDomainSet26performLogCommandsInternalEcRKSsc at Base 1.0~git20131006
+ _ZN3mgb12LogDomainSet5aliasEPKc at Base 1.0~git20131006
+ _ZN3mgb12LogDomainSet5resetEv at Base 1.0~git20131006
+ _ZN3mgb12LogDomainSet9logDomainEPKc at Base 1.0~git20131006
+ _ZN3mgb12LogDomainSet9singletonEv at Base 1.0~git20131006
+ _ZN3mgb12LogDomainSetC1Ev at Base 1.0~git20131006
+ _ZN3mgb12LogDomainSetC2Ev at Base 1.0~git20131006
+ _ZN3mgb12LogDomainSetD1Ev at Base 1.0~git20131006
+ _ZN3mgb12LogDomainSetD2Ev at Base 1.0~git20131006
+ _ZN3mgb12ReducerDedupIN6mathic4HeapEE10insertTailENS_12NewConstTermERKNS_4PolyE at Base 1.0~git20131006
+ _ZN3mgb12ReducerDedupIN6mathic4HeapEE12resetReducerEv at Base 1.0~git20131006
+ _ZN3mgb12ReducerDedupIN6mathic4HeapEE14removeLeadTermEv at Base 1.0~git20131006
+ _ZN3mgb12ReducerDedupIN6mathic4HeapEE6insertENS_10MonoMonoidIiLb1ELb1ELb1EE12ConstMonoRefERKNS_4PolyE at Base 1.0~git20131006
+ _ZN3mgb12ReducerDedupIN6mathic4HeapEE8leadTermERNS_12NewConstTermE at Base 1.0~git20131006
+ _ZN3mgb12ReducerDedupIN6mathic4HeapEED0Ev at Base 1.0~git20131006
+ _ZN3mgb12ReducerDedupIN6mathic4HeapEED1Ev at Base 1.0~git20131006
+ _ZN3mgb12ReducerDedupIN6mathic4HeapEED2Ev at Base 1.0~git20131006
+ _ZN3mgb12ReducerDedupIN6mathic8TourTreeEE10insertTailENS_12NewConstTermERKNS_4PolyE at Base 1.0~git20131006
+ _ZN3mgb12ReducerDedupIN6mathic8TourTreeEE12resetReducerEv at Base 1.0~git20131006
+ _ZN3mgb12ReducerDedupIN6mathic8TourTreeEE14removeLeadTermEv at Base 1.0~git20131006
+ _ZN3mgb12ReducerDedupIN6mathic8TourTreeEE6insertENS_10MonoMonoidIiLb1ELb1ELb1EE12ConstMonoRefERKNS_4PolyE at Base 1.0~git20131006
+ _ZN3mgb12ReducerDedupIN6mathic8TourTreeEE8leadTermERNS_12NewConstTermE at Base 1.0~git20131006
+ _ZN3mgb12ReducerDedupIN6mathic8TourTreeEEC1ERKNS_8PolyRingE at Base 1.0~git20131006
+ _ZN3mgb12ReducerDedupIN6mathic8TourTreeEEC2ERKNS_8PolyRingE at Base 1.0~git20131006
+ _ZN3mgb12ReducerDedupIN6mathic8TourTreeEED0Ev at Base 1.0~git20131006
+ _ZN3mgb12ReducerDedupIN6mathic8TourTreeEED1Ev at Base 1.0~git20131006
+ _ZN3mgb12ReducerDedupIN6mathic8TourTreeEED2Ev at Base 1.0~git20131006
+ _ZN3mgb12ReducerDedupIN6mathic9GeobucketEE10insertTailENS_12NewConstTermERKNS_4PolyE at Base 1.0~git20131006
+ _ZN3mgb12ReducerDedupIN6mathic9GeobucketEE12resetReducerEv at Base 1.0~git20131006
+ _ZN3mgb12ReducerDedupIN6mathic9GeobucketEE14removeLeadTermEv at Base 1.0~git20131006
+ _ZN3mgb12ReducerDedupIN6mathic9GeobucketEE6insertENS_10MonoMonoidIiLb1ELb1ELb1EE12ConstMonoRefERKNS_4PolyE at Base 1.0~git20131006
+ _ZN3mgb12ReducerDedupIN6mathic9GeobucketEE8leadTermERNS_12NewConstTermE at Base 1.0~git20131006
+ _ZN3mgb12ReducerDedupIN6mathic9GeobucketEEC1ERKNS_8PolyRingE at Base 1.0~git20131006
+ _ZN3mgb12ReducerDedupIN6mathic9GeobucketEEC2ERKNS_8PolyRingE at Base 1.0~git20131006
+ _ZN3mgb12ReducerDedupIN6mathic9GeobucketEED0Ev at Base 1.0~git20131006
+ _ZN3mgb12ReducerDedupIN6mathic9GeobucketEED1Ev at Base 1.0~git20131006
+ _ZN3mgb12ReducerDedupIN6mathic9GeobucketEED2Ev at Base 1.0~git20131006
+ _ZN3mgb12SigPolyBasis11postprocessERKNS_13MonoProcessorINS_10MonoMonoidIiLb1ELb1ELb1EEEEE at Base 1.0~git20131006
+ _ZN3mgb12SigPolyBasis12addComponentEv at Base 1.0~git20131006
+ _ZN3mgb12SigPolyBasis14StoredRatioCmpC1ENS_10MonoMonoidIiLb1ELb1ELb1EE12ConstMonoRefES4_RKS0_ at Base 1.0~git20131006
+ _ZN3mgb12SigPolyBasis14StoredRatioCmpC2ENS_10MonoMonoidIiLb1ELb1ELb1EE12ConstMonoRefES4_RKS0_ at Base 1.0~git20131006
+ _ZN3mgb12SigPolyBasis14StoredRatioCmpD1Ev at Base 1.0~git20131006
+ _ZN3mgb12SigPolyBasis14StoredRatioCmpD2Ev at Base 1.0~git20131006
+ _ZN3mgb12SigPolyBasis6insertENS_10MonoMonoidIiLb1ELb1ELb1EE4MonoESt10unique_ptrINS_4PolyESt14default_deleteIS5_EE at Base 1.0~git20131006
+ _ZN3mgb12SigPolyBasisC1ERKNS_8PolyRingEiib at Base 1.0~git20131006
+ _ZN3mgb12SigPolyBasisC2ERKNS_8PolyRingEiib at Base 1.0~git20131006
+ _ZN3mgb12SigPolyBasisD1Ev at Base 1.0~git20131006
+ _ZN3mgb12SigPolyBasisD2Ev at Base 1.0~git20131006
+ _ZN3mgb12SparseMatrix11multiplyRowEjtt at Base 1.0~git20131006
+ _ZN3mgb12SparseMatrix12takeRowsFromEOS0_ at Base 1.0~git20131006
+ _ZN3mgb12SparseMatrix14applyColumnMapERKSt6vectorIjSaIjEE at Base 1.0~git20131006
+ _ZN3mgb12SparseMatrix15rowToPolynomialEjRKSt6vectorINS_10MonoMonoidIiLb1ELb1ELb1EE12ConstMonoPtrESaIS4_EERNS_4PolyE at Base 1.0~git20131006
+ _ZN3mgb12SparseMatrix17growEntryCapacityEv at Base 1.0~git20131006
+ _ZN3mgb12SparseMatrix18reserveFreeEntriesEm at Base 1.0~git20131006
+ _ZN3mgb12SparseMatrix20appendRowWithModulusERKSt6vectorIySaIyEEt at Base 1.0~git20131006
+ _ZN3mgb12SparseMatrix21appendRowAndNormalizeERKS0_jt at Base 1.0~git20131006
+ _ZN3mgb12SparseMatrix22trimLeadingZeroColumnsEj at Base 1.0~git20131006
+ _ZN3mgb12SparseMatrix26sortRowsByIncreasingPivotsEv at Base 1.0~git20131006
+ _ZN3mgb12SparseMatrix29appendRowWithModulusIfNonZeroERKSt6vectorIySaIyEEt at Base 1.0~git20131006
+ _ZN3mgb12SparseMatrix30appendRowWithModulusNormalizedERKSt6vectorIySaIyEEt at Base 1.0~git20131006
+ _ZN3mgb12SparseMatrix4readEP8_IO_FILE at Base 1.0~git20131006
+ _ZN3mgb12SparseMatrix4swapERS0_ at Base 1.0~git20131006
+ _ZN3mgb12SparseMatrix5clearEv at Base 1.0~git20131006
+ _ZN3mgb12SparseMatrix8writePBMEP8_IO_FILE at Base 1.0~git20131006
+ _ZN3mgb12SparseMatrix9appendRowERKS0_j at Base 1.0~git20131006
+ _ZN3mgb12SparseMatrix9appendRowIyEEvRKSt6vectorIT_SaIS3_EEj at Base 1.0~git20131006
+ _ZN3mgb12SparseMatrixD1Ev at Base 1.0~git20131006
+ _ZN3mgb12SparseMatrixD2Ev at Base 1.0~git20131006
+ _ZN3mgb12SparseMatrixaSERKS0_ at Base 1.0~git20131006
+ _ZN3mgb12reducerTypesEv at Base 1.0~git20131006
+ _ZN3mgb12tracingLevelE at Base 1.0~git20131006
+ _ZN3mgb13F4ProtoMatrix17removeLastEntriesEjj at Base 1.0~git20131006
+ _ZN3mgb13F4ProtoMatrix23makeRowWithTheseScalarsERKNS_4PolyE at Base 1.0~git20131006
+ _ZN3mgb13F4ProtoMatrix7makeRowEj at Base 1.0~git20131006
+ _ZN3mgb13ModuleMonoSet12displayCodesERSo at Base 1.0~git20131006
+ _ZN3mgb13ModuleMonoSet4makeERKNS_10MonoMonoidIiLb1ELb1ELb1EEEimb at Base 1.0~git20131006
+ _ZN3mgb13ModuleMonoSetD0Ev at Base 1.0~git20131006
+ _ZN3mgb13ModuleMonoSetD1Ev at Base 1.0~git20131006
+ _ZN3mgb13ModuleMonoSetD2Ev at Base 1.0~git20131006
+ _ZN3mgb13PolyHashTable15computeHashMaskEm at Base 1.0~git20131006
+ _ZN3mgb13PolyHashTable6rehashEm at Base 1.0~git20131006
+ _ZN3mgb13PolyHashTableC1ERKNS_8PolyRingE at Base 1.0~git20131006
+ _ZN3mgb13PolyHashTableC2ERKNS_8PolyRingE at Base 1.0~git20131006
+ _ZN3mgb13PolyHashTableD1Ev at Base 1.0~git20131006
+ _ZN3mgb13PolyHashTableD2Ev at Base 1.0~git20131006
+ _ZN3mgb13SigSPairQueue6createERKNS_12SigPolyBasisE at Base 1.0~git20131006
+ _ZN3mgb13SigSPairQueueD0Ev at Base 1.0~git20131006
+ _ZN3mgb13SigSPairQueueD1Ev at Base 1.0~git20131006
+ _ZN3mgb13SigSPairQueueD2Ev at Base 1.0~git20131006
+ _ZN3mgb13leadingColumnERKSt6vectorIS0_ItSaItEESaIS2_EEjjj at Base 1.0~git20131006
+ _ZN3mgb13makeF4ReducerERKNS_8PolyRingEbSsm at Base 1.0~git20131006
+ _ZN3mgb13rangeToVectorINS_4Poly17ConstTermIteratorEEEDTcvSt6vectorINSt5decayIDTdefp_EE4typeESaIS7_EE_fp_fp0_EET_SB_ at Base 1.0~git20131006
+ _ZN3mgb14ReducerNoDedupIN6mathic4HeapEE10insertTailENS_12NewConstTermERKNS_4PolyE at Base 1.0~git20131006
+ _ZN3mgb14ReducerNoDedupIN6mathic4HeapEE12resetReducerEv at Base 1.0~git20131006
+ _ZN3mgb14ReducerNoDedupIN6mathic4HeapEE14removeLeadTermEv at Base 1.0~git20131006
+ _ZN3mgb14ReducerNoDedupIN6mathic4HeapEE6insertENS_10MonoMonoidIiLb1ELb1ELb1EE12ConstMonoRefERKNS_4PolyE at Base 1.0~git20131006
+ _ZN3mgb14ReducerNoDedupIN6mathic4HeapEE8leadTermERNS_12NewConstTermE at Base 1.0~git20131006
+ _ZN3mgb14ReducerNoDedupIN6mathic4HeapEED0Ev at Base 1.0~git20131006
+ _ZN3mgb14ReducerNoDedupIN6mathic4HeapEED1Ev at Base 1.0~git20131006
+ _ZN3mgb14ReducerNoDedupIN6mathic4HeapEED2Ev at Base 1.0~git20131006
+ _ZN3mgb14ReducerNoDedupIN6mathic8TourTreeEE10insertTailENS_12NewConstTermERKNS_4PolyE at Base 1.0~git20131006
+ _ZN3mgb14ReducerNoDedupIN6mathic8TourTreeEE12resetReducerEv at Base 1.0~git20131006
+ _ZN3mgb14ReducerNoDedupIN6mathic8TourTreeEE14removeLeadTermEv at Base 1.0~git20131006
+ _ZN3mgb14ReducerNoDedupIN6mathic8TourTreeEE6insertENS_10MonoMonoidIiLb1ELb1ELb1EE12ConstMonoRefERKNS_4PolyE at Base 1.0~git20131006
+ _ZN3mgb14ReducerNoDedupIN6mathic8TourTreeEE8leadTermERNS_12NewConstTermE at Base 1.0~git20131006
+ _ZN3mgb14ReducerNoDedupIN6mathic8TourTreeEEC1ERKNS_8PolyRingE at Base 1.0~git20131006
+ _ZN3mgb14ReducerNoDedupIN6mathic8TourTreeEEC2ERKNS_8PolyRingE at Base 1.0~git20131006
+ _ZN3mgb14ReducerNoDedupIN6mathic8TourTreeEED0Ev at Base 1.0~git20131006
+ _ZN3mgb14ReducerNoDedupIN6mathic8TourTreeEED1Ev at Base 1.0~git20131006
+ _ZN3mgb14ReducerNoDedupIN6mathic8TourTreeEED2Ev at Base 1.0~git20131006
+ _ZN3mgb14ReducerNoDedupIN6mathic9GeobucketEE10insertTailENS_12NewConstTermERKNS_4PolyE at Base 1.0~git20131006
+ _ZN3mgb14ReducerNoDedupIN6mathic9GeobucketEE12resetReducerEv at Base 1.0~git20131006
+ _ZN3mgb14ReducerNoDedupIN6mathic9GeobucketEE14removeLeadTermEv at Base 1.0~git20131006
+ _ZN3mgb14ReducerNoDedupIN6mathic9GeobucketEE6insertENS_10MonoMonoidIiLb1ELb1ELb1EE12ConstMonoRefERKNS_4PolyE at Base 1.0~git20131006
+ _ZN3mgb14ReducerNoDedupIN6mathic9GeobucketEE8leadTermERNS_12NewConstTermE at Base 1.0~git20131006
+ _ZN3mgb14ReducerNoDedupIN6mathic9GeobucketEEC1ERKNS_8PolyRingE at Base 1.0~git20131006
+ _ZN3mgb14ReducerNoDedupIN6mathic9GeobucketEEC2ERKNS_8PolyRingE at Base 1.0~git20131006
+ _ZN3mgb14ReducerNoDedupIN6mathic9GeobucketEED0Ev at Base 1.0~git20131006
+ _ZN3mgb14ReducerNoDedupIN6mathic9GeobucketEED1Ev at Base 1.0~git20131006
+ _ZN3mgb14ReducerNoDedupIN6mathic9GeobucketEED2Ev at Base 1.0~git20131006
+ _ZN3mgb14TypicalReducer10insertTailENS_10const_termEPKNS_4PolyE at Base 1.0~git20131006
+ _ZN3mgb14TypicalReducer10insertTailENS_12NewConstTermERKNS_4PolyE at Base 1.0~git20131006
+ _ZN3mgb14TypicalReducer13classicReduceERKNS_4PolyERKNS_9PolyBasisE at Base 1.0~git20131006
+ _ZN3mgb14TypicalReducer13classicReduceERKNS_9PolyBasisE at Base 1.0~git20131006
+ _ZN3mgb14TypicalReducer13classicReduceESt10unique_ptrINS_4PolyESt14default_deleteIS2_EERKNS_9PolyBasisE at Base 1.0~git20131006
+ _ZN3mgb14TypicalReducer13regularReduceENS_10MonoMonoidIiLb1ELb1ELb1EE12ConstMonoRefES3_mRKNS_12SigPolyBasisE at Base 1.0~git20131006
+ _ZN3mgb14TypicalReducer16setMemoryQuantumEm at Base 1.0~git20131006
+ _ZN3mgb14TypicalReducer17classicTailReduceERKNS_4PolyERKNS_9PolyBasisE at Base 1.0~git20131006
+ _ZN3mgb14TypicalReducer18classicReduceSPolyERKNS_4PolyES3_RKNS_9PolyBasisE at Base 1.0~git20131006
+ _ZN3mgb14TypicalReducer20classicReducePolySetERKSt6vectorISt10unique_ptrINS_4PolyESt14default_deleteIS3_EESaIS6_EERKNS_9PolyBasisERS8_ at Base 1.0~git20131006
+ _ZN3mgb14TypicalReducer21classicReduceSPolySetERSt6vectorISt4pairImmESaIS3_EERKNS_9PolyBasisERS1_ISt10unique_ptrINS_4PolyESt14default_deleteISB_EESaISE_EE at Base 1.0~git20131006
+ _ZN3mgb14TypicalReducer5resetEv at Base 1.0~git20131006
+ _ZN3mgb14TypicalReducer6insertENS_10MonoMonoidIiLb1ELb1ELb1EE12ConstMonoRefERKNS_4PolyE at Base 1.0~git20131006
+ _ZN3mgb14TypicalReducer6insertENS_8MonomialEPKNS_4PolyE at Base 1.0~git20131006
+ _ZN3mgb14TypicalReducer8leadTermERNS_10const_termE at Base 1.0~git20131006
+ _ZN3mgb14TypicalReducer8leadTermERNS_12NewConstTermE at Base 1.0~git20131006
+ _ZN3mgb14dummyLinkerFixEv at Base 1.0~git20131006
+ _ZN3mgb14makeRowUnitaryERSt6vectorIS0_ItSaItEESaIS2_EEjjjt at Base 1.0~git20131006
+ _ZN3mgb14ringFromStringESs at Base 1.0~git20131006
+ _ZN3mgb15F4MatrixBuilder12appendRowTopENS_10MonoMonoidIiLb1ELb1ELb1EE12ConstMonoRefERKNS_4PolyERNS_17QuadMatrixBuilderERN3tbb18parallel_do_feederINS0_7RowTaskEEE at Base 1.0~git20131006
+ _ZN3mgb15F4MatrixBuilder12createColumnENS_10MonoMonoidIiLb1ELb1ELb1EE12ConstMonoRefES3_RN3tbb18parallel_do_feederINS0_7RowTaskEEE at Base 1.0~git20131006
+ _ZN3mgb15F4MatrixBuilder15appendRowBottomENS_10MonoMonoidIiLb1ELb1ELb1EE12ConstMonoRefEbNS_4Poly17ConstTermIteratorES5_RNS_17QuadMatrixBuilderERN3tbb18parallel_do_feederINS0_7RowTaskEEE at Base 1.0~git20131006
+ _ZN3mgb15F4MatrixBuilder15appendRowBottomERKNS_4PolyENS_10MonoMonoidIiLb1ELb1ELb1EE12ConstMonoRefES3_S6_RNS_17QuadMatrixBuilderERN3tbb18parallel_do_feederINS0_7RowTaskEEE at Base 1.0~git20131006
+ _ZN3mgb15F4MatrixBuilder16createTwoColumnsENS_10MonoMonoidIiLb1ELb1ELb1EE12ConstMonoRefES3_S3_RN3tbb18parallel_do_feederINS0_7RowTaskEEE at Base 1.0~git20131006
+ _ZN3mgb15F4MatrixBuilder18findOrCreateColumnENS_10MonoMonoidIiLb1ELb1ELb1EE12ConstMonoRefES3_RN3tbb18parallel_do_feederINS0_7RowTaskEEE at Base 1.0~git20131006
+ _ZN3mgb15F4MatrixBuilder19buildMatrixAndClearERNS_10QuadMatrixE at Base 1.0~git20131006
+ _ZN3mgb15F4MatrixBuilder21addPolynomialToMatrixENS_10MonoMonoidIiLb1ELb1ELb1EE12ConstMonoRefERKNS_4PolyE at Base 1.0~git20131006
+ _ZN3mgb15F4MatrixBuilder21addPolynomialToMatrixERKNS_4PolyE at Base 1.0~git20131006
+ _ZN3mgb15F4MatrixBuilder22addSPolynomialToMatrixERKNS_4PolyES3_ at Base 1.0~git20131006
+ _ZN3mgb15F4MatrixBuilderC1ERKNS_9PolyBasisEm at Base 1.0~git20131006
+ _ZN3mgb15F4MatrixBuilderC2ERKNS_9PolyBasisEm at Base 1.0~git20131006
+ _ZN3mgb15F4MatrixBuilderD1Ev at Base 1.0~git20131006
+ _ZN3mgb15F4MatrixBuilderD2Ev at Base 1.0~git20131006
+ _ZN3mgb15F4MatrixReducer19reduceToBottomRightERKNS_10QuadMatrixE at Base 1.0~git20131006
+ _ZN3mgb15F4MatrixReducer21reducedRowEchelonFormERKNS_12SparseMatrixE at Base 1.0~git20131006
+ _ZN3mgb15F4MatrixReducer32reducedRowEchelonFormBottomRightERKNS_10QuadMatrixE at Base 1.0~git20131006
+ _ZN3mgb15F4MatrixReducerC1El at Base 1.0~git20131006
+ _ZN3mgb15F4MatrixReducerC2El at Base 1.0~git20131006
+ _ZN3mgb15ReducerHashPackIN6mathic4HeapEE10insertTailENS_12NewConstTermERKNS_4PolyE at Base 1.0~git20131006
+ _ZN3mgb15ReducerHashPackIN6mathic4HeapEE11insertEntryEPNS3_15MultipleWithPosE at Base 1.0~git20131006
+ _ZN3mgb15ReducerHashPackIN6mathic4HeapEE12resetReducerEv at Base 1.0~git20131006
+ _ZN3mgb15ReducerHashPackIN6mathic4HeapEE14removeLeadTermEv at Base 1.0~git20131006
+ _ZN3mgb15ReducerHashPackIN6mathic4HeapEE15MultipleWithPosC1ERKNS_4PolyENS_12NewConstTermE at Base 1.0~git20131006
+ _ZN3mgb15ReducerHashPackIN6mathic4HeapEE15MultipleWithPosC2ERKNS_4PolyENS_12NewConstTermE at Base 1.0~git20131006
+ _ZN3mgb15ReducerHashPackIN6mathic4HeapEE6insertENS_10MonoMonoidIiLb1ELb1ELb1EE12ConstMonoRefERKNS_4PolyE at Base 1.0~git20131006
+ _ZN3mgb15ReducerHashPackIN6mathic4HeapEE8leadTermERNS_12NewConstTermE at Base 1.0~git20131006
+ _ZN3mgb15ReducerHashPackIN6mathic4HeapEED0Ev at Base 1.0~git20131006
+ _ZN3mgb15ReducerHashPackIN6mathic4HeapEED1Ev at Base 1.0~git20131006
+ _ZN3mgb15ReducerHashPackIN6mathic4HeapEED2Ev at Base 1.0~git20131006
+ _ZN3mgb15ReducerHashPackIN6mathic8TourTreeEE10insertTailENS_12NewConstTermERKNS_4PolyE at Base 1.0~git20131006
+ _ZN3mgb15ReducerHashPackIN6mathic8TourTreeEE11insertEntryEPNS3_15MultipleWithPosE at Base 1.0~git20131006
+ _ZN3mgb15ReducerHashPackIN6mathic8TourTreeEE12resetReducerEv at Base 1.0~git20131006
+ _ZN3mgb15ReducerHashPackIN6mathic8TourTreeEE14removeLeadTermEv at Base 1.0~git20131006
+ _ZN3mgb15ReducerHashPackIN6mathic8TourTreeEE15MultipleWithPosC1ERKNS_4PolyENS_12NewConstTermE at Base 1.0~git20131006
+ _ZN3mgb15ReducerHashPackIN6mathic8TourTreeEE15MultipleWithPosC2ERKNS_4PolyENS_12NewConstTermE at Base 1.0~git20131006
+ _ZN3mgb15ReducerHashPackIN6mathic8TourTreeEE6insertENS_10MonoMonoidIiLb1ELb1ELb1EE12ConstMonoRefERKNS_4PolyE at Base 1.0~git20131006
+ _ZN3mgb15ReducerHashPackIN6mathic8TourTreeEE8leadTermERNS_12NewConstTermE at Base 1.0~git20131006
+ _ZN3mgb15ReducerHashPackIN6mathic8TourTreeEEC1ERKNS_8PolyRingE at Base 1.0~git20131006
+ _ZN3mgb15ReducerHashPackIN6mathic8TourTreeEEC2ERKNS_8PolyRingE at Base 1.0~git20131006
+ _ZN3mgb15ReducerHashPackIN6mathic8TourTreeEED0Ev at Base 1.0~git20131006
+ _ZN3mgb15ReducerHashPackIN6mathic8TourTreeEED1Ev at Base 1.0~git20131006
+ _ZN3mgb15ReducerHashPackIN6mathic8TourTreeEED2Ev at Base 1.0~git20131006
+ _ZN3mgb15ReducerHashPackIN6mathic9GeobucketEE10insertTailENS_12NewConstTermERKNS_4PolyE at Base 1.0~git20131006
+ _ZN3mgb15ReducerHashPackIN6mathic9GeobucketEE11insertEntryEPNS3_15MultipleWithPosE at Base 1.0~git20131006
+ _ZN3mgb15ReducerHashPackIN6mathic9GeobucketEE12resetReducerEv at Base 1.0~git20131006
+ _ZN3mgb15ReducerHashPackIN6mathic9GeobucketEE14removeLeadTermEv at Base 1.0~git20131006
+ _ZN3mgb15ReducerHashPackIN6mathic9GeobucketEE15MultipleWithPosC1ERKNS_4PolyENS_12NewConstTermE at Base 1.0~git20131006
+ _ZN3mgb15ReducerHashPackIN6mathic9GeobucketEE15MultipleWithPosC2ERKNS_4PolyENS_12NewConstTermE at Base 1.0~git20131006
+ _ZN3mgb15ReducerHashPackIN6mathic9GeobucketEE6insertENS_10MonoMonoidIiLb1ELb1ELb1EE12ConstMonoRefERKNS_4PolyE at Base 1.0~git20131006
+ _ZN3mgb15ReducerHashPackIN6mathic9GeobucketEE8leadTermERNS_12NewConstTermE at Base 1.0~git20131006
+ _ZN3mgb15ReducerHashPackIN6mathic9GeobucketEEC1ERKNS_8PolyRingE at Base 1.0~git20131006
+ _ZN3mgb15ReducerHashPackIN6mathic9GeobucketEEC2ERKNS_8PolyRingE at Base 1.0~git20131006
+ _ZN3mgb15ReducerHashPackIN6mathic9GeobucketEED0Ev at Base 1.0~git20131006
+ _ZN3mgb15ReducerHashPackIN6mathic9GeobucketEED1Ev at Base 1.0~git20131006
+ _ZN3mgb15ReducerHashPackIN6mathic9GeobucketEED2Ev at Base 1.0~git20131006
+ _ZN3mgb15monomialDisplayEPKNS_8PolyRingENS_13ConstMonomialE at Base 1.0~git20131006
+ _ZN3mgb16F4MatrixBuilder219buildMatrixAndClearERNS_10QuadMatrixE at Base 1.0~git20131006
+ _ZN3mgb16F4MatrixBuilder221addPolynomialToMatrixENS_10MonoMonoidIiLb1ELb1ELb1EE12ConstMonoRefERKNS_4PolyE at Base 1.0~git20131006
+ _ZN3mgb16F4MatrixBuilder221addPolynomialToMatrixERKNS_4PolyE at Base 1.0~git20131006
+ _ZN3mgb16F4MatrixBuilder222addSPolynomialToMatrixERKNS_4PolyES3_ at Base 1.0~git20131006
+ _ZN3mgb16F4MatrixBuilder27Builder12createColumnENS_10MonoMonoidIiLb1ELb1ELb1EE12ConstMonoRefES4_RN3tbb18parallel_do_feederINS0_7RowTaskEEE at Base 1.0~git20131006
+ _ZN3mgb16F4MatrixBuilder27Builder18findOrCreateColumnENS_10MonoMonoidIiLb1ELb1ELb1EE12ConstMonoRefES4_RN3tbb18parallel_do_feederINS0_7RowTaskEEE at Base 1.0~git20131006
+ _ZN3mgb16F4MatrixBuilder27Builder19buildMatrixAndClearERSt6vectorINS0_7RowTaskESaIS3_EERNS_10QuadMatrixE at Base 1.0~git20131006
+ _ZN3mgb16F4MatrixBuilder27Builder9appendRowENS_10MonoMonoidIiLb1ELb1ELb1EE12ConstMonoRefERKNS_4PolyERNS_13F4ProtoMatrixERN3tbb18parallel_do_feederINS0_7RowTaskEEE at Base 1.0~git20131006
+ _ZN3mgb16F4MatrixBuilder27BuilderD1Ev at Base 1.0~git20131006
+ _ZN3mgb16F4MatrixBuilder27BuilderD2Ev at Base 1.0~git20131006
+ _ZN3mgb16F4MatrixBuilder2C1ERKNS_9PolyBasisEm at Base 1.0~git20131006
+ _ZN3mgb16F4MatrixBuilder2C2ERKNS_9PolyBasisEm at Base 1.0~git20131006
+ _ZN3mgb16ReducerPackDedupIN6mathic4HeapEE10insertTailENS_12NewConstTermERKNS_4PolyE at Base 1.0~git20131006
+ _ZN3mgb16ReducerPackDedupIN6mathic4HeapEE12resetReducerEv at Base 1.0~git20131006
+ _ZN3mgb16ReducerPackDedupIN6mathic4HeapEE14removeLeadTermEv at Base 1.0~git20131006
+ _ZN3mgb16ReducerPackDedupIN6mathic4HeapEE15MultipleWithPosC1ERKNS_4PolyENS_12NewConstTermE at Base 1.0~git20131006
+ _ZN3mgb16ReducerPackDedupIN6mathic4HeapEE15MultipleWithPosC2ERKNS_4PolyENS_12NewConstTermE at Base 1.0~git20131006
+ _ZN3mgb16ReducerPackDedupIN6mathic4HeapEE6insertENS_10MonoMonoidIiLb1ELb1ELb1EE12ConstMonoRefERKNS_4PolyE at Base 1.0~git20131006
+ _ZN3mgb16ReducerPackDedupIN6mathic4HeapEE8leadTermERNS_12NewConstTermE at Base 1.0~git20131006
+ _ZN3mgb16ReducerPackDedupIN6mathic4HeapEED0Ev at Base 1.0~git20131006
+ _ZN3mgb16ReducerPackDedupIN6mathic4HeapEED1Ev at Base 1.0~git20131006
+ _ZN3mgb16ReducerPackDedupIN6mathic4HeapEED2Ev at Base 1.0~git20131006
+ _ZN3mgb16ReducerPackDedupIN6mathic8TourTreeEE10insertTailENS_12NewConstTermERKNS_4PolyE at Base 1.0~git20131006
+ _ZN3mgb16ReducerPackDedupIN6mathic8TourTreeEE12resetReducerEv at Base 1.0~git20131006
+ _ZN3mgb16ReducerPackDedupIN6mathic8TourTreeEE14removeLeadTermEv at Base 1.0~git20131006
+ _ZN3mgb16ReducerPackDedupIN6mathic8TourTreeEE15MultipleWithPosC1ERKNS_4PolyENS_12NewConstTermE at Base 1.0~git20131006
+ _ZN3mgb16ReducerPackDedupIN6mathic8TourTreeEE15MultipleWithPosC2ERKNS_4PolyENS_12NewConstTermE at Base 1.0~git20131006
+ _ZN3mgb16ReducerPackDedupIN6mathic8TourTreeEE6insertENS_10MonoMonoidIiLb1ELb1ELb1EE12ConstMonoRefERKNS_4PolyE at Base 1.0~git20131006
+ _ZN3mgb16ReducerPackDedupIN6mathic8TourTreeEE8leadTermERNS_12NewConstTermE at Base 1.0~git20131006
+ _ZN3mgb16ReducerPackDedupIN6mathic8TourTreeEEC1ERKNS_8PolyRingE at Base 1.0~git20131006
+ _ZN3mgb16ReducerPackDedupIN6mathic8TourTreeEEC2ERKNS_8PolyRingE at Base 1.0~git20131006
+ _ZN3mgb16ReducerPackDedupIN6mathic8TourTreeEED0Ev at Base 1.0~git20131006
+ _ZN3mgb16ReducerPackDedupIN6mathic8TourTreeEED1Ev at Base 1.0~git20131006
+ _ZN3mgb16ReducerPackDedupIN6mathic8TourTreeEED2Ev at Base 1.0~git20131006
+ _ZN3mgb16ReducerPackDedupIN6mathic9GeobucketEE10insertTailENS_12NewConstTermERKNS_4PolyE at Base 1.0~git20131006
+ _ZN3mgb16ReducerPackDedupIN6mathic9GeobucketEE12resetReducerEv at Base 1.0~git20131006
+ _ZN3mgb16ReducerPackDedupIN6mathic9GeobucketEE14removeLeadTermEv at Base 1.0~git20131006
+ _ZN3mgb16ReducerPackDedupIN6mathic9GeobucketEE15MultipleWithPosC1ERKNS_4PolyENS_12NewConstTermE at Base 1.0~git20131006
+ _ZN3mgb16ReducerPackDedupIN6mathic9GeobucketEE15MultipleWithPosC2ERKNS_4PolyENS_12NewConstTermE at Base 1.0~git20131006
+ _ZN3mgb16ReducerPackDedupIN6mathic9GeobucketEE6insertENS_10MonoMonoidIiLb1ELb1ELb1EE12ConstMonoRefERKNS_4PolyE at Base 1.0~git20131006
+ _ZN3mgb16ReducerPackDedupIN6mathic9GeobucketEE8leadTermERNS_12NewConstTermE at Base 1.0~git20131006
+ _ZN3mgb16ReducerPackDedupIN6mathic9GeobucketEEC1ERKNS_8PolyRingE at Base 1.0~git20131006
+ _ZN3mgb16ReducerPackDedupIN6mathic9GeobucketEEC2ERKNS_8PolyRingE at Base 1.0~git20131006
+ _ZN3mgb16ReducerPackDedupIN6mathic9GeobucketEED0Ev at Base 1.0~git20131006
+ _ZN3mgb16ReducerPackDedupIN6mathic9GeobucketEED1Ev at Base 1.0~git20131006
+ _ZN3mgb16ReducerPackDedupIN6mathic9GeobucketEED2Ev at Base 1.0~git20131006
+ _ZN3mgb16monomialToStringEPKNS_8PolyRingERKNS_8MonomialE at Base 1.0~git20131006
+ _ZN3mgb16stringToMonomialEPKNS_8PolyRingESs at Base 1.0~git20131006
+ _ZN3mgb17LogDomainInternal18LogAliasRegistererC1EPKcS3_ at Base 1.0~git20131006
+ _ZN3mgb17LogDomainInternal18LogAliasRegistererC2EPKcS3_ at Base 1.0~git20131006
+ _ZN3mgb17LogDomainInternal6reg_28E at Base 1.0~git20131006
+ _ZN3mgb17LogDomainInternal6reg_29E at Base 1.0~git20131006
+ _ZN3mgb17LogDomainInternal6reg_39E at Base 1.0~git20131006
+ _ZN3mgb17LogDomainInternal6reg_45E at Base 1.0~git20131006
+ _ZN3mgb17QuadMatrixBuilder12takeRowsFromEONS_10QuadMatrixE at Base 1.0~git20131006
+ _ZN3mgb17QuadMatrixBuilder16createColumnLeftENS_10MonoMonoidIiLb1ELb1ELb1EE12ConstMonoRefE at Base 1.0~git20131006
+ _ZN3mgb17QuadMatrixBuilder17createColumnRightENS_10MonoMonoidIiLb1ELb1ELb1EE12ConstMonoRefE at Base 1.0~git20131006
+ _ZN3mgb17QuadMatrixBuilder19buildMatrixAndClearEv at Base 1.0~git20131006
+ _ZN3mgb17QuadMatrixBuilderC1ERKNS_8PolyRingERNS_11MonomialMapINS0_17LeftRightColIndexEEERSt6vectorINS_10MonoMonoidIiLb1ELb1ELb1EE12ConstMonoPtrESaISB_EESE_m at Base 1.0~git20131006
+ _ZN3mgb17QuadMatrixBuilderC2ERKNS_8PolyRingERNS_11MonomialMapINS0_17LeftRightColIndexEEERSt6vectorINS_10MonoMonoidIiLb1ELb1ELb1EE12ConstMonoPtrESaISB_EESE_m at Base 1.0~git20131006
+ _ZN3mgb17QuadMatrixBuilderD1Ev at Base 1.0~git20131006
+ _ZN3mgb17QuadMatrixBuilderD2Ev at Base 1.0~git20131006
+ _ZN3mgb17make_unique_arrayINS_6AtomicIPNS_20FixedSizeMonomialMapINS_17QuadMatrixBuilder17LeftRightColIndexEE4NodeEEEEESt10unique_ptrIA_T_St14default_deleteISB_EEm at Base 1.0~git20131006
+ _ZN3mgb17make_unique_arrayINS_6AtomicIPNS_20FixedSizeMonomialMapIjE4NodeEEEEESt10unique_ptrIA_T_St14default_deleteIS9_EEm at Base 1.0~git20131006
+ _ZN3mgb17make_unique_arrayIPNS_13PolyHashTable4NodeEEESt10unique_ptrIA_T_St14default_deleteIS6_EEm at Base 1.0~git20131006
+ _ZN3mgb17reportSyntaxErrorESsy at Base 1.0~git20131006
+ _ZN3mgb18F4MatrixProjection12makeAndClearEm at Base 1.0~git20131006
+ _ZN3mgb18F4MatrixProjection19makeAndClearOneStepEm at Base 1.0~git20131006
+ _ZN3mgb18F4MatrixProjection19makeAndClearTwoStepEm at Base 1.0~git20131006
+ _ZN3mgb18F4MatrixProjection9addColumnEjNS_10MonoMonoidIiLb1ELb1ELb1EE12ConstMonoRefEb at Base 1.0~git20131006
+ _ZN3mgb18F4MatrixProjectionC1ERKNS_8PolyRingEj at Base 1.0~git20131006
+ _ZN3mgb18F4MatrixProjectionC2ERKNS_8PolyRingEj at Base 1.0~git20131006
+ _ZN3mgb18MonoMonoidInternal4BaseIiLb1ELb0ELb0EED1Ev at Base 1.0~git20131006
+ _ZN3mgb18MonoMonoidInternal4BaseIiLb1ELb0ELb0EED2Ev at Base 1.0~git20131006
+ _ZN3mgb18MonoMonoidInternal4BaseIiLb1ELb0ELb1EED1Ev at Base 1.0~git20131006
+ _ZN3mgb18MonoMonoidInternal4BaseIiLb1ELb0ELb1EED2Ev at Base 1.0~git20131006
+ _ZN3mgb18MonoMonoidInternal4BaseIiLb1ELb1ELb1EED1Ev at Base 1.0~git20131006
+ _ZN3mgb18MonoMonoidInternal4BaseIiLb1ELb1ELb1EED2Ev at Base 1.0~git20131006
+ _ZN3mgb19computeGBClassicAlgEONS_5BasisENS_18ClassicGBAlgParamsE at Base 1.0~git20131006
+ _ZN3mgb19f4ReducerDependencyEv at Base 1.0~git20131006
+ _ZN3mgb19polyParseFromStringEPKNS_8PolyRingERKSs at Base 1.0~git20131006
+ _ZN3mgb20basisParseFromStringESs at Base 1.0~git20131006
+ _ZN3mgb21ConcreteModuleMonoSetILb0ELb0ELb0EE13forAllVirtualERNS_13ModuleMonoSet11EntryOutputE at Base 1.0~git20131006
+ _ZN3mgb21ConcreteModuleMonoSetILb0ELb0ELb0EE6insertENS_10MonoMonoidIiLb1ELb1ELb1EE12ConstMonoRefE at Base 1.0~git20131006
+ _ZN3mgb21ConcreteModuleMonoSetILb0ELb0ELb0EE6memberENS_10MonoMonoidIiLb1ELb1ELb1EE12ConstMonoRefE at Base 1.0~git20131006
+ _ZN3mgb21ConcreteModuleMonoSetILb0ELb0ELb0EED0Ev at Base 1.0~git20131006
+ _ZN3mgb21ConcreteModuleMonoSetILb0ELb0ELb0EED1Ev at Base 1.0~git20131006
+ _ZN3mgb21ConcreteModuleMonoSetILb0ELb0ELb0EED2Ev at Base 1.0~git20131006
+ _ZN3mgb21ConcreteModuleMonoSetILb0ELb0ELb1EE13forAllVirtualERNS_13ModuleMonoSet11EntryOutputE at Base 1.0~git20131006
+ _ZN3mgb21ConcreteModuleMonoSetILb0ELb0ELb1EE6insertENS_10MonoMonoidIiLb1ELb1ELb1EE12ConstMonoRefE at Base 1.0~git20131006
+ _ZN3mgb21ConcreteModuleMonoSetILb0ELb0ELb1EE6memberENS_10MonoMonoidIiLb1ELb1ELb1EE12ConstMonoRefE at Base 1.0~git20131006
+ _ZN3mgb21ConcreteModuleMonoSetILb0ELb0ELb1EED0Ev at Base 1.0~git20131006
+ _ZN3mgb21ConcreteModuleMonoSetILb0ELb0ELb1EED1Ev at Base 1.0~git20131006
+ _ZN3mgb21ConcreteModuleMonoSetILb0ELb0ELb1EED2Ev at Base 1.0~git20131006
+ _ZN3mgb21ConcreteModuleMonoSetILb0ELb1ELb0EE13forAllVirtualERNS_13ModuleMonoSet11EntryOutputE at Base 1.0~git20131006
+ _ZN3mgb21ConcreteModuleMonoSetILb0ELb1ELb0EE6insertENS_10MonoMonoidIiLb1ELb1ELb1EE12ConstMonoRefE at Base 1.0~git20131006
+ _ZN3mgb21ConcreteModuleMonoSetILb0ELb1ELb0EE6memberENS_10MonoMonoidIiLb1ELb1ELb1EE12ConstMonoRefE at Base 1.0~git20131006
+ _ZN3mgb21ConcreteModuleMonoSetILb0ELb1ELb0EED0Ev at Base 1.0~git20131006
+ _ZN3mgb21ConcreteModuleMonoSetILb0ELb1ELb0EED1Ev at Base 1.0~git20131006
+ _ZN3mgb21ConcreteModuleMonoSetILb0ELb1ELb0EED2Ev at Base 1.0~git20131006
+ _ZN3mgb21ConcreteModuleMonoSetILb0ELb1ELb1EE13forAllVirtualERNS_13ModuleMonoSet11EntryOutputE at Base 1.0~git20131006
+ _ZN3mgb21ConcreteModuleMonoSetILb0ELb1ELb1EE6insertENS_10MonoMonoidIiLb1ELb1ELb1EE12ConstMonoRefE at Base 1.0~git20131006
+ _ZN3mgb21ConcreteModuleMonoSetILb0ELb1ELb1EE6memberENS_10MonoMonoidIiLb1ELb1ELb1EE12ConstMonoRefE at Base 1.0~git20131006
+ _ZN3mgb21ConcreteModuleMonoSetILb0ELb1ELb1EED0Ev at Base 1.0~git20131006
+ _ZN3mgb21ConcreteModuleMonoSetILb0ELb1ELb1EED1Ev at Base 1.0~git20131006
+ _ZN3mgb21ConcreteModuleMonoSetILb0ELb1ELb1EED2Ev at Base 1.0~git20131006
+ _ZN3mgb21ConcreteModuleMonoSetILb1ELb0ELb0EE13forAllVirtualERNS_13ModuleMonoSet11EntryOutputE at Base 1.0~git20131006
+ _ZN3mgb21ConcreteModuleMonoSetILb1ELb0ELb0EE6insertENS_10MonoMonoidIiLb1ELb1ELb1EE12ConstMonoRefE at Base 1.0~git20131006
+ _ZN3mgb21ConcreteModuleMonoSetILb1ELb0ELb0EE6memberENS_10MonoMonoidIiLb1ELb1ELb1EE12ConstMonoRefE at Base 1.0~git20131006
+ _ZN3mgb21ConcreteModuleMonoSetILb1ELb0ELb0EED0Ev at Base 1.0~git20131006
+ _ZN3mgb21ConcreteModuleMonoSetILb1ELb0ELb0EED1Ev at Base 1.0~git20131006
+ _ZN3mgb21ConcreteModuleMonoSetILb1ELb0ELb0EED2Ev at Base 1.0~git20131006
+ _ZN3mgb21ConcreteModuleMonoSetILb1ELb0ELb1EE13forAllVirtualERNS_13ModuleMonoSet11EntryOutputE at Base 1.0~git20131006
+ _ZN3mgb21ConcreteModuleMonoSetILb1ELb0ELb1EE6insertENS_10MonoMonoidIiLb1ELb1ELb1EE12ConstMonoRefE at Base 1.0~git20131006
+ _ZN3mgb21ConcreteModuleMonoSetILb1ELb0ELb1EE6memberENS_10MonoMonoidIiLb1ELb1ELb1EE12ConstMonoRefE at Base 1.0~git20131006
+ _ZN3mgb21ConcreteModuleMonoSetILb1ELb0ELb1EED0Ev at Base 1.0~git20131006
+ _ZN3mgb21ConcreteModuleMonoSetILb1ELb0ELb1EED1Ev at Base 1.0~git20131006
+ _ZN3mgb21ConcreteModuleMonoSetILb1ELb0ELb1EED2Ev at Base 1.0~git20131006
+ _ZN3mgb21ConcreteModuleMonoSetILb1ELb1ELb0EE13forAllVirtualERNS_13ModuleMonoSet11EntryOutputE at Base 1.0~git20131006
+ _ZN3mgb21ConcreteModuleMonoSetILb1ELb1ELb0EE6insertENS_10MonoMonoidIiLb1ELb1ELb1EE12ConstMonoRefE at Base 1.0~git20131006
+ _ZN3mgb21ConcreteModuleMonoSetILb1ELb1ELb0EE6memberENS_10MonoMonoidIiLb1ELb1ELb1EE12ConstMonoRefE at Base 1.0~git20131006
+ _ZN3mgb21ConcreteModuleMonoSetILb1ELb1ELb0EED0Ev at Base 1.0~git20131006
+ _ZN3mgb21ConcreteModuleMonoSetILb1ELb1ELb0EED1Ev at Base 1.0~git20131006
+ _ZN3mgb21ConcreteModuleMonoSetILb1ELb1ELb0EED2Ev at Base 1.0~git20131006
+ _ZN3mgb21ConcreteModuleMonoSetILb1ELb1ELb1EE13forAllVirtualERNS_13ModuleMonoSet11EntryOutputE at Base 1.0~git20131006
+ _ZN3mgb21ConcreteModuleMonoSetILb1ELb1ELb1EE6insertENS_10MonoMonoidIiLb1ELb1ELb1EE12ConstMonoRefE at Base 1.0~git20131006
+ _ZN3mgb21ConcreteModuleMonoSetILb1ELb1ELb1EE6memberENS_10MonoMonoidIiLb1ELb1ELb1EE12ConstMonoRefE at Base 1.0~git20131006
+ _ZN3mgb21ConcreteModuleMonoSetILb1ELb1ELb1EED0Ev at Base 1.0~git20131006
+ _ZN3mgb21ConcreteModuleMonoSetILb1ELb1ELb1EED1Ev at Base 1.0~git20131006
+ _ZN3mgb21ConcreteModuleMonoSetILb1ELb1ELb1EED2Ev at Base 1.0~git20131006
+ _ZN3mgb21ConcreteSigSPairQueue12popSignatureERSt6vectorISt4pairImmESaIS3_EE at Base 1.0~git20131006
+ _ZN3mgb21ConcreteSigSPairQueue9pushPairsEmRSt6vectorINS_8PreSPairESaIS2_EE at Base 1.0~git20131006
+ _ZN3mgb21ConcreteSigSPairQueueD0Ev at Base 1.0~git20131006
+ _ZN3mgb21ConcreteSigSPairQueueD1Ev at Base 1.0~git20131006
+ _ZN3mgb21ConcreteSigSPairQueueD2Ev at Base 1.0~git20131006
+ _ZN3mgb21GroebnerConfiguration10setLoggingEPKc at Base 1.0~git20131006
+ _ZN3mgb21GroebnerConfiguration10setReducerENS0_7ReducerE at Base 1.0~git20131006
+ _ZN3mgb21GroebnerConfiguration13baseOrderNameENS0_9BaseOrderE at Base 1.0~git20131006
+ _ZN3mgb21GroebnerConfiguration14setSchreyeringEb at Base 1.0~git20131006
+ _ZN3mgb21GroebnerConfiguration17setMaxThreadCountEj at Base 1.0~git20131006
+ _ZN3mgb21GroebnerConfiguration18setComponentBeforeEm at Base 1.0~git20131006
+ _ZN3mgb21GroebnerConfiguration19setCallbackInternalEPvPFNS0_8Callback6ActionES1_E at Base 1.0~git20131006
+ _ZN3mgb21GroebnerConfiguration20setMaxSPairGroupSizeEj at Base 1.0~git20131006
+ _ZN3mgb21GroebnerConfiguration22setComponentsAscendingEb at Base 1.0~git20131006
+ _ZN3mgb21GroebnerConfiguration24setMonomialOrderInternalENS0_17MonomialOrderDataE at Base 1.0~git20131006
+ _ZN3mgb21GroebnerConfigurationC1ERKS0_ at Base 1.0~git20131006
+ _ZN3mgb21GroebnerConfigurationC1Ejmj at Base 1.0~git20131006
+ _ZN3mgb21GroebnerConfigurationC2ERKS0_ at Base 1.0~git20131006
+ _ZN3mgb21GroebnerConfigurationC2Ejmj at Base 1.0~git20131006
+ _ZN3mgb21GroebnerConfigurationD1Ev at Base 1.0~git20131006
+ _ZN3mgb21GroebnerConfigurationD2Ev at Base 1.0~git20131006
+ _ZN3mgb21addRowMultipleInplaceERSt6vectorIS0_ItSaItEESaIS2_EEjtjjjt at Base 1.0~git20131006
+ _ZN3mgb21reducerHashDependencyEv at Base 1.0~git20131006
+ _ZN3mgb21reducerPackDependencyEv at Base 1.0~git20131006
+ _ZN3mgb22reducerDedupDependencyEv at Base 1.0~git20131006
+ _ZN3mgb23monomialParseFromStringEPKNS_8PolyRingESs at Base 1.0~git20131006
+ _ZN3mgb23rowReducedEchelonMatrixERSt6vectorIS0_ItSaItEESaIS2_EEjt at Base 1.0~git20131006
+ _ZN3mgb24GroebnerInputIdealStream10idealBeginEm at Base 1.0~git20131006
+ _ZN3mgb24GroebnerInputIdealStream10idealBeginEv at Base 1.0~git20131006
+ _ZN3mgb24GroebnerInputIdealStream14appendTermDoneEj at Base 1.0~git20131006
+ _ZN3mgb24GroebnerInputIdealStream15appendTermBeginEj at Base 1.0~git20131006
+ _ZN3mgb24GroebnerInputIdealStream20appendPolynomialDoneEv at Base 1.0~git20131006
+ _ZN3mgb24GroebnerInputIdealStream21appendPolynomialBeginEm at Base 1.0~git20131006
+ _ZN3mgb24GroebnerInputIdealStream21appendPolynomialBeginEv at Base 1.0~git20131006
+ _ZN3mgb24GroebnerInputIdealStream5PimplC1ERKNS_21GroebnerConfigurationE at Base 1.0~git20131006
+ _ZN3mgb24GroebnerInputIdealStream5PimplC2ERKNS_21GroebnerConfigurationE at Base 1.0~git20131006
+ _ZN3mgb24GroebnerInputIdealStream9idealDoneEv at Base 1.0~git20131006
+ _ZN3mgb24GroebnerInputIdealStreamC1ERKNS_21GroebnerConfigurationE at Base 1.0~git20131006
+ _ZN3mgb24GroebnerInputIdealStreamC2ERKNS_21GroebnerConfigurationE at Base 1.0~git20131006
+ _ZN3mgb24GroebnerInputIdealStreamD1Ev at Base 1.0~git20131006
+ _ZN3mgb24GroebnerInputIdealStreamD2Ev at Base 1.0~git20131006
+ _ZN3mgb24reducerNoDedupDependencyEv at Base 1.0~git20131006
+ _ZN3mgb25computeModuleGBClassicAlgEONS_5BasisENS_18ClassicGBAlgParamsE at Base 1.0~git20131006
+ _ZN3mgb25reducerHashPackDependencyEv at Base 1.0~git20131006
+ _ZN3mgb26reduceToEchelonFormShrawanERKNS_12SparseMatrixEt at Base 1.0~git20131006
+ _ZN3mgb26reducerPackDedupDependencyEv at Base 1.0~git20131006
+ _ZN3mgb40reduceToEchelonFormShrawanDelayedModulusERKNS_12SparseMatrixEt at Base 1.0~git20131006
+ _ZN3mgb4PolyD1Ev at Base 1.0~git20131006
+ _ZN3mgb4PolyD2Ev at Base 1.0~git20131006
+ _ZN3mgb4logs10SPairEarlyE at Base 1.0~git20131006
+ _ZN3mgb4logs11SPairDegreeE at Base 1.0~git20131006
+ _ZN3mgb4logs12F4MatrixRowsE at Base 1.0~git20131006
+ _ZN3mgb4logs13F4MatrixBuildE at Base 1.0~git20131006
+ _ZN3mgb4logs13F4MatrixSizesE at Base 1.0~git20131006
+ _ZN3mgb4logs13SigSPairFinalE at Base 1.0~git20131006
+ _ZN3mgb4logs14F4MatReduceTopE at Base 1.0~git20131006
+ _ZN3mgb4logs14F4MatrixBuild2E at Base 1.0~git20131006
+ _ZN3mgb4logs14F4MatrixReduceE at Base 1.0~git20131006
+ _ZN3mgb4logs15F4MatrixEntriesE at Base 1.0~git20131006
+ _ZN3mgb4logs15F4MatrixTopRowsE at Base 1.0~git20131006
+ _ZN3mgb4logs15SigBasisChangedE at Base 1.0~git20131006
+ _ZN3mgb4logs16F4RedBottomRightE at Base 1.0~git20131006
+ _ZN3mgb4logs18F4MatrixBottomRowsE at Base 1.0~git20131006
+ _ZN3mgb4logs8GBInsertE at Base 1.0~git20131006
+ _ZN3mgb4logs8SPairLcmE at Base 1.0~git20131006
+ _ZN3mgb4logs9SPairLateE at Base 1.0~git20131006
+ _ZN3mgb4mgbi12IdealAdapter11toFirstTermEv at Base 1.0~git20131006
+ _ZN3mgb4mgbi12IdealAdapterC1Ev at Base 1.0~git20131006
+ _ZN3mgb4mgbi12IdealAdapterC2Ev at Base 1.0~git20131006
+ _ZN3mgb4mgbi12IdealAdapterD1Ev at Base 1.0~git20131006
+ _ZN3mgb4mgbi12IdealAdapterD2Ev at Base 1.0~git20131006
+ _ZN3mgb4mgbi18StreamStateChecker10idealBeginEm at Base 1.0~git20131006
+ _ZN3mgb4mgbi18StreamStateChecker10idealBeginEv at Base 1.0~git20131006
+ _ZN3mgb4mgbi18StreamStateChecker14appendExponentEmi at Base 1.0~git20131006
+ _ZN3mgb4mgbi18StreamStateChecker14appendTermDoneEj at Base 1.0~git20131006
+ _ZN3mgb4mgbi18StreamStateChecker15appendTermBeginEj at Base 1.0~git20131006
+ _ZN3mgb4mgbi18StreamStateChecker20appendPolynomialDoneEv at Base 1.0~git20131006
+ _ZN3mgb4mgbi18StreamStateChecker21appendPolynomialBeginEm at Base 1.0~git20131006
+ _ZN3mgb4mgbi18StreamStateChecker21appendPolynomialBeginEv at Base 1.0~git20131006
+ _ZN3mgb4mgbi18StreamStateChecker9idealDoneEv at Base 1.0~git20131006
+ _ZN3mgb4mgbi18StreamStateCheckerC1Ejmj at Base 1.0~git20131006
+ _ZN3mgb4mgbi18StreamStateCheckerC2Ejmj at Base 1.0~git20131006
+ _ZN3mgb4mgbi18StreamStateCheckerD1Ev at Base 1.0~git20131006
+ _ZN3mgb4mgbi18StreamStateCheckerD2Ev at Base 1.0~git20131006
+ _ZN3mgb4mgbi28internalComputeGroebnerBasisERNS_24GroebnerInputIdealStreamERNS0_12IdealAdapterE at Base 1.0~git20131006
+ _ZN3mgb5Basis4sortEv at Base 1.0~git20131006
+ _ZN3mgb5Basis6insertEOSt10unique_ptrINS_4PolyESt14default_deleteIS2_EE at Base 1.0~git20131006
+ _ZN3mgb5CFile5closeEv at Base 1.0~git20131006
+ _ZN3mgb5CFileC1ERKSsPKc at Base 1.0~git20131006
+ _ZN3mgb5CFileC1ERKSsPKcNS0_10NoThrowTagE at Base 1.0~git20131006
+ _ZN3mgb5CFileC2ERKSsPKc at Base 1.0~git20131006
+ _ZN3mgb5CFileC2ERKSsPKcNS0_10NoThrowTagE at Base 1.0~git20131006
+ _ZN3mgb5CFileD1Ev at Base 1.0~git20131006
+ _ZN3mgb5CFileD2Ev at Base 1.0~git20131006
+ _ZN3mgb6SPairs24addPairsAssumeAutoReduceEmRSt6vectorImSaImEE at Base 1.0~git20131006
+ _ZN3mgb6SPairs3popERi at Base 1.0~git20131006
+ _ZN3mgb6SPairs3popEv at Base 1.0~git20131006
+ _ZN3mgb6SPairs8addPairsEm at Base 1.0~git20131006
+ _ZN3mgb6SPairsC1ERKNS_9PolyBasisEb at Base 1.0~git20131006
+ _ZN3mgb6SPairsC2ERKNS_9PolyBasisEb at Base 1.0~git20131006
+ _ZN3mgb6SPairsD1Ev at Base 1.0~git20131006
+ _ZN3mgb6SPairsD2Ev at Base 1.0~git20131006
+ _ZN3mgb6outputERSoRKNS_9PolyBasisE at Base 1.0~git20131006
+ _ZN3mgb7Reducer11makeReducerENS0_11ReducerTypeERKNS_8PolyRingE at Base 1.0~git20131006
+ _ZN3mgb7Reducer11reducerTypeEi at Base 1.0~git20131006
+ _ZN3mgb7Reducer12RegistrationC1EPKcNS0_11ReducerTypeEPFSt10unique_ptrIS0_St14default_deleteIS0_EERKNS_8PolyRingEE at Base 1.0~git20131006
+ _ZN3mgb7Reducer12RegistrationC2EPKcNS0_11ReducerTypeEPFSt10unique_ptrIS0_St14default_deleteIS0_EERKNS_8PolyRingEE at Base 1.0~git20131006
+ _ZN3mgb7Reducer19displayReducerTypesERSo at Base 1.0~git20131006
+ _ZN3mgb7Reducer24makeReducerNullOnUnknownENS0_11ReducerTypeERKNS_8PolyRingE at Base 1.0~git20131006
+ _ZN3mgb7ReducerD0Ev at Base 1.0~git20131006
+ _ZN3mgb7ReducerD1Ev at Base 1.0~git20131006
+ _ZN3mgb7ReducerD2Ev at Base 1.0~git20131006
+ _ZN3mgb7Scanner10readBufferEm at Base 1.0~git20131006
+ _ZN3mgb7Scanner11readIntegerIiEET_b at Base 1.0~git20131006
+ _ZN3mgb7Scanner11readIntegerIlEET_b at Base 1.0~git20131006
+ _ZN3mgb7Scanner11readIntegerImEET_b at Base 1.0~git20131006
+ _ZN3mgb7Scanner11readModularIlEENS_10PrimeFieldIT_E7ElementERKS4_b at Base 1.0~git20131006
+ _ZN3mgb7Scanner12ensureBufferEm at Base 1.0~git20131006
+ _ZN3mgb7Scanner14errorExpectOneEci at Base 1.0~git20131006
+ _ZN3mgb7Scanner14errorExpectTwoEcci at Base 1.0~git20131006
+ _ZN3mgb7Scanner26reportErrorUnexpectedTokenERKSsS2_ at Base 1.0~git20131006
+ _ZN3mgb7Scanner26reportErrorUnexpectedTokenERKSsi at Base 1.0~git20131006
+ _ZN3mgb7Scanner5matchEPKc at Base 1.0~git20131006
+ _ZN3mgb7Scanner6expectEPKc at Base 1.0~git20131006
+ _ZN3mgb7Scanner9expectEOFEv at Base 1.0~git20131006
+ _ZN3mgb7ScannerC1EP8_IO_FILE at Base 1.0~git20131006
+ _ZN3mgb7ScannerC1EPKc at Base 1.0~git20131006
+ _ZN3mgb7ScannerC1ERKSs at Base 1.0~git20131006
+ _ZN3mgb7ScannerC1ERSi at Base 1.0~git20131006
+ _ZN3mgb7ScannerC2EP8_IO_FILE at Base 1.0~git20131006
+ _ZN3mgb7ScannerC2EPKc at Base 1.0~git20131006
+ _ZN3mgb7ScannerC2ERKSs at Base 1.0~git20131006
+ _ZN3mgb7ScannerC2ERSi at Base 1.0~git20131006
+ _ZN3mgb7logTimeEPKcRd at Base 1.0~git20131006
+ _ZN3mgb8MathicIOINS_10MonoMonoidIiLb1ELb0ELb0EEENS_10PrimeFieldIlEEE13writeMonomialERKS2_bNS2_12ConstMonoRefERSo at Base 1.0~git20131006
+ _ZN3mgb8MathicIOINS_10MonoMonoidIiLb1ELb1ELb1EEENS_10PrimeFieldIlEEE12readMonomialERKS2_bNS2_7MonoRefERNS_7ScannerE at Base 1.0~git20131006
+ _ZN3mgb8MathicIOINS_10MonoMonoidIiLb1ELb1ELb1EEENS_10PrimeFieldIlEEE13writeMonomialERKS2_bNS2_12ConstMonoRefERSo at Base 1.0~git20131006
+ _ZN3mgb8MathicIOINS_10MonoMonoidIiLb1ELb1ELb1EEENS_10PrimeFieldIlEEE18readPolyDoNotOrderERKNS_8PolyRingEbRNS_7ScannerE at Base 1.0~git20131006
+ _ZN3mgb8MathicIOINS_10MonoMonoidIiLb1ELb1ELb1EEENS_10PrimeFieldIlEEE8readPolyERKNS_8PolyRingEbRNS_7ScannerE at Base 1.0~git20131006
+ _ZN3mgb8MathicIOINS_10MonoMonoidIiLb1ELb1ELb1EEENS_10PrimeFieldIlEEE8readRingEbRNS_7ScannerE at Base 1.0~git20131006
+ _ZN3mgb8MathicIOINS_10MonoMonoidIiLb1ELb1ELb1EEENS_10PrimeFieldIlEEE9readBasisERKNS_8PolyRingEbRNS_7ScannerE at Base 1.0~git20131006
+ _ZN3mgb8MathicIOINS_10MonoMonoidIiLb1ELb1ELb1EEENS_10PrimeFieldIlEEE9readOrderEmbRNS_7ScannerE at Base 1.0~git20131006
+ _ZN3mgb8MathicIOINS_10MonoMonoidIiLb1ELb1ELb1EEENS_10PrimeFieldIlEEE9writePolyERKNS_4PolyEbRSo at Base 1.0~git20131006
+ _ZN3mgb8PolyRingC1ERKNS_10PrimeFieldIlEEONS_10MonoMonoidIiLb1ELb1ELb1EEE at Base 1.0~git20131006
+ _ZN3mgb8PolyRingC1ElibOSt6vectorIiSaIiEE at Base 1.0~git20131006
+ _ZN3mgb8PolyRingC2ERKNS_10PrimeFieldIlEEONS_10MonoMonoidIiLb1ELb1ELb1EEE at Base 1.0~git20131006
+ _ZN3mgb8PolyRingC2ElibOSt6vectorIiSaIiEE at Base 1.0~git20131006
+ _ZN3mgb8toStringEPKNS_4PolyE at Base 1.0~git20131006
+ _ZN3mgb8toStringEPNS_12SigPolyBasisE at Base 1.0~git20131006
+ _ZN3mgb8toStringEPNS_12SigPolyBasisEi at Base 1.0~git20131006
+ _ZN3mgb8toStringEPNS_13ModuleMonoSetE at Base 1.0~git20131006
+ _ZN3mgb8toStringEPNS_5BasisE at Base 1.0~git20131006
+ _ZN3mgb9F4Reducer10saveMatrixERKNS_10QuadMatrixE at Base 1.0~git20131006
+ _ZN3mgb9F4Reducer13classicReduceERKNS_4PolyERKNS_9PolyBasisE at Base 1.0~git20131006
+ _ZN3mgb9F4Reducer13regularReduceENS_10MonoMonoidIiLb1ELb1ELb1EE12ConstMonoRefES3_mRKNS_12SigPolyBasisE at Base 1.0~git20131006
+ _ZN3mgb9F4Reducer15writeMatricesToESsm at Base 1.0~git20131006
+ _ZN3mgb9F4Reducer16setMemoryQuantumEm at Base 1.0~git20131006
+ _ZN3mgb9F4Reducer17classicTailReduceERKNS_4PolyERKNS_9PolyBasisE at Base 1.0~git20131006
+ _ZN3mgb9F4Reducer18classicReduceSPolyERKNS_4PolyES3_RKNS_9PolyBasisE at Base 1.0~git20131006
+ _ZN3mgb9F4Reducer20classicReducePolySetERKSt6vectorISt10unique_ptrINS_4PolyESt14default_deleteIS3_EESaIS6_EERKNS_9PolyBasisERS8_ at Base 1.0~git20131006
+ _ZN3mgb9F4Reducer21classicReduceSPolySetERSt6vectorISt4pairImmESaIS3_EERKNS_9PolyBasisERS1_ISt10unique_ptrINS_4PolyESt14default_deleteISB_EESaISE_EE at Base 1.0~git20131006
+ _ZN3mgb9F4ReducerC1ERKNS_8PolyRingENS0_4TypeE at Base 1.0~git20131006
+ _ZN3mgb9F4ReducerC2ERKNS_8PolyRingENS0_4TypeE at Base 1.0~git20131006
+ _ZN3mgb9F4ReducerD0Ev at Base 1.0~git20131006
+ _ZN3mgb9F4ReducerD1Ev at Base 1.0~git20131006
+ _ZN3mgb9F4ReducerD2Ev at Base 1.0~git20131006
+ _ZN3mgb9LogDomainILb1EE10recordTimeENS1_12TimeIntervalE at Base 1.0~git20131006
+ _ZN3mgb9LogDomainILb1EE5Timer4stopEv at Base 1.0~git20131006
+ _ZN3mgb9LogDomainILb1EE5Timer5startEv at Base 1.0~git20131006
+ _ZN3mgb9LogDomainILb1EE5TimerC1ERS1_ at Base 1.0~git20131006
+ _ZN3mgb9LogDomainILb1EE5TimerC2ERS1_ at Base 1.0~git20131006
+ _ZN3mgb9LogDomainILb1EE5TimerD1Ev at Base 1.0~git20131006
+ _ZN3mgb9LogDomainILb1EE5TimerD2Ev at Base 1.0~git20131006
+ _ZN3mgb9LogDomainILb1EE5resetEv at Base 1.0~git20131006
+ _ZN3mgb9LogDomainILb1EE5timerEv at Base 1.0~git20131006
+ _ZN3mgb9LogDomainILb1EE6streamEv at Base 1.0~git20131006
+ _ZN3mgb9LogDomainILb1EEC1EPKcS3_bb at Base 1.0~git20131006
+ _ZN3mgb9LogDomainILb1EEC2EPKcS3_bb at Base 1.0~git20131006
+ _ZN3mgb9PolyBasis19toBasisAndRetireAllEv at Base 1.0~git20131006
+ _ZN3mgb9PolyBasis5EntryC1Ev at Base 1.0~git20131006
+ _ZN3mgb9PolyBasis5EntryC2Ev at Base 1.0~git20131006
+ _ZN3mgb9PolyBasis6insertESt10unique_ptrINS_4PolyESt14default_deleteIS2_EE at Base 1.0~git20131006
+ _ZN3mgb9PolyBasis6retireEm at Base 1.0~git20131006
+ _ZN3mgb9PolyBasisC1ERKNS_8PolyRingESt10unique_ptrINS_10MonoLookupESt14default_deleteIS5_EE at Base 1.0~git20131006
+ _ZN3mgb9PolyBasisC2ERKNS_8PolyRingESt10unique_ptrINS_10MonoLookupESt14default_deleteIS5_EE at Base 1.0~git20131006
+ _ZN3mgb9PolyBasisD1Ev at Base 1.0~git20131006
+ _ZN3mgb9PolyBasisD2Ev at Base 1.0~git20131006
+ _ZN3mgb9SigSPairs12popSignatureERSt6vectorISt4pairImmESaIS3_EE at Base 1.0~git20131006
+ _ZN3mgb9SigSPairs13makePreSPairsEm at Base 1.0~git20131006
+ _ZN3mgb9SigSPairs14setKnownSyzygyEmm at Base 1.0~git20131006
+ _ZN3mgb9SigSPairs16setKnownSyzygiesERSt6vectorISt4pairImmESaIS3_EE at Base 1.0~git20131006
+ _ZN3mgb9SigSPairs17setupBaseDivisorsERNS0_11BaseDivisorES2_Rmm at Base 1.0~git20131006
+ _ZN3mgb9SigSPairs4nameEv at Base 1.0~git20131006
+ _ZN3mgb9SigSPairs8newPairsEm at Base 1.0~git20131006
+ _ZN3mgb9SigSPairsC1EPKNS_8PolyRingEPKNS_12SigPolyBasisEPNS_13ModuleMonoSetEPNS_7ReducerEbbbm at Base 1.0~git20131006
+ _ZN3mgb9SigSPairsC2EPKNS_8PolyRingEPKNS_12SigPolyBasisEPNS_13ModuleMonoSetEPNS_7ReducerEbbbm at Base 1.0~git20131006
+ _ZN3mgb9SigSPairsD1Ev at Base 1.0~git20131006
+ _ZN3mgb9SigSPairsD2Ev at Base 1.0~git20131006
+ _ZN3mgb9logNumberEPKcRd at Base 1.0~git20131006
+ _ZN3mgblsERSoRKNS_10QuadMatrixE at Base 1.0~git20131006
+ _ZN3mgblsERSoRKNS_12SparseMatrixE at Base 1.0~git20131006
+ _ZN3tbb10empty_task7executeEv at Base 1.0~git20131006
+ _ZN3tbb10empty_taskD0Ev at Base 1.0~git20131006
+ _ZN3tbb10empty_taskD1Ev at Base 1.0~git20131006
+ _ZN3tbb10empty_taskD2Ev at Base 1.0~git20131006
+ _ZN3tbb10interface626enumerable_thread_specificIZN3mgb16F4MatrixBuilder27Builder19buildMatrixAndClearERSt6vectorINS3_7RowTaskESaIS6_EERNS2_10QuadMatrixEE10ThreadDataNS_23cache_aligned_allocatorISC_EELNS_18ets_key_usage_typeE1EE10free_arrayEPvm at Base 1.0~git20131006
+ _ZN3tbb10interface626enumerable_thread_specificIZN3mgb16F4MatrixBuilder27Builder19buildMatrixAndClearERSt6vectorINS3_7RowTaskESaIS6_EERNS2_10QuadMatrixEE10ThreadDataNS_23cache_aligned_allocatorISC_EELNS_18ets_key_usage_typeE1EE12create_arrayEm at Base 1.0~git20131006
+ _ZN3tbb10interface626enumerable_thread_specificIZN3mgb16F4MatrixBuilder27Builder19buildMatrixAndClearERSt6vectorINS3_7RowTaskESaIS6_EERNS2_10QuadMatrixEE10ThreadDataNS_23cache_aligned_allocatorISC_EELNS_18ets_key_usage_typeE1EE12create_localEv at Base 1.0~git20131006
+ _ZN3tbb10interface626enumerable_thread_specificIZN3mgb16F4MatrixBuilder27Builder19buildMatrixAndClearERSt6vectorINS3_7RowTaskESaIS6_EERNS2_10QuadMatrixEE10ThreadDataNS_23cache_aligned_allocatorISC_EELNS_18ets_key_usage_typeE1EED0Ev at Base 1.0~git20131006
+ _ZN3tbb10interface626enumerable_thread_specificIZN3mgb16F4MatrixBuilder27Builder19buildMatrixAndClearERSt6vectorINS3_7RowTaskESaIS6_EERNS2_10QuadMatrixEE10ThreadDataNS_23cache_aligned_allocatorISC_EELNS_18ets_key_usage_typeE1EED1Ev at Base 1.0~git20131006
+ _ZN3tbb10interface626enumerable_thread_specificIZN3mgb16F4MatrixBuilder27Builder19buildMatrixAndClearERSt6vectorINS3_7RowTaskESaIS6_EERNS2_10QuadMatrixEE10ThreadDataNS_23cache_aligned_allocatorISC_EELNS_18ets_key_usage_typeE1EED2Ev at Base 1.0~git20131006
+ _ZN3tbb10interface68internal13callback_leafIZN3mgb16F4MatrixBuilder27Builder19buildMatrixAndClearERSt6vectorINS4_7RowTaskESaIS7_EERNS3_10QuadMatrixEE10ThreadDataNS1_18construct_by_finitISD_ZNS5_19buildMatrixAndClearESA_SC_EUlvE_EEE5cloneEv at Base 1.0~git20131006
+ _ZN3tbb10interface68internal13callback_leafIZN3mgb16F4MatrixBuilder27Builder19buildMatrixAndClearERSt6vectorINS4_7RowTaskESaIS7_EERNS3_10QuadMatrixEE10ThreadDataNS1_18construct_by_finitISD_ZNS5_19buildMatrixAndClearESA_SC_EUlvE_EEE7destroyEv at Base 1.0~git20131006
+ _ZN3tbb10interface68internal13callback_leafIZN3mgb16F4MatrixBuilder27Builder19buildMatrixAndClearERSt6vectorINS4_7RowTaskESaIS7_EERNS3_10QuadMatrixEE10ThreadDataNS1_18construct_by_finitISD_ZNS5_19buildMatrixAndClearESA_SC_EUlvE_EEE9constructEPv at Base 1.0~git20131006
+ _ZN3tbb10interface68internal13callback_leafIZN3mgb16F4MatrixBuilder27Builder19buildMatrixAndClearERSt6vectorINS4_7RowTaskESaIS7_EERNS3_10QuadMatrixEE10ThreadDataNS1_18construct_by_finitISD_ZNS5_19buildMatrixAndClearESA_SC_EUlvE_EEED0Ev at Base 1.0~git20131006
+ _ZN3tbb10interface68internal13callback_leafIZN3mgb16F4MatrixBuilder27Builder19buildMatrixAndClearERSt6vectorINS4_7RowTaskESaIS7_EERNS3_10QuadMatrixEE10ThreadDataNS1_18construct_by_finitISD_ZNS5_19buildMatrixAndClearESA_SC_EUlvE_EEED1Ev at Base 1.0~git20131006
+ _ZN3tbb10interface68internal13callback_leafIZN3mgb16F4MatrixBuilder27Builder19buildMatrixAndClearERSt6vectorINS4_7RowTaskESaIS7_EERNS3_10QuadMatrixEE10ThreadDataNS1_18construct_by_finitISD_ZNS5_19buildMatrixAndClearESA_SC_EUlvE_EEED2Ev at Base 1.0~git20131006
+ _ZN3tbb10interface68internal8ets_baseILNS_18ets_key_usage_typeE1EE11table_clearEv at Base 1.0~git20131006
+ _ZN3tbb10interface68internal8ets_baseILNS_18ets_key_usage_typeE1EE12table_lookupERb at Base 1.0~git20131006
+ _ZN3tbb10interface68internal9flag_task7executeEv at Base 1.0~git20131006
+ _ZN3tbb10interface68internal9flag_taskD0Ev at Base 1.0~git20131006
+ _ZN3tbb10interface68internal9flag_taskD1Ev at Base 1.0~git20131006
+ _ZN3tbb10interface68internal9flag_taskD2Ev at Base 1.0~git20131006
+ _ZN3tbb10interface68internal9start_forINS_13blocked_rangeIN9__gnu_cxx17__normal_iteratorIPN3mgb16F4MatrixBuilder27RowTaskESt6vectorIS8_SaIS8_EEEEEENS_8internal23quick_sort_pretest_bodyISD_ZNS7_7Builder22initializeRowsToReduceERSC_EUlRKS8_SK_E_EEKNS_16auto_partitionerEE13note_affinityEt at Base 1.0~git20131006
+ _ZN3tbb10interface68internal9start_forINS_13blocked_rangeIN9__gnu_cxx17__normal_iteratorIPN3mgb16F4MatrixBuilder27RowTaskESt6vectorIS8_SaIS8_EEEEEENS_8internal23quick_sort_pretest_bodyISD_ZNS7_7Builder22initializeRowsToReduceERSC_EUlRKS8_SK_E_EEKNS_16auto_partitionerEE7executeEv at Base 1.0~git20131006
+ _ZN3tbb10interface68internal9start_forINS_13blocked_rangeIN9__gnu_cxx17__normal_iteratorIPN3mgb16F4MatrixBuilder27RowTaskESt6vectorIS8_SaIS8_EEEEEENS_8internal23quick_sort_pretest_bodyISD_ZNS7_7Builder22initializeRowsToReduceERSC_EUlRKS8_SK_E_EEKNS_16auto_partitionerEED0Ev at Base 1.0~git20131006
+ _ZN3tbb10interface68internal9start_forINS_13blocked_rangeIN9__gnu_cxx17__normal_iteratorIPN3mgb16F4MatrixBuilder27RowTaskESt6vectorIS8_SaIS8_EEEEEENS_8internal23quick_sort_pretest_bodyISD_ZNS7_7Builder22initializeRowsToReduceERSC_EUlRKS8_SK_E_EEKNS_16auto_partitionerEED1Ev at Base 1.0~git20131006
+ _ZN3tbb10interface68internal9start_forINS_13blocked_rangeIN9__gnu_cxx17__normal_iteratorIPN3mgb16F4MatrixBuilder27RowTaskESt6vectorIS8_SaIS8_EEEEEENS_8internal23quick_sort_pretest_bodyISD_ZNS7_7Builder22initializeRowsToReduceERSC_EUlRKS8_SK_E_EEKNS_16auto_partitionerEED2Ev at Base 1.0~git20131006
+ _ZN3tbb10interface68internal9start_forINS_13blocked_rangeIN9__gnu_cxx17__normal_iteratorIPSt4pairIjN3mgb10MonoMonoidIiLb1ELb1ELb1EE12ConstMonoPtrEESt6vectorISB_SaISB_EEEEEENS_8internal23quick_sort_pretest_bodyISG_ZNS7_16F4MatrixBuilder27Builder19buildMatrixAndClearERSD_INSK_7RowTaskESaISM_EERNS7_10QuadMatrixEEUlRKSB_SB_E2_EEKNS_16auto_partitionerEE13note_affinityEt at Base 1.0~git20131006
+ _ZN3tbb10interface68internal9start_forINS_13blocked_rangeIN9__gnu_cxx17__normal_iteratorIPSt4pairIjN3mgb10MonoMonoidIiLb1ELb1ELb1EE12ConstMonoPtrEESt6vectorISB_SaISB_EEEEEENS_8internal23quick_sort_pretest_bodyISG_ZNS7_16F4MatrixBuilder27Builder19buildMatrixAndClearERSD_INSK_7RowTaskESaISM_EERNS7_10QuadMatrixEEUlRKSB_SB_E2_EEKNS_16auto_partitionerEE7executeEv at Base 1.0~git20131006
+ _ZN3tbb10interface68internal9start_forINS_13blocked_rangeIN9__gnu_cxx17__normal_iteratorIPSt4pairIjN3mgb10MonoMonoidIiLb1ELb1ELb1EE12ConstMonoPtrEESt6vectorISB_SaISB_EEEEEENS_8internal23quick_sort_pretest_bodyISG_ZNS7_16F4MatrixBuilder27Builder19buildMatrixAndClearERSD_INSK_7RowTaskESaISM_EERNS7_10QuadMatrixEEUlRKSB_SB_E2_EEKNS_16auto_partitionerEED0Ev at Base 1.0~git20131006
+ _ZN3tbb10interface68internal9start_forINS_13blocked_rangeIN9__gnu_cxx17__normal_iteratorIPSt4pairIjN3mgb10MonoMonoidIiLb1ELb1ELb1EE12ConstMonoPtrEESt6vectorISB_SaISB_EEEEEENS_8internal23quick_sort_pretest_bodyISG_ZNS7_16F4MatrixBuilder27Builder19buildMatrixAndClearERSD_INSK_7RowTaskESaISM_EERNS7_10QuadMatrixEEUlRKSB_SB_E2_EEKNS_16auto_partitionerEED1Ev at Base 1.0~git20131006
+ _ZN3tbb10interface68internal9start_forINS_13blocked_rangeIN9__gnu_cxx17__normal_iteratorIPSt4pairIjN3mgb10MonoMonoidIiLb1ELb1ELb1EE12ConstMonoPtrEESt6vectorISB_SaISB_EEEEEENS_8internal23quick_sort_pretest_bodyISG_ZNS7_16F4MatrixBuilder27Builder19buildMatrixAndClearERSD_INSK_7RowTaskESaISM_EERNS7_10QuadMatrixEEUlRKSB_SB_E2_EEKNS_16auto_partitionerEED2Ev at Base 1.0~git20131006
+ _ZN3tbb10interface68internal9start_forINS_8internal16quick_sort_rangeIN9__gnu_cxx17__normal_iteratorIPN3mgb16F4MatrixBuilder27RowTaskESt6vectorIS9_SaIS9_EEEEZNS8_7Builder22initializeRowsToReduceERSD_EUlRKS9_SI_E_EENS3_15quick_sort_bodyISE_SJ_EEKNS_16auto_partitionerEE13note_affinityEt at Base 1.0~git20131006
+ _ZN3tbb10interface68internal9start_forINS_8internal16quick_sort_rangeIN9__gnu_cxx17__normal_iteratorIPN3mgb16F4MatrixBuilder27RowTaskESt6vectorIS9_SaIS9_EEEEZNS8_7Builder22initializeRowsToReduceERSD_EUlRKS9_SI_E_EENS3_15quick_sort_bodyISE_SJ_EEKNS_16auto_partitionerEE7executeEv at Base 1.0~git20131006
+ _ZN3tbb10interface68internal9start_forINS_8internal16quick_sort_rangeIN9__gnu_cxx17__normal_iteratorIPN3mgb16F4MatrixBuilder27RowTaskESt6vectorIS9_SaIS9_EEEEZNS8_7Builder22initializeRowsToReduceERSD_EUlRKS9_SI_E_EENS3_15quick_sort_bodyISE_SJ_EEKNS_16auto_partitionerEED0Ev at Base 1.0~git20131006
+ _ZN3tbb10interface68internal9start_forINS_8internal16quick_sort_rangeIN9__gnu_cxx17__normal_iteratorIPN3mgb16F4MatrixBuilder27RowTaskESt6vectorIS9_SaIS9_EEEEZNS8_7Builder22initializeRowsToReduceERSD_EUlRKS9_SI_E_EENS3_15quick_sort_bodyISE_SJ_EEKNS_16auto_partitionerEED1Ev at Base 1.0~git20131006
+ _ZN3tbb10interface68internal9start_forINS_8internal16quick_sort_rangeIN9__gnu_cxx17__normal_iteratorIPN3mgb16F4MatrixBuilder27RowTaskESt6vectorIS9_SaIS9_EEEEZNS8_7Builder22initializeRowsToReduceERSD_EUlRKS9_SI_E_EENS3_15quick_sort_bodyISE_SJ_EEKNS_16auto_partitionerEED2Ev at Base 1.0~git20131006
+ _ZN3tbb10interface68internal9start_forINS_8internal16quick_sort_rangeIN9__gnu_cxx17__normal_iteratorIPSt4pairIjN3mgb10MonoMonoidIiLb1ELb1ELb1EE12ConstMonoPtrEESt6vectorISC_SaISC_EEEEZNS8_16F4MatrixBuilder27Builder19buildMatrixAndClearERSE_INSI_7RowTaskESaISK_EERNS8_10QuadMatrixEEUlRKSC_SC_E2_EENS3_15quick_sort_bodyISH_SS_EEKNS_16auto_partitionerEE13note_affinityEt at Base 1.0~git20131006
+ _ZN3tbb10interface68internal9start_forINS_8internal16quick_sort_rangeIN9__gnu_cxx17__normal_iteratorIPSt4pairIjN3mgb10MonoMonoidIiLb1ELb1ELb1EE12ConstMonoPtrEESt6vectorISC_SaISC_EEEEZNS8_16F4MatrixBuilder27Builder19buildMatrixAndClearERSE_INSI_7RowTaskESaISK_EERNS8_10QuadMatrixEEUlRKSC_SC_E2_EENS3_15quick_sort_bodyISH_SS_EEKNS_16auto_partitionerEE7executeEv at Base 1.0~git20131006
+ _ZN3tbb10interface68internal9start_forINS_8internal16quick_sort_rangeIN9__gnu_cxx17__normal_iteratorIPSt4pairIjN3mgb10MonoMonoidIiLb1ELb1ELb1EE12ConstMonoPtrEESt6vectorISC_SaISC_EEEEZNS8_16F4MatrixBuilder27Builder19buildMatrixAndClearERSE_INSI_7RowTaskESaISK_EERNS8_10QuadMatrixEEUlRKSC_SC_E2_EENS3_15quick_sort_bodyISH_SS_EEKNS_16auto_partitionerEED0Ev at Base 1.0~git20131006
+ _ZN3tbb10interface68internal9start_forINS_8internal16quick_sort_rangeIN9__gnu_cxx17__normal_iteratorIPSt4pairIjN3mgb10MonoMonoidIiLb1ELb1ELb1EE12ConstMonoPtrEESt6vectorISC_SaISC_EEEEZNS8_16F4MatrixBuilder27Builder19buildMatrixAndClearERSE_INSI_7RowTaskESaISK_EERNS8_10QuadMatrixEEUlRKSC_SC_E2_EENS3_15quick_sort_bodyISH_SS_EEKNS_16auto_partitionerEED1Ev at Base 1.0~git20131006
+ _ZN3tbb10interface68internal9start_forINS_8internal16quick_sort_rangeIN9__gnu_cxx17__normal_iteratorIPSt4pairIjN3mgb10MonoMonoidIiLb1ELb1ELb1EE12ConstMonoPtrEESt6vectorISC_SaISC_EEEEZNS8_16F4MatrixBuilder27Builder19buildMatrixAndClearERSE_INSI_7RowTaskESaISK_EERNS8_10QuadMatrixEEUlRKSC_SC_E2_EENS3_15quick_sort_bodyISH_SS_EEKNS_16auto_partitionerEED2Ev at Base 1.0~git20131006
+ _ZN3tbb11parallel_doIN9__gnu_cxx17__normal_iteratorIPN3mgb16F4MatrixBuilder27RowTaskESt6vectorIS5_SaIS5_EEEEZNS4_7Builder19buildMatrixAndClearERS9_RNS3_10QuadMatrixEEUlRKS5_RNS_18parallel_do_feederIS5_EEE0_EEvT_SL_RKT0_ at Base 1.0~git20131006
+ _ZN3tbb17concurrent_vectorINS_10interface68internal11ets_elementIZN3mgb16F4MatrixBuilder27Builder19buildMatrixAndClearERSt6vectorINS5_7RowTaskESaIS8_EERNS4_10QuadMatrixEE10ThreadDataLm88EEENS_23cache_aligned_allocatorISF_EEE13destroy_arrayEPvm at Base 1.0~git20131006
+ _ZN3tbb17concurrent_vectorINS_10interface68internal11ets_elementIZN3mgb16F4MatrixBuilder27Builder19buildMatrixAndClearERSt6vectorINS5_7RowTaskESaIS8_EERNS4_10QuadMatrixEE10ThreadDataLm88EEENS_23cache_aligned_allocatorISF_EEE18internal_allocatorERNS_8internal25concurrent_vector_base_v3Em at Base 1.0~git20131006
+ _ZN3tbb8internal12do_task_iterIN9__gnu_cxx17__normal_iteratorIPN3mgb16F4MatrixBuilder27RowTaskESt6vectorIS6_SaIS6_EEEEZNS5_7Builder19buildMatrixAndClearERSA_RNS4_10QuadMatrixEEUlRKS6_RNS_18parallel_do_feederIS6_EEE0_S6_E7executeEv at Base 1.0~git20131006
+ _ZN3tbb8internal12do_task_iterIN9__gnu_cxx17__normal_iteratorIPN3mgb16F4MatrixBuilder27RowTaskESt6vectorIS6_SaIS6_EEEEZNS5_7Builder19buildMatrixAndClearERSA_RNS4_10QuadMatrixEEUlRKS6_RNS_18parallel_do_feederIS6_EEE0_S6_ED0Ev at Base 1.0~git20131006
+ _ZN3tbb8internal12do_task_iterIN9__gnu_cxx17__normal_iteratorIPN3mgb16F4MatrixBuilder27RowTaskESt6vectorIS6_SaIS6_EEEEZNS5_7Builder19buildMatrixAndClearERSA_RNS4_10QuadMatrixEEUlRKS6_RNS_18parallel_do_feederIS6_EEE0_S6_ED1Ev at Base 1.0~git20131006
+ _ZN3tbb8internal12do_task_iterIN9__gnu_cxx17__normal_iteratorIPN3mgb16F4MatrixBuilder27RowTaskESt6vectorIS6_SaIS6_EEEEZNS5_7Builder19buildMatrixAndClearERSA_RNS4_10QuadMatrixEEUlRKS6_RNS_18parallel_do_feederIS6_EEE0_S6_ED2Ev at Base 1.0~git20131006
+ _ZN3tbb8internal16quick_sort_rangeIN9__gnu_cxx17__normal_iteratorIPN3mgb16F4MatrixBuilder27RowTaskESt6vectorIS6_SaIS6_EEEEZNS5_7Builder22initializeRowsToReduceERSA_EUlRKS6_SF_E_EC1ERSH_NS_5splitE at Base 1.0~git20131006
+ _ZN3tbb8internal16quick_sort_rangeIN9__gnu_cxx17__normal_iteratorIPN3mgb16F4MatrixBuilder27RowTaskESt6vectorIS6_SaIS6_EEEEZNS5_7Builder22initializeRowsToReduceERSA_EUlRKS6_SF_E_EC2ERSH_NS_5splitE at Base 1.0~git20131006
+ _ZN3tbb8internal16quick_sort_rangeIN9__gnu_cxx17__normal_iteratorIPSt4pairIjN3mgb10MonoMonoidIiLb1ELb1ELb1EE12ConstMonoPtrEESt6vectorIS9_SaIS9_EEEEZNS5_16F4MatrixBuilder27Builder19buildMatrixAndClearERSB_INSF_7RowTaskESaISH_EERNS5_10QuadMatrixEEUlRKS9_S9_E2_EC1ERSQ_NS_5splitE at Base 1.0~git20131006
+ _ZN3tbb8internal16quick_sort_rangeIN9__gnu_cxx17__normal_iteratorIPSt4pairIjN3mgb10MonoMonoidIiLb1ELb1ELb1EE12ConstMonoPtrEESt6vectorIS9_SaIS9_EEEEZNS5_16F4MatrixBuilder27Builder19buildMatrixAndClearERSB_INSF_7RowTaskESaISH_EERNS5_10QuadMatrixEEUlRKS9_S9_E2_EC2ERSQ_NS_5splitE at Base 1.0~git20131006
+ _ZN3tbb8internal17do_iteration_taskIZN3mgb16F4MatrixBuilder27Builder19buildMatrixAndClearERSt6vectorINS3_7RowTaskESaIS6_EERNS2_10QuadMatrixEEUlRKS6_RNS_18parallel_do_feederIS6_EEE0_S6_E7executeEv at Base 1.0~git20131006
+ _ZN3tbb8internal17do_iteration_taskIZN3mgb16F4MatrixBuilder27Builder19buildMatrixAndClearERSt6vectorINS3_7RowTaskESaIS6_EERNS2_10QuadMatrixEEUlRKS6_RNS_18parallel_do_feederIS6_EEE0_S6_ED0Ev at Base 1.0~git20131006
+ _ZN3tbb8internal17do_iteration_taskIZN3mgb16F4MatrixBuilder27Builder19buildMatrixAndClearERSt6vectorINS3_7RowTaskESaIS6_EERNS2_10QuadMatrixEEUlRKS6_RNS_18parallel_do_feederIS6_EEE0_S6_ED1Ev at Base 1.0~git20131006
+ _ZN3tbb8internal17do_iteration_taskIZN3mgb16F4MatrixBuilder27Builder19buildMatrixAndClearERSt6vectorINS3_7RowTaskESaIS6_EERNS2_10QuadMatrixEEUlRKS6_RNS_18parallel_do_feederIS6_EEE0_S6_ED2Ev at Base 1.0~git20131006
+ _ZN3tbb8internal19parallel_quick_sortIN9__gnu_cxx17__normal_iteratorIPN3mgb16F4MatrixBuilder27RowTaskESt6vectorIS6_SaIS6_EEEEZNS5_7Builder22initializeRowsToReduceERSA_EUlRKS6_SF_E_EEvT_SH_RKT0_ at Base 1.0~git20131006
+ _ZN3tbb8internal19parallel_quick_sortIN9__gnu_cxx17__normal_iteratorIPSt4pairIjN3mgb10MonoMonoidIiLb1ELb1ELb1EE12ConstMonoPtrEESt6vectorIS9_SaIS9_EEEEZNS5_16F4MatrixBuilder27Builder19buildMatrixAndClearERSB_INSF_7RowTaskESaISH_EERNS5_10QuadMatrixEEUlRKS9_S9_E2_EEvT_SQ_RKT0_ at Base 1.0~git20131006
+ _ZN3tbb8internal22do_iteration_task_iterIN9__gnu_cxx17__normal_iteratorIPN3mgb16F4MatrixBuilder27RowTaskESt6vectorIS6_SaIS6_EEEEZNS5_7Builder19buildMatrixAndClearERSA_RNS4_10QuadMatrixEEUlRKS6_RNS_18parallel_do_feederIS6_EEE0_S6_E7executeEv at Base 1.0~git20131006
+ _ZN3tbb8internal22do_iteration_task_iterIN9__gnu_cxx17__normal_iteratorIPN3mgb16F4MatrixBuilder27RowTaskESt6vectorIS6_SaIS6_EEEEZNS5_7Builder19buildMatrixAndClearERSA_RNS4_10QuadMatrixEEUlRKS6_RNS_18parallel_do_feederIS6_EEE0_S6_ED0Ev at Base 1.0~git20131006
+ _ZN3tbb8internal22do_iteration_task_iterIN9__gnu_cxx17__normal_iteratorIPN3mgb16F4MatrixBuilder27RowTaskESt6vectorIS6_SaIS6_EEEEZNS5_7Builder19buildMatrixAndClearERSA_RNS4_10QuadMatrixEEUlRKS6_RNS_18parallel_do_feederIS6_EEE0_S6_ED1Ev at Base 1.0~git20131006
+ _ZN3tbb8internal22do_iteration_task_iterIN9__gnu_cxx17__normal_iteratorIPN3mgb16F4MatrixBuilder27RowTaskESt6vectorIS6_SaIS6_EEEEZNS5_7Builder19buildMatrixAndClearERSA_RNS4_10QuadMatrixEEUlRKS6_RNS_18parallel_do_feederIS6_EEE0_S6_ED2Ev at Base 1.0~git20131006
+ _ZN3tbb8internal23parallel_do_feeder_implIZN3mgb16F4MatrixBuilder27Builder19buildMatrixAndClearERSt6vectorINS3_7RowTaskESaIS6_EERNS2_10QuadMatrixEEUlRKS6_RNS_18parallel_do_feederIS6_EEE0_S6_E12internal_addESD_ at Base 1.0~git20131006
+ _ZN3tbb8internal23parallel_do_feeder_implIZN3mgb16F4MatrixBuilder27Builder19buildMatrixAndClearERSt6vectorINS3_7RowTaskESaIS6_EERNS2_10QuadMatrixEEUlRKS6_RNS_18parallel_do_feederIS6_EEE0_S6_ED0Ev at Base 1.0~git20131006
+ _ZN3tbb8internal23parallel_do_feeder_implIZN3mgb16F4MatrixBuilder27Builder19buildMatrixAndClearERSt6vectorINS3_7RowTaskESaIS6_EERNS2_10QuadMatrixEEUlRKS6_RNS_18parallel_do_feederIS6_EEE0_S6_ED1Ev at Base 1.0~git20131006
+ _ZN3tbb8internal23parallel_do_feeder_implIZN3mgb16F4MatrixBuilder27Builder19buildMatrixAndClearERSt6vectorINS3_7RowTaskESaIS6_EERNS2_10QuadMatrixEEUlRKS6_RNS_18parallel_do_feederIS6_EEE0_S6_ED2Ev at Base 1.0~git20131006
+ _ZN6mathic12KDEntryArrayIN3mgb16StaticMonoLookupILb1ENS1_21ConcreteModuleMonoSetILb1ELb0ELb0EE6NoDataELb0ELb0EE13ConfigurationENS_7DivMask8ExtenderINS7_5EntryELb0EEEE5splitIPSB_EET_SF_SF_RmRiRKS7_PKSB_ at Base 1.0~git20131006
+ _ZN6mathic12KDEntryArrayIN3mgb16StaticMonoLookupILb1ENS1_21ConcreteModuleMonoSetILb1ELb0ELb1EE6NoDataELb0ELb1EE13ConfigurationENS_7DivMask8ExtenderINS7_5EntryELb1EEEE5splitIPSB_EET_SF_SF_RmRiRKS7_PKSB_ at Base 1.0~git20131006
+ _ZN6mathic12KDEntryArrayIN3mgb16StaticMonoLookupILb1ENS1_21ConcreteModuleMonoSetILb1ELb1ELb0EE6NoDataELb1ELb0EE13ConfigurationENS_7DivMask8ExtenderINS7_5EntryELb0EEEE5splitIPSB_EET_SF_SF_RmRiRKS7_PKSB_ at Base 1.0~git20131006
+ _ZN6mathic12KDEntryArrayIN3mgb16StaticMonoLookupILb1ENS1_21ConcreteModuleMonoSetILb1ELb1ELb1EE6NoDataELb1ELb1EE13ConfigurationENS_7DivMask8ExtenderINS7_5EntryELb1EEEE5splitIPSB_EET_SF_SF_RmRiRKS7_PKSB_ at Base 1.0~git20131006
+ _ZN6mathic12KDEntryArrayIN3mgb16StaticMonoLookupILb1EmLb0ELb0EE13ConfigurationENS_7DivMask8ExtenderINS4_5EntryELb0EEEE5splitIPS8_EET_SC_SC_RmRiRKS4_PKS8_ at Base 1.0~git20131006
+ _ZN6mathic12KDEntryArrayIN3mgb16StaticMonoLookupILb1EmLb0ELb1EE13ConfigurationENS_7DivMask8ExtenderINS4_5EntryELb1EEEE5splitIPS8_EET_SC_SC_RmRiRKS4_PKS8_ at Base 1.0~git20131006
+ _ZN6mathic12KDEntryArrayIN3mgb16StaticMonoLookupILb1EmLb1ELb0EE13ConfigurationENS_7DivMask8ExtenderINS4_5EntryELb0EEEE5splitIPS8_EET_SC_SC_RmRiRKS4_PKS8_ at Base 1.0~git20131006
+ _ZN6mathic12KDEntryArrayIN3mgb16StaticMonoLookupILb1EmLb1ELb1EE13ConfigurationENS_7DivMask8ExtenderINS4_5EntryELb1EEEE5splitIPS8_EET_SC_SC_RmRiRKS4_PKS8_ at Base 1.0~git20131006
+ _ZN6mathic12PackedKDTreeIN3mgb16StaticMonoLookupILb1ENS1_21ConcreteModuleMonoSetILb1ELb0ELb0EE6NoDataELb0ELb0EE13ConfigurationEE4Node11splitInsertERKNS_7DivMask8ExtenderINS7_5EntryELb0EEEPNS9_5ChildERN4memt5ArenaERKS7_ at Base 1.0~git20131006
+ _ZN6mathic12PackedKDTreeIN3mgb16StaticMonoLookupILb1ENS1_21ConcreteModuleMonoSetILb1ELb0ELb0EE6NoDataELb0ELb0EE13ConfigurationEE6insertERKNS_7DivMask8ExtenderINS7_5EntryELb0EEE at Base 1.0~git20131006
+ _ZN6mathic12PackedKDTreeIN3mgb16StaticMonoLookupILb1ENS1_21ConcreteModuleMonoSetILb1ELb0ELb0EE6NoDataELb0ELb0EE13ConfigurationEED1Ev at Base 1.0~git20131006
+ _ZN6mathic12PackedKDTreeIN3mgb16StaticMonoLookupILb1ENS1_21ConcreteModuleMonoSetILb1ELb0ELb0EE6NoDataELb0ELb0EE13ConfigurationEED2Ev at Base 1.0~git20131006
+ _ZN6mathic12PackedKDTreeIN3mgb16StaticMonoLookupILb1ENS1_21ConcreteModuleMonoSetILb1ELb0ELb1EE6NoDataELb0ELb1EE13ConfigurationEE4Node11splitInsertERKNS_7DivMask8ExtenderINS7_5EntryELb1EEEPNS9_5ChildERN4memt5ArenaERKS7_ at Base 1.0~git20131006
+ _ZN6mathic12PackedKDTreeIN3mgb16StaticMonoLookupILb1ENS1_21ConcreteModuleMonoSetILb1ELb0ELb1EE6NoDataELb0ELb1EE13ConfigurationEE5clearEv at Base 1.0~git20131006
+ _ZN6mathic12PackedKDTreeIN3mgb16StaticMonoLookupILb1ENS1_21ConcreteModuleMonoSetILb1ELb0ELb1EE6NoDataELb0ELb1EE13ConfigurationEE5resetIPNS7_5EntryEEEvT_SC_RKNS_7DivMask10CalculatorIS7_Lb1EEE at Base 1.0~git20131006
+ _ZN6mathic12PackedKDTreeIN3mgb16StaticMonoLookupILb1ENS1_21ConcreteModuleMonoSetILb1ELb0ELb1EE6NoDataELb0ELb1EE13ConfigurationEE6insertERKNS_7DivMask8ExtenderINS7_5EntryELb1EEE at Base 1.0~git20131006
+ _ZN6mathic12PackedKDTreeIN3mgb16StaticMonoLookupILb1ENS1_21ConcreteModuleMonoSetILb1ELb1ELb0EE6NoDataELb1ELb0EE13ConfigurationEE15removeMultiplesINS_6KDTreeIS7_E19DummyMultipleOutputEEEmRKNS_7DivMask8ExtenderIRKNS1_10MonoMonoidIiLb1ELb1ELb1EE12ConstMonoRefELb0EEERT_ at Base 1.0~git20131006
+ _ZN6mathic12PackedKDTreeIN3mgb16StaticMonoLookupILb1ENS1_21ConcreteModuleMonoSetILb1ELb1ELb0EE6NoDataELb1ELb0EE13ConfigurationEE4Node11splitInsertERKNS_7DivMask8ExtenderINS7_5EntryELb0EEEPNS9_5ChildERN4memt5ArenaERKS7_ at Base 1.0~git20131006
+ _ZN6mathic12PackedKDTreeIN3mgb16StaticMonoLookupILb1ENS1_21ConcreteModuleMonoSetILb1ELb1ELb0EE6NoDataELb1ELb0EE13ConfigurationEE6insertERKNS_7DivMask8ExtenderINS7_5EntryELb0EEE at Base 1.0~git20131006
+ _ZN6mathic12PackedKDTreeIN3mgb16StaticMonoLookupILb1ENS1_21ConcreteModuleMonoSetILb1ELb1ELb0EE6NoDataELb1ELb0EE13ConfigurationEED1Ev at Base 1.0~git20131006
+ _ZN6mathic12PackedKDTreeIN3mgb16StaticMonoLookupILb1ENS1_21ConcreteModuleMonoSetILb1ELb1ELb0EE6NoDataELb1ELb0EE13ConfigurationEED2Ev at Base 1.0~git20131006
+ _ZN6mathic12PackedKDTreeIN3mgb16StaticMonoLookupILb1ENS1_21ConcreteModuleMonoSetILb1ELb1ELb1EE6NoDataELb1ELb1EE13ConfigurationEE15removeMultiplesINS_6KDTreeIS7_E19DummyMultipleOutputEEEmRKNS_7DivMask8ExtenderIRKNS1_10MonoMonoidIiLb1ELb1ELb1EE12ConstMonoRefELb1EEERT_ at Base 1.0~git20131006
+ _ZN6mathic12PackedKDTreeIN3mgb16StaticMonoLookupILb1ENS1_21ConcreteModuleMonoSetILb1ELb1ELb1EE6NoDataELb1ELb1EE13ConfigurationEE4Node11splitInsertERKNS_7DivMask8ExtenderINS7_5EntryELb1EEEPNS9_5ChildERN4memt5ArenaERKS7_ at Base 1.0~git20131006
+ _ZN6mathic12PackedKDTreeIN3mgb16StaticMonoLookupILb1ENS1_21ConcreteModuleMonoSetILb1ELb1ELb1EE6NoDataELb1ELb1EE13ConfigurationEE5clearEv at Base 1.0~git20131006
+ _ZN6mathic12PackedKDTreeIN3mgb16StaticMonoLookupILb1ENS1_21ConcreteModuleMonoSetILb1ELb1ELb1EE6NoDataELb1ELb1EE13ConfigurationEE5resetIPNS7_5EntryEEEvT_SC_RKNS_7DivMask10CalculatorIS7_Lb1EEE at Base 1.0~git20131006
+ _ZN6mathic12PackedKDTreeIN3mgb16StaticMonoLookupILb1ENS1_21ConcreteModuleMonoSetILb1ELb1ELb1EE6NoDataELb1ELb1EE13ConfigurationEE6insertERKNS_7DivMask8ExtenderINS7_5EntryELb1EEE at Base 1.0~git20131006
+ _ZN6mathic12PackedKDTreeIN3mgb16StaticMonoLookupILb1EmLb0ELb0EE13ConfigurationEE4Node11splitInsertERKNS_7DivMask8ExtenderINS4_5EntryELb0EEEPNS6_5ChildERN4memt5ArenaERKS4_ at Base 1.0~git20131006
+ _ZN6mathic12PackedKDTreeIN3mgb16StaticMonoLookupILb1EmLb0ELb0EE13ConfigurationEE6insertERKNS_7DivMask8ExtenderINS4_5EntryELb0EEE at Base 1.0~git20131006
+ _ZN6mathic12PackedKDTreeIN3mgb16StaticMonoLookupILb1EmLb0ELb0EE13ConfigurationEED1Ev at Base 1.0~git20131006
+ _ZN6mathic12PackedKDTreeIN3mgb16StaticMonoLookupILb1EmLb0ELb0EE13ConfigurationEED2Ev at Base 1.0~git20131006
+ _ZN6mathic12PackedKDTreeIN3mgb16StaticMonoLookupILb1EmLb0ELb1EE13ConfigurationEE4Node11splitInsertERKNS_7DivMask8ExtenderINS4_5EntryELb1EEEPNS6_5ChildERN4memt5ArenaERKS4_ at Base 1.0~git20131006
+ _ZN6mathic12PackedKDTreeIN3mgb16StaticMonoLookupILb1EmLb0ELb1EE13ConfigurationEE5clearEv at Base 1.0~git20131006
+ _ZN6mathic12PackedKDTreeIN3mgb16StaticMonoLookupILb1EmLb0ELb1EE13ConfigurationEE5resetIPNS4_5EntryEEEvT_S9_RKNS_7DivMask10CalculatorIS4_Lb1EEE at Base 1.0~git20131006
+ _ZN6mathic12PackedKDTreeIN3mgb16StaticMonoLookupILb1EmLb0ELb1EE13ConfigurationEE6insertERKNS_7DivMask8ExtenderINS4_5EntryELb1EEE at Base 1.0~git20131006
+ _ZN6mathic12PackedKDTreeIN3mgb16StaticMonoLookupILb1EmLb0ELb1EE13ConfigurationEED1Ev at Base 1.0~git20131006
+ _ZN6mathic12PackedKDTreeIN3mgb16StaticMonoLookupILb1EmLb0ELb1EE13ConfigurationEED2Ev at Base 1.0~git20131006
+ _ZN6mathic12PackedKDTreeIN3mgb16StaticMonoLookupILb1EmLb1ELb0EE13ConfigurationEE15removeMultiplesINS_6KDTreeIS4_E19DummyMultipleOutputEEEmRKNS_7DivMask8ExtenderIRKNS1_10MonoMonoidIiLb1ELb1ELb1EE12ConstMonoRefELb0EEERT_ at Base 1.0~git20131006
+ _ZN6mathic12PackedKDTreeIN3mgb16StaticMonoLookupILb1EmLb1ELb0EE13ConfigurationEE4Node11splitInsertERKNS_7DivMask8ExtenderINS4_5EntryELb0EEEPNS6_5ChildERN4memt5ArenaERKS4_ at Base 1.0~git20131006
+ _ZN6mathic12PackedKDTreeIN3mgb16StaticMonoLookupILb1EmLb1ELb0EE13ConfigurationEE6insertERKNS_7DivMask8ExtenderINS4_5EntryELb0EEE at Base 1.0~git20131006
+ _ZN6mathic12PackedKDTreeIN3mgb16StaticMonoLookupILb1EmLb1ELb0EE13ConfigurationEED1Ev at Base 1.0~git20131006
+ _ZN6mathic12PackedKDTreeIN3mgb16StaticMonoLookupILb1EmLb1ELb0EE13ConfigurationEED2Ev at Base 1.0~git20131006
+ _ZN6mathic12PackedKDTreeIN3mgb16StaticMonoLookupILb1EmLb1ELb1EE13ConfigurationEE15removeMultiplesINS_6KDTreeIS4_E19DummyMultipleOutputEEEmRKNS_7DivMask8ExtenderIRKNS1_10MonoMonoidIiLb1ELb1ELb1EE12ConstMonoRefELb1EEERT_ at Base 1.0~git20131006
+ _ZN6mathic12PackedKDTreeIN3mgb16StaticMonoLookupILb1EmLb1ELb1EE13ConfigurationEE4Node11splitInsertERKNS_7DivMask8ExtenderINS4_5EntryELb1EEEPNS6_5ChildERN4memt5ArenaERKS4_ at Base 1.0~git20131006
+ _ZN6mathic12PackedKDTreeIN3mgb16StaticMonoLookupILb1EmLb1ELb1EE13ConfigurationEE5clearEv at Base 1.0~git20131006
+ _ZN6mathic12PackedKDTreeIN3mgb16StaticMonoLookupILb1EmLb1ELb1EE13ConfigurationEE5resetIPNS4_5EntryEEEvT_S9_RKNS_7DivMask10CalculatorIS4_Lb1EEE at Base 1.0~git20131006
+ _ZN6mathic12PackedKDTreeIN3mgb16StaticMonoLookupILb1EmLb1ELb1EE13ConfigurationEE6insertERKNS_7DivMask8ExtenderINS4_5EntryELb1EEE at Base 1.0~git20131006
+ _ZN6mathic12PackedKDTreeIN3mgb16StaticMonoLookupILb1EmLb1ELb1EE13ConfigurationEED1Ev at Base 1.0~git20131006
+ _ZN6mathic12PackedKDTreeIN3mgb16StaticMonoLookupILb1EmLb1ELb1EE13ConfigurationEED2Ev at Base 1.0~git20131006
+ _ZN6mathic13ColumnPrinterD1Ev at Base 1.0~git20131006
+ _ZN6mathic13ColumnPrinterD2Ev at Base 1.0~git20131006
+ _ZN6mathic13DivListHelper15removeMultiplesIN3mgb16StaticMonoLookupILb0ENS2_21ConcreteModuleMonoSetILb0ELb1ELb0EE6NoDataELb1ELb0EE13ConfigurationENS_7DivMask8ExtenderINS8_5EntryELb0EEENSA_IRKNS2_10MonoMonoidIiLb1ELb1ELb1EE12ConstMonoRefELb0EEENS_7DivListIS8_E19DummyMultipleOutputEEEmRT_RSt6vectorIT0_SaISP_EERKT1_RT2_ at Base 1.0~git20131006
+ _ZN6mathic13DivListHelper15removeMultiplesIN3mgb16StaticMonoLookupILb0ENS2_21ConcreteModuleMonoSetILb0ELb1ELb1EE6NoDataELb1ELb1EE13ConfigurationENS_7DivMask8ExtenderINS8_5EntryELb1EEENSA_IRKNS2_10MonoMonoidIiLb1ELb1ELb1EE12ConstMonoRefELb1EEENS_7DivListIS8_E19DummyMultipleOutputEEEmRT_RSt6vectorIT0_SaISP_EERKT1_RT2_ at Base 1.0~git20131006
+ _ZN6mathic13DivListHelper15removeMultiplesIN3mgb16StaticMonoLookupILb0EmLb0ELb0EE13ConfigurationENS_7DivMask8ExtenderINS5_5EntryELb0EEENS7_IRKNS2_10MonoMonoidIiLb1ELb1ELb1EE12ConstMonoRefELb0EEENS_7DivListIS5_E19DummyMultipleOutputEEEmRT_RSt6vectorIT0_SaISM_EERKT1_RT2_ at Base 1.0~git20131006
+ _ZN6mathic13DivListHelper15removeMultiplesIN3mgb16StaticMonoLookupILb0EmLb0ELb1EE13ConfigurationENS_7DivMask8ExtenderINS5_5EntryELb1EEENS7_IRKNS2_10MonoMonoidIiLb1ELb1ELb1EE12ConstMonoRefELb1EEENS_7DivListIS5_E19DummyMultipleOutputEEEmRT_RSt6vectorIT0_SaISM_EERKT1_RT2_ at Base 1.0~git20131006
+ _ZN6mathic13DivListHelper15removeMultiplesIN3mgb16StaticMonoLookupILb0EmLb1ELb0EE13ConfigurationENS_7DivMask8ExtenderINS5_5EntryELb0EEENS7_IRKNS2_10MonoMonoidIiLb1ELb1ELb1EE12ConstMonoRefELb0EEENS_7DivListIS5_E19DummyMultipleOutputEEEmRT_RSt6vectorIT0_SaISM_EERKT1_RT2_ at Base 1.0~git20131006
+ _ZN6mathic13DivListHelper15removeMultiplesIN3mgb16StaticMonoLookupILb0EmLb1ELb1EE13ConfigurationENS_7DivMask8ExtenderINS5_5EntryELb1EEENS7_IRKNS2_10MonoMonoidIiLb1ELb1ELb1EE12ConstMonoRefELb1EEENS_7DivListIS5_E19DummyMultipleOutputEEEmRT_RSt6vectorIT0_SaISM_EERKT1_RT2_ at Base 1.0~git20131006
+ _ZN6mathic4HeapIN3mgb11KoszulQueue13ConfigurationEE11moveValueUpENS_7ComTreeINS1_10MonoMonoidIiLb1ELb1ELb1EE7MonoPtrELb0EE4NodeES8_ at Base 1.0~git20131006
+ _ZN6mathic4HeapIN3mgb11KoszulQueue13ConfigurationEE12moveHoleDownENS_7ComTreeINS1_10MonoMonoidIiLb1ELb1ELb1EE7MonoPtrELb0EE4NodeE at Base 1.0~git20131006
+ _ZN6mathic4HeapIN3mgb11ReducerHashIS0_E13ConfigurationEE11moveValueUpENS_7ComTreeIPNS1_13PolyHashTable4NodeELb1EE4NodeES9_ at Base 1.0~git20131006
+ _ZN6mathic4HeapIN3mgb11ReducerHashIS0_E13ConfigurationEE3popEv at Base 1.0~git20131006
+ _ZN6mathic4HeapIN3mgb11ReducerHashIS0_E13ConfigurationEE4pushEPNS1_13PolyHashTable4NodeE at Base 1.0~git20131006
+ _ZN6mathic4HeapIN3mgb11ReducerPackIS0_E13ConfigurationEE11moveValueUpENS_7ComTreeIPNS3_15MultipleWithPosELb1EE4NodeES8_ at Base 1.0~git20131006
+ _ZN6mathic4HeapIN3mgb11ReducerPackIS0_E13ConfigurationEE12moveHoleDownENS_7ComTreeIPNS3_15MultipleWithPosELb1EE4NodeE at Base 1.0~git20131006
+ _ZN6mathic4HeapIN3mgb11ReducerPackIS0_E13ConfigurationEE4pushEPNS3_15MultipleWithPosE at Base 1.0~git20131006
+ _ZN6mathic4HeapIN3mgb12ReducerDedupIS0_E13ConfigurationEE11moveValueUpENS_7ComTreeINS1_7NewTermELb1EE4NodeES7_ at Base 1.0~git20131006
+ _ZN6mathic4HeapIN3mgb12ReducerDedupIS0_E13ConfigurationEE3popEv at Base 1.0~git20131006
+ _ZN6mathic4HeapIN3mgb12ReducerDedupIS0_E13ConfigurationEE4pushENS1_7NewTermE at Base 1.0~git20131006
+ _ZN6mathic4HeapIN3mgb14ReducerNoDedupIS0_E13ConfigurationEE11moveValueUpENS_7ComTreeINS1_7NewTermELb1EE4NodeES7_ at Base 1.0~git20131006
+ _ZN6mathic4HeapIN3mgb14ReducerNoDedupIS0_E13ConfigurationEE3popEv at Base 1.0~git20131006
+ _ZN6mathic4HeapIN3mgb14ReducerNoDedupIS0_E13ConfigurationEE4pushENS1_7NewTermE at Base 1.0~git20131006
+ _ZN6mathic4HeapIN3mgb15ReducerHashPackIS0_E13ConfigurationEE11moveValueUpENS_7ComTreeIPNS3_15MultipleWithPosELb1EE4NodeES8_ at Base 1.0~git20131006
+ _ZN6mathic4HeapIN3mgb15ReducerHashPackIS0_E13ConfigurationEE12moveHoleDownENS_7ComTreeIPNS3_15MultipleWithPosELb1EE4NodeE at Base 1.0~git20131006
+ _ZN6mathic4HeapIN3mgb16ReducerPackDedupIS0_E13ConfigurationEE11moveValueUpENS_7ComTreeIPNS3_15MultipleWithPosELb1EE4NodeES8_ at Base 1.0~git20131006
+ _ZN6mathic4HeapIN3mgb16ReducerPackDedupIS0_E13ConfigurationEE12moveHoleDownENS_7ComTreeIPNS3_15MultipleWithPosELb1EE4NodeE at Base 1.0~git20131006
+ _ZN6mathic4HeapIN3mgb16ReducerPackDedupIS0_E13ConfigurationEE4pushEPNS3_15MultipleWithPosE at Base 1.0~git20131006
+ _ZN6mathic6KDTreeIN3mgb16StaticMonoLookupILb1ENS1_21ConcreteModuleMonoSetILb1ELb1ELb1EE6NoDataELb1ELb1EE13ConfigurationEE13reportChangesEmm at Base 1.0~git20131006
+ _ZN6mathic6KDTreeIN3mgb16StaticMonoLookupILb1EmLb1ELb1EE13ConfigurationEE13reportChangesEmm at Base 1.0~git20131006
+ _ZN6mathic7ComTreeIN3mgb10MonoMonoidIiLb1ELb1ELb1EE7MonoPtrELb0EE16increaseCapacityEv at Base 1.0~git20131006
+ _ZN6mathic7ComTreeIN3mgb10MonoMonoidIiLb1ELb1ELb1EE7MonoPtrELb0EE8pushBackERKS4_ at Base 1.0~git20131006
+ _ZN6mathic7ComTreeIN3mgb7NewTermELb1EE16increaseCapacityEv at Base 1.0~git20131006
+ _ZN6mathic7ComTreeIN3mgb7NewTermELb1EE8pushBackERKS2_ at Base 1.0~git20131006
+ _ZN6mathic7ComTreeIPN3mgb11ReducerPackINS_4HeapEE15MultipleWithPosELb1EE16increaseCapacityEv at Base 1.0~git20131006
+ _ZN6mathic7ComTreeIPN3mgb11ReducerPackINS_4HeapEE15MultipleWithPosELb1EE8pushBackERKS6_ at Base 1.0~git20131006
+ _ZN6mathic7ComTreeIPN3mgb13PolyHashTable4NodeELb1EE16increaseCapacityEv at Base 1.0~git20131006
+ _ZN6mathic7ComTreeIPN3mgb13PolyHashTable4NodeELb1EE8pushBackERKS4_ at Base 1.0~git20131006
+ _ZN6mathic7ComTreeIPN3mgb15ReducerHashPackINS_4HeapEE15MultipleWithPosELb1EE16increaseCapacityEv at Base 1.0~git20131006
+ _ZN6mathic7ComTreeIPN3mgb15ReducerHashPackINS_4HeapEE15MultipleWithPosELb1EE8pushBackERKS6_ at Base 1.0~git20131006
+ _ZN6mathic7ComTreeIPN3mgb16ReducerPackDedupINS_4HeapEE15MultipleWithPosELb1EE16increaseCapacityEv at Base 1.0~git20131006
+ _ZN6mathic7ComTreeIPN3mgb16ReducerPackDedupINS_4HeapEE15MultipleWithPosELb1EE8pushBackERKS6_ at Base 1.0~git20131006
+ _ZN6mathic7ComTreeIPNS_8TourTreeIN3mgb11ReducerHashIS1_E13ConfigurationEE6PlayerELb0EE16increaseCapacityEv at Base 1.0~git20131006
+ _ZN6mathic7ComTreeIPNS_8TourTreeIN3mgb11ReducerPackIS1_E13ConfigurationEE6PlayerELb0EE16increaseCapacityEv at Base 1.0~git20131006
+ _ZN6mathic7ComTreeIPNS_8TourTreeIN3mgb12ReducerDedupIS1_E13ConfigurationEE6PlayerELb0EE16increaseCapacityEv at Base 1.0~git20131006
+ _ZN6mathic7ComTreeIPNS_8TourTreeIN3mgb14ReducerNoDedupIS1_E13ConfigurationEE6PlayerELb0EE16increaseCapacityEv at Base 1.0~git20131006
+ _ZN6mathic7ComTreeIPNS_8TourTreeIN3mgb15ReducerHashPackIS1_E13ConfigurationEE6PlayerELb0EE16increaseCapacityEv at Base 1.0~git20131006
+ _ZN6mathic7ComTreeIPNS_8TourTreeIN3mgb16ReducerPackDedupIS1_E13ConfigurationEE6PlayerELb0EE16increaseCapacityEv at Base 1.0~git20131006
+ _ZN6mathic7ComTreeIPNS_8TourTreeINS_9PairQueueIN3mgb21ConcreteSigSPairQueue13ConfigurationEE18QueueConfigurationEE6PlayerELb0EE16increaseCapacityEv at Base 1.0~git20131006
+ _ZN6mathic7ComTreeIPNS_8TourTreeINS_9PairQueueIN3mgb6SPairs18QueueConfigurationEE18QueueConfigurationEE6PlayerELb0EE16increaseCapacityEv at Base 1.0~git20131006
+ _ZN6mathic7DivListIN3mgb16StaticMonoLookupILb0ENS1_21ConcreteModuleMonoSetILb0ELb0ELb0EE6NoDataELb0ELb0EE13ConfigurationEE11findDivisorERKNS1_10MonoMonoidIiLb1ELb1ELb1EE12ConstMonoRefE at Base 1.0~git20131006
+ _ZN6mathic7DivListIN3mgb16StaticMonoLookupILb0ENS1_21ConcreteModuleMonoSetILb0ELb0ELb1EE6NoDataELb0ELb1EE13ConfigurationEE11findDivisorERKNS1_10MonoMonoidIiLb1ELb1ELb1EE12ConstMonoRefE at Base 1.0~git20131006
+ _ZN6mathic7DivListIN3mgb16StaticMonoLookupILb0ENS1_21ConcreteModuleMonoSetILb0ELb0ELb1EE6NoDataELb0ELb1EE13ConfigurationEE7rebuildEv at Base 1.0~git20131006
+ _ZN6mathic7DivListIN3mgb16StaticMonoLookupILb0ENS1_21ConcreteModuleMonoSetILb0ELb0ELb1EE6NoDataELb0ELb1EE13ConfigurationEEC1ERKS7_ at Base 1.0~git20131006
+ _ZN6mathic7DivListIN3mgb16StaticMonoLookupILb0ENS1_21ConcreteModuleMonoSetILb0ELb0ELb1EE6NoDataELb0ELb1EE13ConfigurationEEC2ERKS7_ at Base 1.0~git20131006
+ _ZN6mathic7DivListIN3mgb16StaticMonoLookupILb0ENS1_21ConcreteModuleMonoSetILb0ELb1ELb0EE6NoDataELb1ELb0EE13ConfigurationEE11findDivisorERKNS1_10MonoMonoidIiLb1ELb1ELb1EE12ConstMonoRefE at Base 1.0~git20131006
+ _ZN6mathic7DivListIN3mgb16StaticMonoLookupILb0ENS1_21ConcreteModuleMonoSetILb0ELb1ELb1EE6NoDataELb1ELb1EE13ConfigurationEE11findDivisorERKNS1_10MonoMonoidIiLb1ELb1ELb1EE12ConstMonoRefE at Base 1.0~git20131006
+ _ZN6mathic7DivListIN3mgb16StaticMonoLookupILb0ENS1_21ConcreteModuleMonoSetILb0ELb1ELb1EE6NoDataELb1ELb1EE13ConfigurationEE7rebuildEv at Base 1.0~git20131006
+ _ZN6mathic7DivListIN3mgb16StaticMonoLookupILb0ENS1_21ConcreteModuleMonoSetILb0ELb1ELb1EE6NoDataELb1ELb1EE13ConfigurationEEC1ERKS7_ at Base 1.0~git20131006
+ _ZN6mathic7DivListIN3mgb16StaticMonoLookupILb0ENS1_21ConcreteModuleMonoSetILb0ELb1ELb1EE6NoDataELb1ELb1EE13ConfigurationEEC2ERKS7_ at Base 1.0~git20131006
+ _ZN6mathic7DivListIN3mgb16StaticMonoLookupILb0EmLb0ELb0EE13ConfigurationEE15findAllDivisorsINS5_16ConstEntryOutputINS3_10LambdaWrapIZNKS3_14classicReducerENS1_10MonoMonoidIiLb1ELb1ELb1EE12ConstMonoRefERKNS1_9PolyBasisEbEUlRKNS4_5EntryEE_EEEEEEvRKSB_RT_ at Base 1.0~git20131006
+ _ZN6mathic7DivListIN3mgb16StaticMonoLookupILb0EmLb0ELb0EE13ConfigurationEE15findAllDivisorsINS5_16ConstEntryOutputINS3_10LambdaWrapIZNKS3_14regularReducerENS1_10MonoMonoidIiLb1ELb1ELb1EE12ConstMonoRefESB_RKNS1_12SigPolyBasisEbEUlRKNS4_5EntryEE_EEEEEEvRKSB_RT_ at Base 1.0~git20131006
+ _ZN6mathic7DivListIN3mgb16StaticMonoLookupILb0EmLb0ELb0EE13ConfigurationEE15findAllDivisorsINS5_16ConstEntryOutputINS3_10LambdaWrapIZNKS3_15highBaseDivisorEmRKNS1_12SigPolyBasisEEUlRKNS4_5EntryEE_EEEEEEvRKNS1_10MonoMonoidIiLb1ELb1ELb1EE12ConstMonoRefERT_ at Base 1.0~git20131006
+ _ZN6mathic7DivListIN3mgb16StaticMonoLookupILb0EmLb0ELb1EE13ConfigurationEE15findAllDivisorsINS5_16ConstEntryOutputINS3_10LambdaWrapIZNKS3_14classicReducerENS1_10MonoMonoidIiLb1ELb1ELb1EE12ConstMonoRefERKNS1_9PolyBasisEbEUlRKNS4_5EntryEE_EEEEEEvRKSB_RT_ at Base 1.0~git20131006
+ _ZN6mathic7DivListIN3mgb16StaticMonoLookupILb0EmLb0ELb1EE13ConfigurationEE15findAllDivisorsINS5_16ConstEntryOutputINS3_10LambdaWrapIZNKS3_14regularReducerENS1_10MonoMonoidIiLb1ELb1ELb1EE12ConstMonoRefESB_RKNS1_12SigPolyBasisEbEUlRKNS4_5EntryEE_EEEEEEvRKSB_RT_ at Base 1.0~git20131006
+ _ZN6mathic7DivListIN3mgb16StaticMonoLookupILb0EmLb0ELb1EE13ConfigurationEE15findAllDivisorsINS5_16ConstEntryOutputINS3_10LambdaWrapIZNKS3_15highBaseDivisorEmRKNS1_12SigPolyBasisEEUlRKNS4_5EntryEE_EEEEEEvRKNS1_10MonoMonoidIiLb1ELb1ELb1EE12ConstMonoRefERT_ at Base 1.0~git20131006
+ _ZN6mathic7DivListIN3mgb16StaticMonoLookupILb0EmLb0ELb1EE13ConfigurationEE15findAllDivisorsINS5_16ConstEntryOutputINS3_10LambdaWrapIZNKS3_15lowBaseDivisorsERSt6vectorImSaImEEmmRKNS1_12SigPolyBasisEEUlRKNS4_5EntryEE_EEEEEEvRKNS1_10MonoMonoidIiLb1ELb1ELb1EE12ConstMonoRefERT_ at Base 1.0~git20131006
+ _ZN6mathic7DivListIN3mgb16StaticMonoLookupILb0EmLb0ELb1EE13ConfigurationEE15findAllDivisorsINS5_16ConstEntryOutputINS3_10LambdaWrapIZNKS3_16minimalLeadInSigENS1_10MonoMonoidIiLb1ELb1ELb1EE12ConstMonoRefERKNS1_12SigPolyBasisEEUlRKNS4_5EntryEE_EEEEEEvRKSB_RT_ at Base 1.0~git20131006
+ _ZN6mathic7DivListIN3mgb16StaticMonoLookupILb0EmLb0ELb1EE13ConfigurationEE15findAllDivisorsINS5_16ConstEntryOutputINS3_10LambdaWrapIZNKS3_8divisorsENS1_10MonoMonoidIiLb1ELb1ELb1EE12ConstMonoRefERNS1_10MonoLookup11EntryOutputEEUlRKNS4_5EntryEE_EEEEEEvRKSB_RT_ at Base 1.0~git20131006
+ _ZN6mathic7DivListIN3mgb16StaticMonoLookupILb0EmLb0ELb1EE13ConfigurationEE16findAllMultiplesINS5_16ConstEntryOutputINS3_10LambdaWrapIZNKS3_9multiplesENS1_10MonoMonoidIiLb1ELb1ELb1EE12ConstMonoRefERNS1_10MonoLookup11EntryOutputEEUlRKNS4_5EntryEE_EEEEEEvRKSB_RT_ at Base 1.0~git20131006
+ _ZN6mathic7DivListIN3mgb16StaticMonoLookupILb0EmLb0ELb1EE13ConfigurationEE7rebuildEv at Base 1.0~git20131006
+ _ZN6mathic7DivListIN3mgb16StaticMonoLookupILb0EmLb1ELb0EE13ConfigurationEE15findAllDivisorsINS5_16ConstEntryOutputINS3_10LambdaWrapIZNKS3_14classicReducerENS1_10MonoMonoidIiLb1ELb1ELb1EE12ConstMonoRefERKNS1_9PolyBasisEbEUlRKNS4_5EntryEE_EEEEEEvRKSB_RT_ at Base 1.0~git20131006
+ _ZN6mathic7DivListIN3mgb16StaticMonoLookupILb0EmLb1ELb0EE13ConfigurationEE15findAllDivisorsINS5_16ConstEntryOutputINS3_10LambdaWrapIZNKS3_14regularReducerENS1_10MonoMonoidIiLb1ELb1ELb1EE12ConstMonoRefESB_RKNS1_12SigPolyBasisEbEUlRKNS4_5EntryEE_EEEEEEvRKSB_RT_ at Base 1.0~git20131006
+ _ZN6mathic7DivListIN3mgb16StaticMonoLookupILb0EmLb1ELb0EE13ConfigurationEE15findAllDivisorsINS5_16ConstEntryOutputINS3_10LambdaWrapIZNKS3_15highBaseDivisorEmRKNS1_12SigPolyBasisEEUlRKNS4_5EntryEE_EEEEEEvRKNS1_10MonoMonoidIiLb1ELb1ELb1EE12ConstMonoRefERT_ at Base 1.0~git20131006
+ _ZN6mathic7DivListIN3mgb16StaticMonoLookupILb0EmLb1ELb1EE13ConfigurationEE15findAllDivisorsINS5_16ConstEntryOutputINS3_10LambdaWrapIZNKS3_14classicReducerENS1_10MonoMonoidIiLb1ELb1ELb1EE12ConstMonoRefERKNS1_9PolyBasisEbEUlRKNS4_5EntryEE_EEEEEEvRKSB_RT_ at Base 1.0~git20131006
+ _ZN6mathic7DivListIN3mgb16StaticMonoLookupILb0EmLb1ELb1EE13ConfigurationEE15findAllDivisorsINS5_16ConstEntryOutputINS3_10LambdaWrapIZNKS3_14regularReducerENS1_10MonoMonoidIiLb1ELb1ELb1EE12ConstMonoRefESB_RKNS1_12SigPolyBasisEbEUlRKNS4_5EntryEE_EEEEEEvRKSB_RT_ at Base 1.0~git20131006
+ _ZN6mathic7DivListIN3mgb16StaticMonoLookupILb0EmLb1ELb1EE13ConfigurationEE15findAllDivisorsINS5_16ConstEntryOutputINS3_10LambdaWrapIZNKS3_15highBaseDivisorEmRKNS1_12SigPolyBasisEEUlRKNS4_5EntryEE_EEEEEEvRKNS1_10MonoMonoidIiLb1ELb1ELb1EE12ConstMonoRefERT_ at Base 1.0~git20131006
+ _ZN6mathic7DivListIN3mgb16StaticMonoLookupILb0EmLb1ELb1EE13ConfigurationEE15findAllDivisorsINS5_16ConstEntryOutputINS3_10LambdaWrapIZNKS3_15lowBaseDivisorsERSt6vectorImSaImEEmmRKNS1_12SigPolyBasisEEUlRKNS4_5EntryEE_EEEEEEvRKNS1_10MonoMonoidIiLb1ELb1ELb1EE12ConstMonoRefERT_ at Base 1.0~git20131006
+ _ZN6mathic7DivListIN3mgb16StaticMonoLookupILb0EmLb1ELb1EE13ConfigurationEE15findAllDivisorsINS5_16ConstEntryOutputINS3_10LambdaWrapIZNKS3_16minimalLeadInSigENS1_10MonoMonoidIiLb1ELb1ELb1EE12ConstMonoRefERKNS1_12SigPolyBasisEEUlRKNS4_5EntryEE_EEEEEEvRKSB_RT_ at Base 1.0~git20131006
+ _ZN6mathic7DivListIN3mgb16StaticMonoLookupILb0EmLb1ELb1EE13ConfigurationEE15findAllDivisorsINS5_16ConstEntryOutputINS3_10LambdaWrapIZNKS3_8divisorsENS1_10MonoMonoidIiLb1ELb1ELb1EE12ConstMonoRefERNS1_10MonoLookup11EntryOutputEEUlRKNS4_5EntryEE_EEEEEEvRKSB_RT_ at Base 1.0~git20131006
+ _ZN6mathic7DivListIN3mgb16StaticMonoLookupILb0EmLb1ELb1EE13ConfigurationEE16findAllMultiplesINS5_16ConstEntryOutputINS3_10LambdaWrapIZNKS3_9multiplesENS1_10MonoMonoidIiLb1ELb1ELb1EE12ConstMonoRefERNS1_10MonoLookup11EntryOutputEEUlRKNS4_5EntryEE_EEEEEEvRKSB_RT_ at Base 1.0~git20131006
+ _ZN6mathic7DivListIN3mgb16StaticMonoLookupILb0EmLb1ELb1EE13ConfigurationEE7rebuildEv at Base 1.0~git20131006
+ _ZN6mathic7DivMask10CalculatorIN3mgb16StaticMonoLookupILb0ENS2_21ConcreteModuleMonoSetILb0ELb0ELb1EE6NoDataELb0ELb1EE13ConfigurationELb1EE14rebuildDefaultERKS8_ at Base 1.0~git20131006
+ _ZN6mathic7DivMask10CalculatorIN3mgb16StaticMonoLookupILb0ENS2_21ConcreteModuleMonoSetILb0ELb0ELb1EE6NoDataELb0ELb1EE13ConfigurationELb1EE7rebuildIPNS8_5EntryEEEvT_SD_RKS8_ at Base 1.0~git20131006
+ _ZN6mathic7DivMask10CalculatorIN3mgb16StaticMonoLookupILb0ENS2_21ConcreteModuleMonoSetILb0ELb1ELb1EE6NoDataELb1ELb1EE13ConfigurationELb1EE14rebuildDefaultERKS8_ at Base 1.0~git20131006
+ _ZN6mathic7DivMask10CalculatorIN3mgb16StaticMonoLookupILb0ENS2_21ConcreteModuleMonoSetILb0ELb1ELb1EE6NoDataELb1ELb1EE13ConfigurationELb1EE7rebuildIPNS8_5EntryEEEvT_SD_RKS8_ at Base 1.0~git20131006
+ _ZN6mathic7DivMask10CalculatorIN3mgb16StaticMonoLookupILb0EmLb0ELb1EE13ConfigurationELb1EE14rebuildDefaultERKS5_ at Base 1.0~git20131006
+ _ZN6mathic7DivMask10CalculatorIN3mgb16StaticMonoLookupILb0EmLb0ELb1EE13ConfigurationELb1EE7rebuildIPNS5_5EntryEEEvT_SA_RKS5_ at Base 1.0~git20131006
+ _ZN6mathic7DivMask10CalculatorIN3mgb16StaticMonoLookupILb0EmLb1ELb1EE13ConfigurationELb1EE14rebuildDefaultERKS5_ at Base 1.0~git20131006
+ _ZN6mathic7DivMask10CalculatorIN3mgb16StaticMonoLookupILb0EmLb1ELb1EE13ConfigurationELb1EE7rebuildIPNS5_5EntryEEEvT_SA_RKS5_ at Base 1.0~git20131006
+ _ZN6mathic7DivMask10CalculatorIN3mgb16StaticMonoLookupILb1ENS2_21ConcreteModuleMonoSetILb1ELb0ELb1EE6NoDataELb0ELb1EE13ConfigurationELb1EE14rebuildDefaultERKS8_ at Base 1.0~git20131006
+ _ZN6mathic7DivMask10CalculatorIN3mgb16StaticMonoLookupILb1ENS2_21ConcreteModuleMonoSetILb1ELb0ELb1EE6NoDataELb0ELb1EE13ConfigurationELb1EE7rebuildIPNS8_5EntryEEEvT_SD_RKS8_ at Base 1.0~git20131006
+ _ZN6mathic7DivMask10CalculatorIN3mgb16StaticMonoLookupILb1ENS2_21ConcreteModuleMonoSetILb1ELb1ELb1EE6NoDataELb1ELb1EE13ConfigurationELb1EE14rebuildDefaultERKS8_ at Base 1.0~git20131006
+ _ZN6mathic7DivMask10CalculatorIN3mgb16StaticMonoLookupILb1ENS2_21ConcreteModuleMonoSetILb1ELb1ELb1EE6NoDataELb1ELb1EE13ConfigurationELb1EE7rebuildIPNS8_5EntryEEEvT_SD_RKS8_ at Base 1.0~git20131006
+ _ZN6mathic7DivMask10CalculatorIN3mgb16StaticMonoLookupILb1EmLb0ELb1EE13ConfigurationELb1EE14rebuildDefaultERKS5_ at Base 1.0~git20131006
+ _ZN6mathic7DivMask10CalculatorIN3mgb16StaticMonoLookupILb1EmLb0ELb1EE13ConfigurationELb1EE7rebuildIPNS5_5EntryEEEvT_SA_RKS5_ at Base 1.0~git20131006
+ _ZN6mathic7DivMask10CalculatorIN3mgb16StaticMonoLookupILb1EmLb1ELb1EE13ConfigurationELb1EE14rebuildDefaultERKS5_ at Base 1.0~git20131006
+ _ZN6mathic7DivMask10CalculatorIN3mgb16StaticMonoLookupILb1EmLb1ELb1EE13ConfigurationELb1EE7rebuildIPNS5_5EntryEEEvT_SA_RKS5_ at Base 1.0~git20131006
+ _ZN6mathic8GeoFrontIN3mgb11ReducerHashINS_9GeobucketEE13ConfigurationENS3_IS5_E6BucketELb1EE12keyDecreasedEPS7_ at Base 1.0~git20131006
+ _ZN6mathic8GeoFrontIN3mgb11ReducerHashINS_9GeobucketEE13ConfigurationENS3_IS5_E6BucketELb1EE12keyIncreasedEPS7_ at Base 1.0~git20131006
+ _ZN6mathic8GeoFrontIN3mgb11ReducerHashINS_9GeobucketEE13ConfigurationENS3_IS5_E6BucketELb1EE15reserveCapacityEm at Base 1.0~git20131006
+ _ZN6mathic8GeoFrontIN3mgb11ReducerPackINS_9GeobucketEE13ConfigurationENS3_IS5_E6BucketELb1EE12keyIncreasedEPS7_ at Base 1.0~git20131006
+ _ZN6mathic8GeoFrontIN3mgb11ReducerPackINS_9GeobucketEE13ConfigurationENS3_IS5_E6BucketELb1EE15reserveCapacityEm at Base 1.0~git20131006
+ _ZN6mathic8GeoFrontIN3mgb11ReducerPackINS_9GeobucketEE13ConfigurationENS3_IS5_E6BucketELb1EE6insertEPS7_ at Base 1.0~git20131006
+ _ZN6mathic8GeoFrontIN3mgb12ReducerDedupINS_9GeobucketEE13ConfigurationENS3_IS5_E6BucketELb1EE12keyIncreasedEPS7_ at Base 1.0~git20131006
+ _ZN6mathic8GeoFrontIN3mgb12ReducerDedupINS_9GeobucketEE13ConfigurationENS3_IS5_E6BucketELb1EE15reserveCapacityEm at Base 1.0~git20131006
+ _ZN6mathic8GeoFrontIN3mgb12ReducerDedupINS_9GeobucketEE13ConfigurationENS3_IS5_E6BucketELb1EE6insertEPS7_ at Base 1.0~git20131006
+ _ZN6mathic8GeoFrontIN3mgb14ReducerNoDedupINS_9GeobucketEE13ConfigurationENS3_IS5_E6BucketELb1EE12keyDecreasedEPS7_ at Base 1.0~git20131006
+ _ZN6mathic8GeoFrontIN3mgb14ReducerNoDedupINS_9GeobucketEE13ConfigurationENS3_IS5_E6BucketELb1EE12keyIncreasedEPS7_ at Base 1.0~git20131006
+ _ZN6mathic8GeoFrontIN3mgb14ReducerNoDedupINS_9GeobucketEE13ConfigurationENS3_IS5_E6BucketELb1EE15reserveCapacityEm at Base 1.0~git20131006
+ _ZN6mathic8GeoFrontIN3mgb14ReducerNoDedupINS_9GeobucketEE13ConfigurationENS3_IS5_E6BucketELb1EE6insertEPS7_ at Base 1.0~git20131006
+ _ZN6mathic8GeoFrontIN3mgb15ReducerHashPackINS_9GeobucketEE13ConfigurationENS3_IS5_E6BucketELb1EE12keyIncreasedEPS7_ at Base 1.0~git20131006
+ _ZN6mathic8GeoFrontIN3mgb15ReducerHashPackINS_9GeobucketEE13ConfigurationENS3_IS5_E6BucketELb1EE15reserveCapacityEm at Base 1.0~git20131006
+ _ZN6mathic8GeoFrontIN3mgb15ReducerHashPackINS_9GeobucketEE13ConfigurationENS3_IS5_E6BucketELb1EE6insertEPS7_ at Base 1.0~git20131006
+ _ZN6mathic8GeoFrontIN3mgb16ReducerPackDedupINS_9GeobucketEE13ConfigurationENS3_IS5_E6BucketELb1EE12keyIncreasedEPS7_ at Base 1.0~git20131006
+ _ZN6mathic8GeoFrontIN3mgb16ReducerPackDedupINS_9GeobucketEE13ConfigurationENS3_IS5_E6BucketELb1EE15reserveCapacityEm at Base 1.0~git20131006
+ _ZN6mathic8GeoFrontIN3mgb16ReducerPackDedupINS_9GeobucketEE13ConfigurationENS3_IS5_E6BucketELb1EE6insertEPS7_ at Base 1.0~git20131006
+ _ZN6mathic8TourTreeIN3mgb11ReducerHashIS0_E13ConfigurationEE10reallocateEv at Base 1.0~git20131006
+ _ZN6mathic8TourTreeIN3mgb11ReducerHashIS0_E13ConfigurationEE3popEv at Base 1.0~git20131006
+ _ZN6mathic8TourTreeIN3mgb11ReducerHashIS0_E13ConfigurationEE4pushEPNS1_13PolyHashTable4NodeE at Base 1.0~git20131006
+ _ZN6mathic8TourTreeIN3mgb11ReducerPackIS0_E13ConfigurationEE10reallocateEv at Base 1.0~git20131006
+ _ZN6mathic8TourTreeIN3mgb11ReducerPackIS0_E13ConfigurationEE3popEv at Base 1.0~git20131006
+ _ZN6mathic8TourTreeIN3mgb11ReducerPackIS0_E13ConfigurationEE4pushEPNS3_15MultipleWithPosE at Base 1.0~git20131006
+ _ZN6mathic8TourTreeIN3mgb12ReducerDedupIS0_E13ConfigurationEE10reallocateEv at Base 1.0~git20131006
+ _ZN6mathic8TourTreeIN3mgb12ReducerDedupIS0_E13ConfigurationEE3popEv at Base 1.0~git20131006
+ _ZN6mathic8TourTreeIN3mgb12ReducerDedupIS0_E13ConfigurationEE4pushENS1_7NewTermE at Base 1.0~git20131006
+ _ZN6mathic8TourTreeIN3mgb14ReducerNoDedupIS0_E13ConfigurationEE10reallocateEv at Base 1.0~git20131006
+ _ZN6mathic8TourTreeIN3mgb14ReducerNoDedupIS0_E13ConfigurationEE3popEv at Base 1.0~git20131006
+ _ZN6mathic8TourTreeIN3mgb14ReducerNoDedupIS0_E13ConfigurationEE4pushENS1_7NewTermE at Base 1.0~git20131006
+ _ZN6mathic8TourTreeIN3mgb15ReducerHashPackIS0_E13ConfigurationEE10reallocateEv at Base 1.0~git20131006
+ _ZN6mathic8TourTreeIN3mgb15ReducerHashPackIS0_E13ConfigurationEE11decreaseTopEPNS3_15MultipleWithPosE at Base 1.0~git20131006
+ _ZN6mathic8TourTreeIN3mgb15ReducerHashPackIS0_E13ConfigurationEE3popEv at Base 1.0~git20131006
+ _ZN6mathic8TourTreeIN3mgb15ReducerHashPackIS0_E13ConfigurationEE4pushEPNS3_15MultipleWithPosE at Base 1.0~git20131006
+ _ZN6mathic8TourTreeIN3mgb16ReducerPackDedupIS0_E13ConfigurationEE10reallocateEv at Base 1.0~git20131006
+ _ZN6mathic8TourTreeIN3mgb16ReducerPackDedupIS0_E13ConfigurationEE3popEv at Base 1.0~git20131006
+ _ZN6mathic8TourTreeIN3mgb16ReducerPackDedupIS0_E13ConfigurationEE4pushEPNS3_15MultipleWithPosE at Base 1.0~git20131006
+ _ZN6mathic8TourTreeINS_9PairQueueIN3mgb21ConcreteSigSPairQueue13ConfigurationEE18QueueConfigurationEE10reallocateEv at Base 1.0~git20131006
+ _ZN6mathic8TourTreeINS_9PairQueueIN3mgb21ConcreteSigSPairQueue13ConfigurationEE18QueueConfigurationEE11decreaseTopEPNS5_6ColumnE at Base 1.0~git20131006
+ _ZN6mathic8TourTreeINS_9PairQueueIN3mgb21ConcreteSigSPairQueue13ConfigurationEE18QueueConfigurationEE3popEv at Base 1.0~git20131006
+ _ZN6mathic8TourTreeINS_9PairQueueIN3mgb21ConcreteSigSPairQueue13ConfigurationEE18QueueConfigurationEE4pushEPNS5_6ColumnE at Base 1.0~git20131006
+ _ZN6mathic8TourTreeINS_9PairQueueIN3mgb21ConcreteSigSPairQueue13ConfigurationEE18QueueConfigurationEED1Ev at Base 1.0~git20131006
+ _ZN6mathic8TourTreeINS_9PairQueueIN3mgb21ConcreteSigSPairQueue13ConfigurationEE18QueueConfigurationEED2Ev at Base 1.0~git20131006
+ _ZN6mathic8TourTreeINS_9PairQueueIN3mgb6SPairs18QueueConfigurationEE18QueueConfigurationEE10reallocateEv at Base 1.0~git20131006
+ _ZN6mathic8TourTreeINS_9PairQueueIN3mgb6SPairs18QueueConfigurationEE18QueueConfigurationEE11decreaseTopEPNS5_6ColumnE at Base 1.0~git20131006
+ _ZN6mathic8TourTreeINS_9PairQueueIN3mgb6SPairs18QueueConfigurationEE18QueueConfigurationEE3popEv at Base 1.0~git20131006
+ _ZN6mathic8TourTreeINS_9PairQueueIN3mgb6SPairs18QueueConfigurationEE18QueueConfigurationEE4pushEPNS5_6ColumnE at Base 1.0~git20131006
+ _ZN6mathic9GeobucketIN3mgb11ReducerHashIS0_E13ConfigurationEE15mergeToNonEmptyISt16reverse_iteratorIN9__gnu_cxx17__normal_iteratorIPPNS1_13PolyHashTable4NodeESt6vectorISC_SaISC_EEEEEEEvRNS5_6BucketET_SL_ at Base 1.0~git20131006
+ _ZN6mathic9GeobucketIN3mgb11ReducerHashIS0_E13ConfigurationEE3popEv at Base 1.0~git20131006
+ _ZN6mathic9GeobucketIN3mgb11ReducerHashIS0_E13ConfigurationEE4pushIN9__gnu_cxx17__normal_iteratorIPPNS1_13PolyHashTable4NodeESt6vectorISB_SaISB_EEEEEEvT_SH_ at Base 1.0~git20131006
+ _ZN6mathic9GeobucketIN3mgb11ReducerHashIS0_E13ConfigurationEE5mergeIPPNS1_13PolyHashTable4NodeESA_SA_EET1_T_SC_T0_SD_SB_ at Base 1.0~git20131006
+ _ZN6mathic9GeobucketIN3mgb11ReducerHashIS0_E13ConfigurationEE5mergeISt16reverse_iteratorIN9__gnu_cxx17__normal_iteratorIPPNS1_13PolyHashTable4NodeESt6vectorISC_SaISC_EEEEESD_SD_EET1_T_SK_T0_SL_SJ_ at Base 1.0~git20131006
+ _ZN6mathic9GeobucketIN3mgb11ReducerHashIS0_E13ConfigurationEE6insertISt16reverse_iteratorIN9__gnu_cxx17__normal_iteratorIPPNS1_13PolyHashTable4NodeESt6vectorISC_SaISC_EEEEEEEvPNS5_6BucketET_SL_mNS5_8PremergeILb0EEE at Base 1.0~git20131006
+ _ZN6mathic9GeobucketIN3mgb11ReducerHashIS0_E13ConfigurationEE9addBucketEv at Base 1.0~git20131006
+ _ZN6mathic9GeobucketIN3mgb11ReducerPackIS0_E13ConfigurationEE15mergeToNonEmptyIPKPNS3_15MultipleWithPosEEEvRNS5_6BucketET_SD_ at Base 1.0~git20131006
+ _ZN6mathic9GeobucketIN3mgb11ReducerPackIS0_E13ConfigurationEE3popEv at Base 1.0~git20131006
+ _ZN6mathic9GeobucketIN3mgb11ReducerPackIS0_E13ConfigurationEE4pushEPNS3_15MultipleWithPosE at Base 1.0~git20131006
+ _ZN6mathic9GeobucketIN3mgb11ReducerPackIS0_E13ConfigurationEE5mergeIPKPNS3_15MultipleWithPosEPS8_SB_EET1_T_SD_T0_SE_SC_ at Base 1.0~git20131006
+ _ZN6mathic9GeobucketIN3mgb11ReducerPackIS0_E13ConfigurationEE5mergeIPPNS3_15MultipleWithPosES9_S9_EET1_T_SB_T0_SC_SA_ at Base 1.0~git20131006
+ _ZN6mathic9GeobucketIN3mgb11ReducerPackIS0_E13ConfigurationEE6insertIPKPNS3_15MultipleWithPosEEEvPNS5_6BucketET_SD_mNS5_8PremergeILb0EEE at Base 1.0~git20131006
+ _ZN6mathic9GeobucketIN3mgb11ReducerPackIS0_E13ConfigurationEE9addBucketEv at Base 1.0~git20131006
+ _ZN6mathic9GeobucketIN3mgb12ReducerDedupIS0_E13ConfigurationEE3popEv at Base 1.0~git20131006
+ _ZN6mathic9GeobucketIN3mgb12ReducerDedupIS0_E13ConfigurationEE4pushENS1_7NewTermE at Base 1.0~git20131006
+ _ZN6mathic9GeobucketIN3mgb12ReducerDedupIS0_E13ConfigurationEE5mergeIPKNS1_7NewTermEPS7_SA_EET1_T_SC_T0_SD_SB_ at Base 1.0~git20131006
+ _ZN6mathic9GeobucketIN3mgb12ReducerDedupIS0_E13ConfigurationEE5mergeIPNS1_7NewTermEPKS7_S8_EET1_T_SC_T0_SD_SB_ at Base 1.0~git20131006
+ _ZN6mathic9GeobucketIN3mgb12ReducerDedupIS0_E13ConfigurationEE5mergeIPNS1_7NewTermES8_S8_EET1_T_SA_T0_SB_S9_ at Base 1.0~git20131006
+ _ZN6mathic9GeobucketIN3mgb12ReducerDedupIS0_E13ConfigurationEE6insertIPKNS1_7NewTermEEEvPNS5_6BucketET_SC_mNS5_8PremergeILb0EEE at Base 1.0~git20131006
+ _ZN6mathic9GeobucketIN3mgb12ReducerDedupIS0_E13ConfigurationEE9addBucketEv at Base 1.0~git20131006
+ _ZN6mathic9GeobucketIN3mgb14ReducerNoDedupIS0_E13ConfigurationEE15mergeToNonEmptyIPKNS1_7NewTermEEEvRNS5_6BucketET_SC_ at Base 1.0~git20131006
+ _ZN6mathic9GeobucketIN3mgb14ReducerNoDedupIS0_E13ConfigurationEE3popEv at Base 1.0~git20131006
+ _ZN6mathic9GeobucketIN3mgb14ReducerNoDedupIS0_E13ConfigurationEE4pushENS1_7NewTermE at Base 1.0~git20131006
+ _ZN6mathic9GeobucketIN3mgb14ReducerNoDedupIS0_E13ConfigurationEE5mergeIPKNS1_7NewTermEPS7_SA_EET1_T_SC_T0_SD_SB_ at Base 1.0~git20131006
+ _ZN6mathic9GeobucketIN3mgb14ReducerNoDedupIS0_E13ConfigurationEE5mergeIPNS1_7NewTermES8_S8_EET1_T_SA_T0_SB_S9_ at Base 1.0~git20131006
+ _ZN6mathic9GeobucketIN3mgb14ReducerNoDedupIS0_E13ConfigurationEE6insertIPKNS1_7NewTermEEEvPNS5_6BucketET_SC_mNS5_8PremergeILb0EEE at Base 1.0~git20131006
+ _ZN6mathic9GeobucketIN3mgb14ReducerNoDedupIS0_E13ConfigurationEE9addBucketEv at Base 1.0~git20131006
+ _ZN6mathic9GeobucketIN3mgb15ReducerHashPackIS0_E13ConfigurationEE15mergeToNonEmptyIPKPNS3_15MultipleWithPosEEEvRNS5_6BucketET_SD_ at Base 1.0~git20131006
+ _ZN6mathic9GeobucketIN3mgb15ReducerHashPackIS0_E13ConfigurationEE3popEv at Base 1.0~git20131006
+ _ZN6mathic9GeobucketIN3mgb15ReducerHashPackIS0_E13ConfigurationEE4pushEPNS3_15MultipleWithPosE at Base 1.0~git20131006
+ _ZN6mathic9GeobucketIN3mgb15ReducerHashPackIS0_E13ConfigurationEE5mergeIPKPNS3_15MultipleWithPosEPS8_SB_EET1_T_SD_T0_SE_SC_ at Base 1.0~git20131006
+ _ZN6mathic9GeobucketIN3mgb15ReducerHashPackIS0_E13ConfigurationEE5mergeIPPNS3_15MultipleWithPosES9_S9_EET1_T_SB_T0_SC_SA_ at Base 1.0~git20131006
+ _ZN6mathic9GeobucketIN3mgb15ReducerHashPackIS0_E13ConfigurationEE6insertIPKPNS3_15MultipleWithPosEEEvPNS5_6BucketET_SD_mNS5_8PremergeILb0EEE at Base 1.0~git20131006
+ _ZN6mathic9GeobucketIN3mgb15ReducerHashPackIS0_E13ConfigurationEE9addBucketEv at Base 1.0~git20131006
+ _ZN6mathic9GeobucketIN3mgb16ReducerPackDedupIS0_E13ConfigurationEE3popEv at Base 1.0~git20131006
+ _ZN6mathic9GeobucketIN3mgb16ReducerPackDedupIS0_E13ConfigurationEE4pushEPNS3_15MultipleWithPosE at Base 1.0~git20131006
+ _ZN6mathic9GeobucketIN3mgb16ReducerPackDedupIS0_E13ConfigurationEE5mergeIPKPNS3_15MultipleWithPosEPS8_SB_EET1_T_SD_T0_SE_SC_ at Base 1.0~git20131006
+ _ZN6mathic9GeobucketIN3mgb16ReducerPackDedupIS0_E13ConfigurationEE5mergeIPPNS3_15MultipleWithPosEPKS8_S9_EET1_T_SD_T0_SE_SC_ at Base 1.0~git20131006
+ _ZN6mathic9GeobucketIN3mgb16ReducerPackDedupIS0_E13ConfigurationEE5mergeIPPNS3_15MultipleWithPosES9_S9_EET1_T_SB_T0_SC_SA_ at Base 1.0~git20131006
+ _ZN6mathic9GeobucketIN3mgb16ReducerPackDedupIS0_E13ConfigurationEE6insertIPKPNS3_15MultipleWithPosEEEvPNS5_6BucketET_SD_mNS5_8PremergeILb0EEE at Base 1.0~git20131006
+ _ZN6mathic9GeobucketIN3mgb16ReducerPackDedupIS0_E13ConfigurationEE9addBucketEv at Base 1.0~git20131006
+ _ZN6mathic9PairQueueIN3mgb21ConcreteSigSPairQueue13ConfigurationEE3popEv at Base 1.0~git20131006
+ _ZN6mathic9PairQueueIN3mgb21ConcreteSigSPairQueue13ConfigurationEED1Ev at Base 1.0~git20131006
+ _ZN6mathic9PairQueueIN3mgb21ConcreteSigSPairQueue13ConfigurationEED2Ev at Base 1.0~git20131006
+ _ZN6mathic9PairQueueIN3mgb6SPairs18QueueConfigurationEE3popEv at Base 1.0~git20131006
+ _ZN6mathic9PairQueueIN3mgb6SPairs18QueueConfigurationEED1Ev at Base 1.0~git20131006
+ _ZN6mathic9PairQueueIN3mgb6SPairs18QueueConfigurationEED2Ev at Base 1.0~git20131006
+ _ZN9__gnu_cxx5__ops15_Iter_comp_iterIZNK3mgb21ConcreteModuleMonoSetILb0ELb0ELb0EE7displayERSoEUlNS2_10MonoMonoidIiLb1ELb1ELb1EE12ConstMonoPtrES8_E0_EclINS_17__normal_iteratorIPS8_St6vectorIS8_SaIS8_EEEESH_EEbT_T0_ at Base 1.0~git20131006
+ _ZN9__gnu_cxx5__ops15_Iter_comp_iterIZNK3mgb21ConcreteModuleMonoSetILb0ELb1ELb0EE7displayERSoEUlNS2_10MonoMonoidIiLb1ELb1ELb1EE12ConstMonoPtrES8_E0_EclINS_17__normal_iteratorIPS8_St6vectorIS8_SaIS8_EEEESH_EEbT_T0_ at Base 1.0~git20131006
+ _ZN9__gnu_cxx5__ops15_Iter_comp_iterIZNK3mgb21ConcreteModuleMonoSetILb0ELb1ELb1EE7displayERSoEUlNS2_10MonoMonoidIiLb1ELb1ELb1EE12ConstMonoPtrES8_E0_EclINS_17__normal_iteratorIPS8_St6vectorIS8_SaIS8_EEEESH_EEbT_T0_ at Base 1.0~git20131006
+ _ZN9__gnu_cxx5__ops15_Iter_comp_iterIZNK3mgb21ConcreteModuleMonoSetILb1ELb0ELb1EE7displayERSoEUlNS2_10MonoMonoidIiLb1ELb1ELb1EE12ConstMonoPtrES8_E0_EclINS_17__normal_iteratorIPS8_St6vectorIS8_SaIS8_EEEESH_EEbT_T0_ at Base 1.0~git20131006
+ _ZN9__gnu_cxx5__ops15_Iter_comp_iterIZNK3mgb21ConcreteModuleMonoSetILb1ELb1ELb0EE7displayERSoEUlNS2_10MonoMonoidIiLb1ELb1ELb1EE12ConstMonoPtrES8_E0_EclINS_17__normal_iteratorIPS8_St6vectorIS8_SaIS8_EEEESH_EEbT_T0_ at Base 1.0~git20131006
+ _ZN9__gnu_cxx5__ops15_Iter_comp_iterIZNK3mgb21ConcreteModuleMonoSetILb1ELb1ELb1EE7displayERSoEUlNS2_10MonoMonoidIiLb1ELb1ELb1EE12ConstMonoPtrES8_E0_EclINS_17__normal_iteratorIPS8_St6vectorIS8_SaIS8_EEEESH_EEbT_T0_ at Base 1.0~git20131006
+ _ZNK3mgb10MonoMonoidIiLb1ELb1ELb1EE20dividesWithComponentENS1_12ConstMonoRefES2_ at Base 1.0~git20131006
+ _ZNK3mgb10MonoMonoidIiLb1ELb1ELb1EE7compareENS1_12ConstMonoRefES2_ at Base 1.0~git20131006
+ _ZNK3mgb10PrimeFieldIlE7inverseENS1_7ElementE at Base 1.0~git20131006
+ _ZNK3mgb10PrimeFieldItE7inverseENS1_7ElementE at Base 1.0~git20131006
+ _ZNK3mgb10QuadMatrix10entryCountEv at Base 1.0~git20131006
+ _ZNK3mgb10QuadMatrix11toCanonicalEv at Base 1.0~git20131006
+ _ZNK3mgb10QuadMatrix15printStatisticsERSo at Base 1.0~git20131006
+ _ZNK3mgb10QuadMatrix16debugAssertValidEv at Base 1.0~git20131006
+ _ZNK3mgb10QuadMatrix16memoryUseTrimmedEv at Base 1.0~git20131006
+ _ZNK3mgb10QuadMatrix19computeLeftColCountEv at Base 1.0~git20131006
+ _ZNK3mgb10QuadMatrix20computeRightColCountEv at Base 1.0~git20131006
+ _ZNK3mgb10QuadMatrix5printERSo at Base 1.0~git20131006
+ _ZNK3mgb10QuadMatrix5writeEtP8_IO_FILE at Base 1.0~git20131006
+ _ZNK3mgb10QuadMatrix8rowCountEv at Base 1.0~git20131006
+ _ZNK3mgb10QuadMatrix8toStringEv at Base 1.0~git20131006
+ _ZNK3mgb10QuadMatrix9memoryUseEv at Base 1.0~git20131006
+ _ZNK3mgb11MonomialMapIjE6Reader11findProductENS_10MonoMonoidIiLb1ELb1ELb1EE12ConstMonoRefES5_ at Base 1.0~git20131006
+ _ZNK3mgb11ReducerHashIN6mathic4HeapEE11descriptionEv at Base 1.0~git20131006
+ _ZNK3mgb11ReducerHashIN6mathic4HeapEE12getMemoryUseEv at Base 1.0~git20131006
+ _ZNK3mgb11ReducerHashIN6mathic8TourTreeEE11descriptionEv at Base 1.0~git20131006
+ _ZNK3mgb11ReducerHashIN6mathic8TourTreeEE12getMemoryUseEv at Base 1.0~git20131006
+ _ZNK3mgb11ReducerHashIN6mathic9GeobucketEE11descriptionEv at Base 1.0~git20131006
+ _ZNK3mgb11ReducerHashIN6mathic9GeobucketEE12getMemoryUseEv at Base 1.0~git20131006
+ _ZNK3mgb11ReducerPackIN6mathic4HeapEE11descriptionEv at Base 1.0~git20131006
+ _ZNK3mgb11ReducerPackIN6mathic4HeapEE12getMemoryUseEv at Base 1.0~git20131006
+ _ZNK3mgb11ReducerPackIN6mathic8TourTreeEE11descriptionEv at Base 1.0~git20131006
+ _ZNK3mgb11ReducerPackIN6mathic8TourTreeEE12getMemoryUseEv at Base 1.0~git20131006
+ _ZNK3mgb11ReducerPackIN6mathic9GeobucketEE11descriptionEv at Base 1.0~git20131006
+ _ZNK3mgb11ReducerPackIN6mathic9GeobucketEE12getMemoryUseEv at Base 1.0~git20131006
+ _ZNK3mgb11SignatureGB12displayStatsERSo at Base 1.0~git20131006
+ _ZNK3mgb11SignatureGB12getMemoryUseEv at Base 1.0~git20131006
+ _ZNK3mgb11SignatureGB16displayMemoryUseERSo at Base 1.0~git20131006
+ _ZNK3mgb11SignatureGB16displaySomeStatsERSo at Base 1.0~git20131006
+ _ZNK3mgb11SignatureGB17displayPaperStatsERSo at Base 1.0~git20131006
+ _ZNK3mgb12ClassicGBAlg10printStatsERSo at Base 1.0~git20131006
+ _ZNK3mgb12ClassicGBAlg12getMemoryUseEv at Base 1.0~git20131006
+ _ZNK3mgb12ClassicGBAlg14printMemoryUseERSo at Base 1.0~git20131006
+ _ZNK3mgb12LogDomainSet11printReportERSo at Base 1.0~git20131006
+ _ZNK3mgb12LogDomainSet15printTimeReportERSo at Base 1.0~git20131006
+ _ZNK3mgb12LogDomainSet16printCountReportERSo at Base 1.0~git20131006
+ _ZNK3mgb12ReducerDedupIN6mathic4HeapEE11descriptionEv at Base 1.0~git20131006
+ _ZNK3mgb12ReducerDedupIN6mathic4HeapEE12getMemoryUseEv at Base 1.0~git20131006
+ _ZNK3mgb12ReducerDedupIN6mathic8TourTreeEE11descriptionEv at Base 1.0~git20131006
+ _ZNK3mgb12ReducerDedupIN6mathic8TourTreeEE12getMemoryUseEv at Base 1.0~git20131006
+ _ZNK3mgb12ReducerDedupIN6mathic9GeobucketEE11descriptionEv at Base 1.0~git20131006
+ _ZNK3mgb12ReducerDedupIN6mathic9GeobucketEE12getMemoryUseEv at Base 1.0~git20131006
+ _ZNK3mgb12SigPolyBasis12displayFancyERSoRKNS_13MonoProcessorINS_10MonoMonoidIiLb1ELb1ELb1EEEEE at Base 1.0~git20131006
+ _ZNK3mgb12SigPolyBasis12getMemoryUseEv at Base 1.0~git20131006
+ _ZNK3mgb12SigPolyBasis14regularReducerENS_10MonoMonoidIiLb1ELb1ELb1EE12ConstMonoRefES3_ at Base 1.0~git20131006
+ _ZNK3mgb12SigPolyBasis15highBaseDivisorEm at Base 1.0~git20131006
+ _ZNK3mgb12SigPolyBasis15lowBaseDivisorsERSt6vectorImSaImEEmm at Base 1.0~git20131006
+ _ZNK3mgb12SigPolyBasis16minimalLeadInSigENS_10MonoMonoidIiLb1ELb1ELb1EE12ConstMonoRefE at Base 1.0~git20131006
+ _ZNK3mgb12SigPolyBasis18regularReducerSlowENS_10MonoMonoidIiLb1ELb1ELb1EE12ConstMonoRefES3_ at Base 1.0~git20131006
+ _ZNK3mgb12SigPolyBasis19highBaseDivisorSlowEm at Base 1.0~git20131006
+ _ZNK3mgb12SigPolyBasis19lowBaseDivisorsSlowERSt6vectorImSaImEEmm at Base 1.0~git20131006
+ _ZNK3mgb12SigPolyBasis20minimalLeadInSigSlowENS_10MonoMonoidIiLb1ELb1ELb1EE12ConstMonoRefE at Base 1.0~git20131006
+ _ZNK3mgb12SigPolyBasis26isSingularTopReducibleSlowERKNS_4PolyENS_10MonoMonoidIiLb1ELb1ELb1EE12ConstMonoRefE at Base 1.0~git20131006
+ _ZNK3mgb12SigPolyBasis7displayERSo at Base 1.0~git20131006
+ _ZNK3mgb12SigPolyBasis9ratioRankENS_10MonoMonoidIiLb1ELb1ELb1EE12ConstMonoRefE at Base 1.0~git20131006
+ _ZNK3mgb12SparseMatrix10entryCountEv at Base 1.0~git20131006
+ _ZNK3mgb12SparseMatrix14computeDensityEv at Base 1.0~git20131006
+ _ZNK3mgb12SparseMatrix15computeColCountEv at Base 1.0~git20131006
+ _ZNK3mgb12SparseMatrix15printStatisticsERSo at Base 1.0~git20131006
+ _ZNK3mgb12SparseMatrix16debugAssertValidEv at Base 1.0~git20131006
+ _ZNK3mgb12SparseMatrix16memoryUseTrimmedEv at Base 1.0~git20131006
+ _ZNK3mgb12SparseMatrix5Block16memoryUseTrimmedEv at Base 1.0~git20131006
+ _ZNK3mgb12SparseMatrix5Block9memoryUseEv at Base 1.0~git20131006
+ _ZNK3mgb12SparseMatrix5printERSo at Base 1.0~git20131006
+ _ZNK3mgb12SparseMatrix5writeEtP8_IO_FILE at Base 1.0~git20131006
+ _ZNK3mgb12SparseMatrix8toStringEv at Base 1.0~git20131006
+ _ZNK3mgb12SparseMatrix9memoryUseEv at Base 1.0~git20131006
+ _ZNK3mgb12SparseMatrixeqERKS0_ at Base 1.0~git20131006
+ _ZNK3mgb13F4ProtoMatrix3rowEj at Base 1.0~git20131006
+ _ZNK3mgb14ReducerNoDedupIN6mathic4HeapEE11descriptionEv at Base 1.0~git20131006
+ _ZNK3mgb14ReducerNoDedupIN6mathic4HeapEE12getMemoryUseEv at Base 1.0~git20131006
+ _ZNK3mgb14ReducerNoDedupIN6mathic8TourTreeEE11descriptionEv at Base 1.0~git20131006
+ _ZNK3mgb14ReducerNoDedupIN6mathic8TourTreeEE12getMemoryUseEv at Base 1.0~git20131006
+ _ZNK3mgb14ReducerNoDedupIN6mathic9GeobucketEE11descriptionEv at Base 1.0~git20131006
+ _ZNK3mgb14ReducerNoDedupIN6mathic9GeobucketEE12getMemoryUseEv at Base 1.0~git20131006
+ _ZNK3mgb14TypicalReducer12getMemoryUseEv at Base 1.0~git20131006
+ _ZNK3mgb14TypicalReducer16preferredSetSizeEv at Base 1.0~git20131006
+ _ZNK3mgb15ReducerHashPackIN6mathic4HeapEE11descriptionEv at Base 1.0~git20131006
+ _ZNK3mgb15ReducerHashPackIN6mathic4HeapEE12getMemoryUseEv at Base 1.0~git20131006
+ _ZNK3mgb15ReducerHashPackIN6mathic8TourTreeEE11descriptionEv at Base 1.0~git20131006
+ _ZNK3mgb15ReducerHashPackIN6mathic8TourTreeEE12getMemoryUseEv at Base 1.0~git20131006
+ _ZNK3mgb15ReducerHashPackIN6mathic9GeobucketEE11descriptionEv at Base 1.0~git20131006
+ _ZNK3mgb15ReducerHashPackIN6mathic9GeobucketEE12getMemoryUseEv at Base 1.0~git20131006
+ _ZNK3mgb16ReducerPackDedupIN6mathic4HeapEE11descriptionEv at Base 1.0~git20131006
+ _ZNK3mgb16ReducerPackDedupIN6mathic4HeapEE12getMemoryUseEv at Base 1.0~git20131006
+ _ZNK3mgb16ReducerPackDedupIN6mathic8TourTreeEE11descriptionEv at Base 1.0~git20131006
+ _ZNK3mgb16ReducerPackDedupIN6mathic8TourTreeEE12getMemoryUseEv at Base 1.0~git20131006
+ _ZNK3mgb16ReducerPackDedupIN6mathic9GeobucketEE11descriptionEv at Base 1.0~git20131006
+ _ZNK3mgb16ReducerPackDedupIN6mathic9GeobucketEE12getMemoryUseEv at Base 1.0~git20131006
+ _ZNK3mgb21ConcreteModuleMonoSetILb0ELb0ELb0EE12elementCountEv at Base 1.0~git20131006
+ _ZNK3mgb21ConcreteModuleMonoSetILb0ELb0ELb0EE12getMemoryUseEv at Base 1.0~git20131006
+ _ZNK3mgb21ConcreteModuleMonoSetILb0ELb0ELb0EE12getMonomialsERSt6vectorINS_10MonoMonoidIiLb1ELb1ELb1EE12ConstMonoPtrESaIS5_EE at Base 1.0~git20131006
+ _ZNK3mgb21ConcreteModuleMonoSetILb0ELb0ELb0EE4nameEv at Base 1.0~git20131006
+ _ZNK3mgb21ConcreteModuleMonoSetILb0ELb0ELb0EE7displayERSo at Base 1.0~git20131006
+ _ZNK3mgb21ConcreteModuleMonoSetILb0ELb0ELb1EE12elementCountEv at Base 1.0~git20131006
+ _ZNK3mgb21ConcreteModuleMonoSetILb0ELb0ELb1EE12getMemoryUseEv at Base 1.0~git20131006
+ _ZNK3mgb21ConcreteModuleMonoSetILb0ELb0ELb1EE12getMonomialsERSt6vectorINS_10MonoMonoidIiLb1ELb1ELb1EE12ConstMonoPtrESaIS5_EE at Base 1.0~git20131006
+ _ZNK3mgb21ConcreteModuleMonoSetILb0ELb0ELb1EE4nameEv at Base 1.0~git20131006
+ _ZNK3mgb21ConcreteModuleMonoSetILb0ELb0ELb1EE7displayERSo at Base 1.0~git20131006
+ _ZNK3mgb21ConcreteModuleMonoSetILb0ELb1ELb0EE12elementCountEv at Base 1.0~git20131006
+ _ZNK3mgb21ConcreteModuleMonoSetILb0ELb1ELb0EE12getMemoryUseEv at Base 1.0~git20131006
+ _ZNK3mgb21ConcreteModuleMonoSetILb0ELb1ELb0EE12getMonomialsERSt6vectorINS_10MonoMonoidIiLb1ELb1ELb1EE12ConstMonoPtrESaIS5_EE at Base 1.0~git20131006
+ _ZNK3mgb21ConcreteModuleMonoSetILb0ELb1ELb0EE4nameEv at Base 1.0~git20131006
+ _ZNK3mgb21ConcreteModuleMonoSetILb0ELb1ELb0EE7displayERSo at Base 1.0~git20131006
+ _ZNK3mgb21ConcreteModuleMonoSetILb0ELb1ELb1EE12elementCountEv at Base 1.0~git20131006
+ _ZNK3mgb21ConcreteModuleMonoSetILb0ELb1ELb1EE12getMemoryUseEv at Base 1.0~git20131006
+ _ZNK3mgb21ConcreteModuleMonoSetILb0ELb1ELb1EE12getMonomialsERSt6vectorINS_10MonoMonoidIiLb1ELb1ELb1EE12ConstMonoPtrESaIS5_EE at Base 1.0~git20131006
+ _ZNK3mgb21ConcreteModuleMonoSetILb0ELb1ELb1EE4nameEv at Base 1.0~git20131006
+ _ZNK3mgb21ConcreteModuleMonoSetILb0ELb1ELb1EE7displayERSo at Base 1.0~git20131006
+ _ZNK3mgb21ConcreteModuleMonoSetILb1ELb0ELb0EE12elementCountEv at Base 1.0~git20131006
+ _ZNK3mgb21ConcreteModuleMonoSetILb1ELb0ELb0EE12getMemoryUseEv at Base 1.0~git20131006
+ _ZNK3mgb21ConcreteModuleMonoSetILb1ELb0ELb0EE12getMonomialsERSt6vectorINS_10MonoMonoidIiLb1ELb1ELb1EE12ConstMonoPtrESaIS5_EE at Base 1.0~git20131006
+ _ZNK3mgb21ConcreteModuleMonoSetILb1ELb0ELb0EE4nameEv at Base 1.0~git20131006
+ _ZNK3mgb21ConcreteModuleMonoSetILb1ELb0ELb0EE7displayERSo at Base 1.0~git20131006
+ _ZNK3mgb21ConcreteModuleMonoSetILb1ELb0ELb1EE12elementCountEv at Base 1.0~git20131006
+ _ZNK3mgb21ConcreteModuleMonoSetILb1ELb0ELb1EE12getMemoryUseEv at Base 1.0~git20131006
+ _ZNK3mgb21ConcreteModuleMonoSetILb1ELb0ELb1EE12getMonomialsERSt6vectorINS_10MonoMonoidIiLb1ELb1ELb1EE12ConstMonoPtrESaIS5_EE at Base 1.0~git20131006
+ _ZNK3mgb21ConcreteModuleMonoSetILb1ELb0ELb1EE4nameEv at Base 1.0~git20131006
+ _ZNK3mgb21ConcreteModuleMonoSetILb1ELb0ELb1EE7displayERSo at Base 1.0~git20131006
+ _ZNK3mgb21ConcreteModuleMonoSetILb1ELb1ELb0EE12elementCountEv at Base 1.0~git20131006
+ _ZNK3mgb21ConcreteModuleMonoSetILb1ELb1ELb0EE12getMemoryUseEv at Base 1.0~git20131006
+ _ZNK3mgb21ConcreteModuleMonoSetILb1ELb1ELb0EE12getMonomialsERSt6vectorINS_10MonoMonoidIiLb1ELb1ELb1EE12ConstMonoPtrESaIS5_EE at Base 1.0~git20131006
+ _ZNK3mgb21ConcreteModuleMonoSetILb1ELb1ELb0EE4nameEv at Base 1.0~git20131006
+ _ZNK3mgb21ConcreteModuleMonoSetILb1ELb1ELb0EE7displayERSo at Base 1.0~git20131006
+ _ZNK3mgb21ConcreteModuleMonoSetILb1ELb1ELb1EE12elementCountEv at Base 1.0~git20131006
+ _ZNK3mgb21ConcreteModuleMonoSetILb1ELb1ELb1EE12getMemoryUseEv at Base 1.0~git20131006
+ _ZNK3mgb21ConcreteModuleMonoSetILb1ELb1ELb1EE12getMonomialsERSt6vectorINS_10MonoMonoidIiLb1ELb1ELb1EE12ConstMonoPtrESaIS5_EE at Base 1.0~git20131006
+ _ZNK3mgb21ConcreteModuleMonoSetILb1ELb1ELb1EE4nameEv at Base 1.0~git20131006
+ _ZNK3mgb21ConcreteModuleMonoSetILb1ELb1ELb1EE7displayERSo at Base 1.0~git20131006
+ _ZNK3mgb21ConcreteSigSPairQueue11columnCountEv at Base 1.0~git20131006
+ _ZNK3mgb21ConcreteSigSPairQueue4nameEv at Base 1.0~git20131006
+ _ZNK3mgb21ConcreteSigSPairQueue9memoryUseEv at Base 1.0~git20131006
+ _ZNK3mgb21ConcreteSigSPairQueue9pairCountEv at Base 1.0~git20131006
+ _ZNK3mgb21GroebnerConfiguration11schreyeringEv at Base 1.0~git20131006
+ _ZNK3mgb21GroebnerConfiguration14maxThreadCountEv at Base 1.0~git20131006
+ _ZNK3mgb21GroebnerConfiguration15componentBeforeEv at Base 1.0~git20131006
+ _ZNK3mgb21GroebnerConfiguration17maxSPairGroupSizeEv at Base 1.0~git20131006
+ _ZNK3mgb21GroebnerConfiguration19componentsAscendingEv at Base 1.0~git20131006
+ _ZNK3mgb21GroebnerConfiguration20callbackDataInternalEv at Base 1.0~git20131006
+ _ZNK3mgb21GroebnerConfiguration21monomialOrderInternalEv at Base 1.0~git20131006
+ _ZNK3mgb21GroebnerConfiguration7loggingEv at Base 1.0~git20131006
+ _ZNK3mgb21GroebnerConfiguration7modulusEv at Base 1.0~git20131006
+ _ZNK3mgb21GroebnerConfiguration7reducerEv at Base 1.0~git20131006
+ _ZNK3mgb21GroebnerConfiguration8comCountEv at Base 1.0~git20131006
+ _ZNK3mgb21GroebnerConfiguration8varCountEv at Base 1.0~git20131006
+ _ZNK3mgb24GroebnerInputIdealStream13configurationEv at Base 1.0~git20131006
+ _ZNK3mgb24GroebnerInputIdealStream16debugAssertValidEv at Base 1.0~git20131006
+ _ZNK3mgb24GroebnerInputIdealStream7modulusEv at Base 1.0~git20131006
+ _ZNK3mgb24GroebnerInputIdealStream8comCountEv at Base 1.0~git20131006
+ _ZNK3mgb24GroebnerInputIdealStream8varCountEv at Base 1.0~git20131006
+ _ZNK3mgb4mgbi12IdealAdapter8nextTermEv at Base 1.0~git20131006
+ _ZNK3mgb4mgbi12IdealAdapter8varCountEv at Base 1.0~git20131006
+ _ZNK3mgb4mgbi12IdealAdapter9polyCountEv at Base 1.0~git20131006
+ _ZNK3mgb4mgbi12IdealAdapter9termCountEm at Base 1.0~git20131006
+ _ZNK3mgb4mgbi18StreamStateChecker5Pimpl16debugAssertValidEv at Base 1.0~git20131006
+ _ZNK3mgb4mgbi18StreamStateChecker8hasIdealEv at Base 1.0~git20131006
+ _ZNK3mgb6SPairs12getMemoryUseEv at Base 1.0~git20131006
+ _ZNK3mgb6SPairs18QueueConfiguration15computePairDataEmmNS_10MonoMonoidIiLb1ELb0ELb1EE7MonoRefE at Base 1.0~git20131006
+ _ZNK3mgb6SPairs28simpleBuchbergerLcmCriterionEmmNS_10MonoMonoidIiLb1ELb0ELb0EE12ConstMonoRefE at Base 1.0~git20131006
+ _ZNK3mgb6SPairs30advancedBuchbergerLcmCriterionEmmNS_10MonoMonoidIiLb1ELb0ELb0EE12ConstMonoRefE at Base 1.0~git20131006
+ _ZNK3mgb6SPairs32simpleBuchbergerLcmCriterionSlowEmm at Base 1.0~git20131006
+ _ZNK3mgb6SPairs34advancedBuchbergerLcmCriterionSlowEmm at Base 1.0~git20131006
+ _ZNK3mgb6SPairs4nameEv at Base 1.0~git20131006
+ _ZNK3mgb6SPairs5statsEv at Base 1.0~git20131006
+ _ZNK3mgb7Scanner11reportErrorESs at Base 1.0~git20131006
+ _ZNK3mgb8PolyRing10monomialEiEjRNS_8MonomialE at Base 1.0~git20131006
+ _ZNK3mgb8PolyRing12monomialCopyENS_13ConstMonomialERNS_8MonomialE at Base 1.0~git20131006
+ _ZNK3mgb8PolyRing13monomialParseERSiRNS_8MonomialE at Base 1.0~git20131006
+ _ZNK3mgb8PolyRing14monomialMultToERNS_8MonomialENS_13ConstMonomialE at Base 1.0~git20131006
+ _ZNK3mgb8PolyRing15monomialCompareENS_13ConstMonomialES1_S1_ at Base 1.0~git20131006
+ _ZNK3mgb8PolyRing15monomialDisplayEP8_IO_FILENS_13ConstMonomialEbb at Base 1.0~git20131006
+ _ZNK3mgb8PolyRing15monomialDisplayERSoNS_13ConstMonomialEbb at Base 1.0~git20131006
+ _ZNK3mgb8PolyRing17setWeightsAndHashERNS_8MonomialE at Base 1.0~git20131006
+ _ZNK3mgb8PolyRing19monomialSetIdentityERNS_8MonomialE at Base 1.0~git20131006
+ _ZNK3mgb8PolyRing21monomialFindSignatureENS_13ConstMonomialES1_S1_RNS_8MonomialE at Base 1.0~git20131006
+ _ZNK3mgb8PolyRing21monomialSizeOfSupportENS_13ConstMonomialE at Base 1.0~git20131006
+ _ZNK3mgb8PolyRing23monomialQuotientAndMultENS_13ConstMonomialES1_S1_RNS_8MonomialE at Base 1.0~git20131006
+ _ZNK3mgb8PolyRing27printMonomialFrobbyM2FormatERSoNS_13ConstMonomialE at Base 1.0~git20131006
+ _ZNK3mgb8PolyRing30mysteriousSPairMonomialRoutineENS_13ConstMonomialES1_S1_S1_NS_8MonomialE at Base 1.0~git20131006
+ _ZNK3mgb9F4Reducer11descriptionEv at Base 1.0~git20131006
+ _ZNK3mgb9F4Reducer12getMemoryUseEv at Base 1.0~git20131006
+ _ZNK3mgb9F4Reducer16preferredSetSizeEv at Base 1.0~git20131006
+ _ZNK3mgb9LogDomainILb1EE12TimeInterval5printERSo at Base 1.0~git20131006
+ _ZNK3mgb9LogDomainILb1EE17loggedSecondsRealEv at Base 1.0~git20131006
+ _ZNK3mgb9PolyBasis11divisorSlowENS_10MonoMonoidIiLb1ELb1ELb1EE12ConstMonoRefE at Base 1.0~git20131006
+ _ZNK3mgb9PolyBasis12getMemoryUseEv at Base 1.0~git20131006
+ _ZNK3mgb9PolyBasis12initialIdealEv at Base 1.0~git20131006
+ _ZNK3mgb9PolyBasis13monomialCountEv at Base 1.0~git20131006
+ _ZNK3mgb9PolyBasis14classicReducerENS_10MonoMonoidIiLb1ELb1ELb1EE12ConstMonoRefE at Base 1.0~git20131006
+ _ZNK3mgb9PolyBasis15leadMinimalSlowEm at Base 1.0~git20131006
+ _ZNK3mgb9PolyBasis16minimalLeadCountEv at Base 1.0~git20131006
+ _ZNK3mgb9PolyBasis19maxIndexMinimalLeadEv at Base 1.0~git20131006
+ _ZNK3mgb9PolyBasis7divisorENS_10MonoMonoidIiLb1ELb1ELb1EE12ConstMonoRefE at Base 1.0~git20131006
+ _ZNK3mgb9SigSPairs12getMemoryUseEv at Base 1.0~git20131006
+ _ZNK3mgb9SigSPairs27getKnownSyzygyBitsMemoryUseEv at Base 1.0~git20131006
+ _ZNK3mgb9SigSPairs9pairCountEv at Base 1.0~git20131006
+ _ZNK3tbb8internal16quick_sort_rangeIN9__gnu_cxx17__normal_iteratorIPN3mgb16F4MatrixBuilder27RowTaskESt6vectorIS6_SaIS6_EEEEZNS5_7Builder22initializeRowsToReduceERSA_EUlRKS6_SF_E_E15median_of_threeERKSB_mmm at Base 1.0~git20131006
+ _ZNK3tbb8internal16quick_sort_rangeIN9__gnu_cxx17__normal_iteratorIPSt4pairIjN3mgb10MonoMonoidIiLb1ELb1ELb1EE12ConstMonoPtrEESt6vectorIS9_SaIS9_EEEEZNS5_16F4MatrixBuilder27Builder19buildMatrixAndClearERSB_INSF_7RowTaskESaISH_EERNS5_10QuadMatrixEEUlRKS9_S9_E2_E15median_of_threeERKSE_mmm at Base 1.0~git20131006
+ _ZNK3tbb8internal23quick_sort_pretest_bodyIN9__gnu_cxx17__normal_iteratorIPN3mgb16F4MatrixBuilder27RowTaskESt6vectorIS6_SaIS6_EEEEZNS5_7Builder22initializeRowsToReduceERSA_EUlRKS6_SF_E_EclERKNS_13blocked_rangeISB_EE at Base 1.0~git20131006
+ _ZNK3tbb8internal23quick_sort_pretest_bodyIN9__gnu_cxx17__normal_iteratorIPSt4pairIjN3mgb10MonoMonoidIiLb1ELb1ELb1EE12ConstMonoPtrEESt6vectorIS9_SaIS9_EEEEZNS5_16F4MatrixBuilder27Builder19buildMatrixAndClearERSB_INSF_7RowTaskESaISH_EERNS5_10QuadMatrixEEUlRKS9_S9_E2_EclERKNS_13blocked_rangeISE_EE at Base 1.0~git20131006
+ _ZNK6mathic4HeapIN3mgb11ReducerHashIS0_E13ConfigurationEE7getNameEv at Base 1.0~git20131006
+ _ZNK6mathic4HeapIN3mgb11ReducerPackIS0_E13ConfigurationEE7getNameEv at Base 1.0~git20131006
+ _ZNK6mathic4HeapIN3mgb12ReducerDedupIS0_E13ConfigurationEE7getNameEv at Base 1.0~git20131006
+ _ZNK6mathic4HeapIN3mgb14ReducerNoDedupIS0_E13ConfigurationEE7getNameEv at Base 1.0~git20131006
+ _ZNK6mathic4HeapIN3mgb15ReducerHashPackIS0_E13ConfigurationEE7getNameEv at Base 1.0~git20131006
+ _ZNK6mathic4HeapIN3mgb16ReducerPackDedupIS0_E13ConfigurationEE7getNameEv at Base 1.0~git20131006
+ _ZNK6mathic6KDTreeIN3mgb16StaticMonoLookupILb1ENS1_21ConcreteModuleMonoSetILb1ELb0ELb0EE6NoDataELb0ELb0EE13ConfigurationEE7getNameEv at Base 1.0~git20131006
+ _ZNK6mathic6KDTreeIN3mgb16StaticMonoLookupILb1ENS1_21ConcreteModuleMonoSetILb1ELb0ELb1EE6NoDataELb0ELb1EE13ConfigurationEE7getNameEv at Base 1.0~git20131006
+ _ZNK6mathic6KDTreeIN3mgb16StaticMonoLookupILb1ENS1_21ConcreteModuleMonoSetILb1ELb1ELb0EE6NoDataELb1ELb0EE13ConfigurationEE7getNameEv at Base 1.0~git20131006
+ _ZNK6mathic6KDTreeIN3mgb16StaticMonoLookupILb1ENS1_21ConcreteModuleMonoSetILb1ELb1ELb1EE6NoDataELb1ELb1EE13ConfigurationEE7getNameEv at Base 1.0~git20131006
+ _ZNK6mathic6KDTreeIN3mgb16StaticMonoLookupILb1EmLb0ELb0EE13ConfigurationEE7getNameEv at Base 1.0~git20131006
+ _ZNK6mathic6KDTreeIN3mgb16StaticMonoLookupILb1EmLb0ELb1EE13ConfigurationEE7getNameEv at Base 1.0~git20131006
+ _ZNK6mathic6KDTreeIN3mgb16StaticMonoLookupILb1EmLb1ELb0EE13ConfigurationEE7getNameEv at Base 1.0~git20131006
+ _ZNK6mathic6KDTreeIN3mgb16StaticMonoLookupILb1EmLb1ELb1EE13ConfigurationEE7getNameEv at Base 1.0~git20131006
+ _ZNK6mathic7DivListIN3mgb16StaticMonoLookupILb0ENS1_21ConcreteModuleMonoSetILb0ELb0ELb1EE6NoDataELb0ELb1EE13ConfigurationEE7getNameEv at Base 1.0~git20131006
+ _ZNK6mathic7DivListIN3mgb16StaticMonoLookupILb0ENS1_21ConcreteModuleMonoSetILb0ELb1ELb1EE6NoDataELb1ELb1EE13ConfigurationEE7getNameEv at Base 1.0~git20131006
+ _ZNK6mathic7DivListIN3mgb16StaticMonoLookupILb0EmLb0ELb1EE13ConfigurationEE7getNameEv at Base 1.0~git20131006
+ _ZNK6mathic7DivListIN3mgb16StaticMonoLookupILb0EmLb1ELb1EE13ConfigurationEE7getNameEv at Base 1.0~git20131006
+ _ZNK6mathic8TourTreeIN3mgb11ReducerHashIS0_E13ConfigurationEE7getNameEv at Base 1.0~git20131006
+ _ZNK6mathic8TourTreeIN3mgb11ReducerPackIS0_E13ConfigurationEE7getNameEv at Base 1.0~git20131006
+ _ZNK6mathic8TourTreeIN3mgb12ReducerDedupIS0_E13ConfigurationEE7getNameEv at Base 1.0~git20131006
+ _ZNK6mathic8TourTreeIN3mgb14ReducerNoDedupIS0_E13ConfigurationEE7getNameEv at Base 1.0~git20131006
+ _ZNK6mathic8TourTreeIN3mgb15ReducerHashPackIS0_E13ConfigurationEE7getNameEv at Base 1.0~git20131006
+ _ZNK6mathic8TourTreeIN3mgb16ReducerPackDedupIS0_E13ConfigurationEE7getNameEv at Base 1.0~git20131006
+ _ZNK6mathic8TourTreeINS_9PairQueueIN3mgb6SPairs18QueueConfigurationEE18QueueConfigurationEE7getNameEv at Base 1.0~git20131006
+ _ZNK6mathic9GeobucketIN3mgb11ReducerHashIS0_E13ConfigurationEE7getNameEv at Base 1.0~git20131006
+ _ZNK6mathic9GeobucketIN3mgb11ReducerPackIS0_E13ConfigurationEE7getNameEv at Base 1.0~git20131006
+ _ZNK6mathic9GeobucketIN3mgb12ReducerDedupIS0_E13ConfigurationEE7getNameEv at Base 1.0~git20131006
+ _ZNK6mathic9GeobucketIN3mgb14ReducerNoDedupIS0_E13ConfigurationEE7getNameEv at Base 1.0~git20131006
+ _ZNK6mathic9GeobucketIN3mgb15ReducerHashPackIS0_E13ConfigurationEE7getNameEv at Base 1.0~git20131006
+ _ZNK6mathic9GeobucketIN3mgb16ReducerPackDedupIS0_E13ConfigurationEE7getNameEv at Base 1.0~git20131006
+ _ZNK6mathic9PairQueueIN3mgb6SPairs18QueueConfigurationEE4nameEv at Base 1.0~git20131006
+ _ZNKSt5ctypeIcE8do_widenEc at Base 1.0~git20131006
+ _ZNSs12_S_constructIPcEES0_T_S1_RKSaIcESt20forward_iterator_tag at Base 1.0~git20131006
+ _ZNSt12_Destroy_auxILb0EE9__destroyIPSt10unique_ptrIN3mgb4PolyESt14default_deleteIS4_EEEEvT_S9_ at Base 1.0~git20131006
+ _ZNSt15basic_stringbufIcSt11char_traitsIcESaIcEED0Ev at Base 1.0~git20131006
+ _ZNSt15basic_stringbufIcSt11char_traitsIcESaIcEED1Ev at Base 1.0~git20131006
+ _ZNSt15basic_stringbufIcSt11char_traitsIcESaIcEED2Ev at Base 1.0~git20131006
+ _ZNSt6vectorIN3mgb10MonoMonoidIiLb1ELb1ELb1EE12ConstMonoPtrESaIS3_EE12emplace_backIIS3_EEEvDpOT_ at Base 1.0~git20131006
+ _ZNSt6vectorIN3mgb10MonoMonoidIiLb1ELb1ELb1EE12ConstMonoPtrESaIS3_EE12emplace_backIJS3_EEEvDpOT_ at Base 1.0~git20131006
+ _ZNSt6vectorIN3mgb10MonoMonoidIiLb1ELb1ELb1EE12ConstMonoPtrESaIS3_EE17_M_default_appendEm at Base 1.0~git20131006
+ _ZNSt6vectorIN3mgb10MonoMonoidIiLb1ELb1ELb1EE12ConstMonoPtrESaIS3_EE19_M_emplace_back_auxIIDnEEEvDpOT_ at Base 1.0~git20131006
+ _ZNSt6vectorIN3mgb10MonoMonoidIiLb1ELb1ELb1EE12ConstMonoPtrESaIS3_EE19_M_emplace_back_auxIIS3_EEEvDpOT_ at Base 1.0~git20131006
+ _ZNSt6vectorIN3mgb10MonoMonoidIiLb1ELb1ELb1EE12ConstMonoPtrESaIS3_EE19_M_emplace_back_auxIJDnEEEvDpOT_ at Base 1.0~git20131006
+ _ZNSt6vectorIN3mgb10MonoMonoidIiLb1ELb1ELb1EE12ConstMonoPtrESaIS3_EE19_M_emplace_back_auxIJS3_EEEvDpOT_ at Base 1.0~git20131006
+ _ZNSt6vectorIN3mgb10MonoMonoidIiLb1ELb1ELb1EE12ConstMonoPtrESaIS3_EEaSERKS5_ at Base 1.0~git20131006
+ _ZNSt6vectorIN3mgb10MonoMonoidIiLb1ELb1ELb1EE7MonoPtrESaIS3_EE12emplace_backIIS3_EEEvDpOT_ at Base 1.0~git20131006
+ _ZNSt6vectorIN3mgb10MonoMonoidIiLb1ELb1ELb1EE7MonoPtrESaIS3_EE12emplace_backIJS3_EEEvDpOT_ at Base 1.0~git20131006
+ _ZNSt6vectorIN3mgb10MonoMonoidIiLb1ELb1ELb1EE7MonoPtrESaIS3_EE19_M_emplace_back_auxIIS3_EEEvDpOT_ at Base 1.0~git20131006
+ _ZNSt6vectorIN3mgb10MonoMonoidIiLb1ELb1ELb1EE7MonoPtrESaIS3_EE19_M_emplace_back_auxIJS3_EEEvDpOT_ at Base 1.0~git20131006
+ _ZNSt6vectorIN3mgb10PrimeFieldIlE7ElementESaIS3_EE19_M_emplace_back_auxIIRKS3_EEEvDpOT_ at Base 1.0~git20131006
+ _ZNSt6vectorIN3mgb10PrimeFieldIlE7ElementESaIS3_EE19_M_emplace_back_auxIJRKS3_EEEvDpOT_ at Base 1.0~git20131006
+ _ZNSt6vectorIN3mgb12SparseMatrix3RowESaIS2_EE15_M_range_insertIN9__gnu_cxx17__normal_iteratorIPS2_S4_EEEEvS9_T_SA_St20forward_iterator_tag at Base 1.0~git20131006
+ _ZNSt6vectorIN3mgb12SparseMatrix3RowESaIS2_EE19_M_emplace_back_auxIIRKS2_EEEvDpOT_ at Base 1.0~git20131006
+ _ZNSt6vectorIN3mgb12SparseMatrix3RowESaIS2_EE19_M_emplace_back_auxIJRKS2_EEEvDpOT_ at Base 1.0~git20131006
+ _ZNSt6vectorIN3mgb12SparseMatrix3RowESaIS2_EE7reserveEm at Base 1.0~git20131006
+ _ZNSt6vectorIN3mgb13F4ProtoMatrix11InternalRowESaIS2_EE19_M_emplace_back_auxIIRKS2_EEEvDpOT_ at Base 1.0~git20131006
+ _ZNSt6vectorIN3mgb13F4ProtoMatrix11InternalRowESaIS2_EE19_M_emplace_back_auxIJRKS2_EEEvDpOT_ at Base 1.0~git20131006
+ _ZNSt6vectorIN3mgb15F4MatrixBuilder7RowTaskESaIS2_EE19_M_emplace_back_auxIIRKS2_EEEvDpOT_ at Base 1.0~git20131006
+ _ZNSt6vectorIN3mgb15F4MatrixBuilder7RowTaskESaIS2_EE19_M_emplace_back_auxIJRKS2_EEEvDpOT_ at Base 1.0~git20131006
+ _ZNSt6vectorIN3mgb16F4MatrixBuilder27RowTaskESaIS2_EE19_M_emplace_back_auxIIRKS2_EEEvDpOT_ at Base 1.0~git20131006
+ _ZNSt6vectorIN3mgb16F4MatrixBuilder27RowTaskESaIS2_EE19_M_emplace_back_auxIJRKS2_EEEvDpOT_ at Base 1.0~git20131006
+ _ZNSt6vectorIN3mgb8PreSPairESaIS1_EE19_M_emplace_back_auxIIRKS1_EEEvDpOT_ at Base 1.0~git20131006
+ _ZNSt6vectorIN3mgb8PreSPairESaIS1_EE19_M_emplace_back_auxIJRKS1_EEEvDpOT_ at Base 1.0~git20131006
+ _ZNSt6vectorIN3mgb9PolyBasis5EntryESaIS2_EE19_M_emplace_back_auxIIS2_EEEvDpOT_ at Base 1.0~git20131006
+ _ZNSt6vectorIN3mgb9PolyBasis5EntryESaIS2_EE19_M_emplace_back_auxIJS2_EEEvDpOT_ at Base 1.0~git20131006
+ _ZNSt6vectorIN3mgb9SigSPairs11BaseDivisorESaIS2_EE17_M_default_appendEm at Base 1.0~git20131006
+ _ZNSt6vectorIN6mathic12PackedKDTreeIN3mgb16StaticMonoLookupILb1ENS2_21ConcreteModuleMonoSetILb1ELb0ELb1EE6NoDataELb0ELb1EE13ConfigurationEE10InsertTodoIPNS8_5EntryEEESaISD_EE19_M_emplace_back_auxIIRKSD_EEEvDpOT_ at Base 1.0~git20131006
+ _ZNSt6vectorIN6mathic12PackedKDTreeIN3mgb16StaticMonoLookupILb1ENS2_21ConcreteModuleMonoSetILb1ELb0ELb1EE6NoDataELb0ELb1EE13ConfigurationEE10InsertTodoIPNS8_5EntryEEESaISD_EE19_M_emplace_back_auxIJRKSD_EEEvDpOT_ at Base 1.0~git20131006
+ _ZNSt6vectorIN6mathic12PackedKDTreeIN3mgb16StaticMonoLookupILb1ENS2_21ConcreteModuleMonoSetILb1ELb1ELb1EE6NoDataELb1ELb1EE13ConfigurationEE10InsertTodoIPNS8_5EntryEEESaISD_EE19_M_emplace_back_auxIIRKSD_EEEvDpOT_ at Base 1.0~git20131006
+ _ZNSt6vectorIN6mathic12PackedKDTreeIN3mgb16StaticMonoLookupILb1ENS2_21ConcreteModuleMonoSetILb1ELb1ELb1EE6NoDataELb1ELb1EE13ConfigurationEE10InsertTodoIPNS8_5EntryEEESaISD_EE19_M_emplace_back_auxIJRKSD_EEEvDpOT_ at Base 1.0~git20131006
+ _ZNSt6vectorIN6mathic12PackedKDTreeIN3mgb16StaticMonoLookupILb1EmLb0ELb1EE13ConfigurationEE10InsertTodoIPNS5_5EntryEEESaISA_EE19_M_emplace_back_auxIIRKSA_EEEvDpOT_ at Base 1.0~git20131006
+ _ZNSt6vectorIN6mathic12PackedKDTreeIN3mgb16StaticMonoLookupILb1EmLb0ELb1EE13ConfigurationEE10InsertTodoIPNS5_5EntryEEESaISA_EE19_M_emplace_back_auxIJRKSA_EEEvDpOT_ at Base 1.0~git20131006
+ _ZNSt6vectorIN6mathic12PackedKDTreeIN3mgb16StaticMonoLookupILb1EmLb1ELb1EE13ConfigurationEE10InsertTodoIPNS5_5EntryEEESaISA_EE19_M_emplace_back_auxIIRKSA_EEEvDpOT_ at Base 1.0~git20131006
+ _ZNSt6vectorIN6mathic12PackedKDTreeIN3mgb16StaticMonoLookupILb1EmLb1ELb1EE13ConfigurationEE10InsertTodoIPNS5_5EntryEEESaISA_EE19_M_emplace_back_auxIJRKSA_EEEvDpOT_ at Base 1.0~git20131006
+ _ZNSt6vectorIN6mathic7DivMask7VarDataESaIS2_EE19_M_emplace_back_auxIIRKS2_EEEvDpOT_ at Base 1.0~git20131006
+ _ZNSt6vectorIN6mathic7DivMask7VarDataESaIS2_EE19_M_emplace_back_auxIJRKS2_EEEvDpOT_ at Base 1.0~git20131006
+ _ZNSt6vectorIN6mathic7DivMask8ExtenderIN3mgb16StaticMonoLookupILb0ENS3_21ConcreteModuleMonoSetILb0ELb0ELb0EE6NoDataELb0ELb0EE13Configuration5EntryELb0EEESaISB_EE19_M_emplace_back_auxIIRKSB_EEEvDpOT_ at Base 1.0~git20131006
+ _ZNSt6vectorIN6mathic7DivMask8ExtenderIN3mgb16StaticMonoLookupILb0ENS3_21ConcreteModuleMonoSetILb0ELb0ELb0EE6NoDataELb0ELb0EE13Configuration5EntryELb0EEESaISB_EE19_M_emplace_back_auxIJRKSB_EEEvDpOT_ at Base 1.0~git20131006
+ _ZNSt6vectorIN6mathic7DivMask8ExtenderIN3mgb16StaticMonoLookupILb0ENS3_21ConcreteModuleMonoSetILb0ELb0ELb1EE6NoDataELb0ELb1EE13Configuration5EntryELb1EEESaISB_EE19_M_emplace_back_auxIIRKSB_EEEvDpOT_ at Base 1.0~git20131006
+ _ZNSt6vectorIN6mathic7DivMask8ExtenderIN3mgb16StaticMonoLookupILb0ENS3_21ConcreteModuleMonoSetILb0ELb0ELb1EE6NoDataELb0ELb1EE13Configuration5EntryELb1EEESaISB_EE19_M_emplace_back_auxIJRKSB_EEEvDpOT_ at Base 1.0~git20131006
+ _ZNSt6vectorIN6mathic7DivMask8ExtenderIN3mgb16StaticMonoLookupILb0ENS3_21ConcreteModuleMonoSetILb0ELb1ELb0EE6NoDataELb1ELb0EE13Configuration5EntryELb0EEESaISB_EE17_M_default_appendEm at Base 1.0~git20131006
+ _ZNSt6vectorIN6mathic7DivMask8ExtenderIN3mgb16StaticMonoLookupILb0ENS3_21ConcreteModuleMonoSetILb0ELb1ELb0EE6NoDataELb1ELb0EE13Configuration5EntryELb0EEESaISB_EE19_M_emplace_back_auxIIRKSB_EEEvDpOT_ at Base 1.0~git20131006
+ _ZNSt6vectorIN6mathic7DivMask8ExtenderIN3mgb16StaticMonoLookupILb0ENS3_21ConcreteModuleMonoSetILb0ELb1ELb0EE6NoDataELb1ELb0EE13Configuration5EntryELb0EEESaISB_EE19_M_emplace_back_auxIJRKSB_EEEvDpOT_ at Base 1.0~git20131006
+ _ZNSt6vectorIN6mathic7DivMask8ExtenderIN3mgb16StaticMonoLookupILb0ENS3_21ConcreteModuleMonoSetILb0ELb1ELb1EE6NoDataELb1ELb1EE13Configuration5EntryELb1EEESaISB_EE17_M_default_appendEm at Base 1.0~git20131006
+ _ZNSt6vectorIN6mathic7DivMask8ExtenderIN3mgb16StaticMonoLookupILb0ENS3_21ConcreteModuleMonoSetILb0ELb1ELb1EE6NoDataELb1ELb1EE13Configuration5EntryELb1EEESaISB_EE19_M_emplace_back_auxIIRKSB_EEEvDpOT_ at Base 1.0~git20131006
+ _ZNSt6vectorIN6mathic7DivMask8ExtenderIN3mgb16StaticMonoLookupILb0ENS3_21ConcreteModuleMonoSetILb0ELb1ELb1EE6NoDataELb1ELb1EE13Configuration5EntryELb1EEESaISB_EE19_M_emplace_back_auxIJRKSB_EEEvDpOT_ at Base 1.0~git20131006
+ _ZNSt6vectorIN6mathic7DivMask8ExtenderIN3mgb16StaticMonoLookupILb0EmLb0ELb0EE13Configuration5EntryELb0EEESaIS8_EE17_M_default_appendEm at Base 1.0~git20131006
+ _ZNSt6vectorIN6mathic7DivMask8ExtenderIN3mgb16StaticMonoLookupILb0EmLb0ELb0EE13Configuration5EntryELb0EEESaIS8_EE19_M_emplace_back_auxIIRKS8_EEEvDpOT_ at Base 1.0~git20131006
+ _ZNSt6vectorIN6mathic7DivMask8ExtenderIN3mgb16StaticMonoLookupILb0EmLb0ELb0EE13Configuration5EntryELb0EEESaIS8_EE19_M_emplace_back_auxIJRKS8_EEEvDpOT_ at Base 1.0~git20131006
+ _ZNSt6vectorIN6mathic7DivMask8ExtenderIN3mgb16StaticMonoLookupILb0EmLb0ELb1EE13Configuration5EntryELb1EEESaIS8_EE17_M_default_appendEm at Base 1.0~git20131006
+ _ZNSt6vectorIN6mathic7DivMask8ExtenderIN3mgb16StaticMonoLookupILb0EmLb0ELb1EE13Configuration5EntryELb1EEESaIS8_EE19_M_emplace_back_auxIIRKS8_EEEvDpOT_ at Base 1.0~git20131006
+ _ZNSt6vectorIN6mathic7DivMask8ExtenderIN3mgb16StaticMonoLookupILb0EmLb0ELb1EE13Configuration5EntryELb1EEESaIS8_EE19_M_emplace_back_auxIJRKS8_EEEvDpOT_ at Base 1.0~git20131006
+ _ZNSt6vectorIN6mathic7DivMask8ExtenderIN3mgb16StaticMonoLookupILb0EmLb1ELb0EE13Configuration5EntryELb0EEESaIS8_EE17_M_default_appendEm at Base 1.0~git20131006
+ _ZNSt6vectorIN6mathic7DivMask8ExtenderIN3mgb16StaticMonoLookupILb0EmLb1ELb0EE13Configuration5EntryELb0EEESaIS8_EE19_M_emplace_back_auxIIRKS8_EEEvDpOT_ at Base 1.0~git20131006
+ _ZNSt6vectorIN6mathic7DivMask8ExtenderIN3mgb16StaticMonoLookupILb0EmLb1ELb0EE13Configuration5EntryELb0EEESaIS8_EE19_M_emplace_back_auxIJRKS8_EEEvDpOT_ at Base 1.0~git20131006
+ _ZNSt6vectorIN6mathic7DivMask8ExtenderIN3mgb16StaticMonoLookupILb0EmLb1ELb1EE13Configuration5EntryELb1EEESaIS8_EE17_M_default_appendEm at Base 1.0~git20131006
+ _ZNSt6vectorIN6mathic7DivMask8ExtenderIN3mgb16StaticMonoLookupILb0EmLb1ELb1EE13Configuration5EntryELb1EEESaIS8_EE19_M_emplace_back_auxIIRKS8_EEEvDpOT_ at Base 1.0~git20131006
+ _ZNSt6vectorIN6mathic7DivMask8ExtenderIN3mgb16StaticMonoLookupILb0EmLb1ELb1EE13Configuration5EntryELb1EEESaIS8_EE19_M_emplace_back_auxIJRKS8_EEEvDpOT_ at Base 1.0~git20131006
+ _ZNSt6vectorIN6mathic8TourTreeIN3mgb11ReducerHashIS1_E13ConfigurationEE6PlayerESaIS7_EE12emplace_backIIS7_EEEvDpOT_ at Base 1.0~git20131006
+ _ZNSt6vectorIN6mathic8TourTreeIN3mgb11ReducerHashIS1_E13ConfigurationEE6PlayerESaIS7_EE12emplace_backIJS7_EEEvDpOT_ at Base 1.0~git20131006
+ _ZNSt6vectorIN6mathic8TourTreeIN3mgb11ReducerHashIS1_E13ConfigurationEE6PlayerESaIS7_EE19_M_emplace_back_auxIIS7_EEEvDpOT_ at Base 1.0~git20131006
+ _ZNSt6vectorIN6mathic8TourTreeIN3mgb11ReducerHashIS1_E13ConfigurationEE6PlayerESaIS7_EE19_M_emplace_back_auxIJS7_EEEvDpOT_ at Base 1.0~git20131006
+ _ZNSt6vectorIN6mathic8TourTreeIN3mgb11ReducerHashIS1_E13ConfigurationEE6PlayerESaIS7_EE7reserveEm at Base 1.0~git20131006
+ _ZNSt6vectorIN6mathic8TourTreeIN3mgb11ReducerPackIS1_E13ConfigurationEE6PlayerESaIS7_EE12emplace_backIIS7_EEEvDpOT_ at Base 1.0~git20131006
+ _ZNSt6vectorIN6mathic8TourTreeIN3mgb11ReducerPackIS1_E13ConfigurationEE6PlayerESaIS7_EE12emplace_backIJS7_EEEvDpOT_ at Base 1.0~git20131006
+ _ZNSt6vectorIN6mathic8TourTreeIN3mgb11ReducerPackIS1_E13ConfigurationEE6PlayerESaIS7_EE19_M_emplace_back_auxIIS7_EEEvDpOT_ at Base 1.0~git20131006
+ _ZNSt6vectorIN6mathic8TourTreeIN3mgb11ReducerPackIS1_E13ConfigurationEE6PlayerESaIS7_EE19_M_emplace_back_auxIJS7_EEEvDpOT_ at Base 1.0~git20131006
+ _ZNSt6vectorIN6mathic8TourTreeIN3mgb11ReducerPackIS1_E13ConfigurationEE6PlayerESaIS7_EE7reserveEm at Base 1.0~git20131006
+ _ZNSt6vectorIN6mathic8TourTreeIN3mgb12ReducerDedupIS1_E13ConfigurationEE6PlayerESaIS7_EE12emplace_backIIS7_EEEvDpOT_ at Base 1.0~git20131006
+ _ZNSt6vectorIN6mathic8TourTreeIN3mgb12ReducerDedupIS1_E13ConfigurationEE6PlayerESaIS7_EE12emplace_backIJS7_EEEvDpOT_ at Base 1.0~git20131006
+ _ZNSt6vectorIN6mathic8TourTreeIN3mgb12ReducerDedupIS1_E13ConfigurationEE6PlayerESaIS7_EE19_M_emplace_back_auxIIS7_EEEvDpOT_ at Base 1.0~git20131006
+ _ZNSt6vectorIN6mathic8TourTreeIN3mgb12ReducerDedupIS1_E13ConfigurationEE6PlayerESaIS7_EE19_M_emplace_back_auxIJS7_EEEvDpOT_ at Base 1.0~git20131006
+ _ZNSt6vectorIN6mathic8TourTreeIN3mgb12ReducerDedupIS1_E13ConfigurationEE6PlayerESaIS7_EE7reserveEm at Base 1.0~git20131006
+ _ZNSt6vectorIN6mathic8TourTreeIN3mgb14ReducerNoDedupIS1_E13ConfigurationEE6PlayerESaIS7_EE12emplace_backIIS7_EEEvDpOT_ at Base 1.0~git20131006
+ _ZNSt6vectorIN6mathic8TourTreeIN3mgb14ReducerNoDedupIS1_E13ConfigurationEE6PlayerESaIS7_EE12emplace_backIJS7_EEEvDpOT_ at Base 1.0~git20131006
+ _ZNSt6vectorIN6mathic8TourTreeIN3mgb14ReducerNoDedupIS1_E13ConfigurationEE6PlayerESaIS7_EE19_M_emplace_back_auxIIS7_EEEvDpOT_ at Base 1.0~git20131006
+ _ZNSt6vectorIN6mathic8TourTreeIN3mgb14ReducerNoDedupIS1_E13ConfigurationEE6PlayerESaIS7_EE19_M_emplace_back_auxIJS7_EEEvDpOT_ at Base 1.0~git20131006
+ _ZNSt6vectorIN6mathic8TourTreeIN3mgb14ReducerNoDedupIS1_E13ConfigurationEE6PlayerESaIS7_EE7reserveEm at Base 1.0~git20131006
+ _ZNSt6vectorIN6mathic8TourTreeIN3mgb15ReducerHashPackIS1_E13ConfigurationEE6PlayerESaIS7_EE12emplace_backIIS7_EEEvDpOT_ at Base 1.0~git20131006
+ _ZNSt6vectorIN6mathic8TourTreeIN3mgb15ReducerHashPackIS1_E13ConfigurationEE6PlayerESaIS7_EE12emplace_backIJS7_EEEvDpOT_ at Base 1.0~git20131006
+ _ZNSt6vectorIN6mathic8TourTreeIN3mgb15ReducerHashPackIS1_E13ConfigurationEE6PlayerESaIS7_EE19_M_emplace_back_auxIIS7_EEEvDpOT_ at Base 1.0~git20131006
+ _ZNSt6vectorIN6mathic8TourTreeIN3mgb15ReducerHashPackIS1_E13ConfigurationEE6PlayerESaIS7_EE19_M_emplace_back_auxIJS7_EEEvDpOT_ at Base 1.0~git20131006
+ _ZNSt6vectorIN6mathic8TourTreeIN3mgb15ReducerHashPackIS1_E13ConfigurationEE6PlayerESaIS7_EE7reserveEm at Base 1.0~git20131006
+ _ZNSt6vectorIN6mathic8TourTreeIN3mgb16ReducerPackDedupIS1_E13ConfigurationEE6PlayerESaIS7_EE12emplace_backIIS7_EEEvDpOT_ at Base 1.0~git20131006
+ _ZNSt6vectorIN6mathic8TourTreeIN3mgb16ReducerPackDedupIS1_E13ConfigurationEE6PlayerESaIS7_EE12emplace_backIJS7_EEEvDpOT_ at Base 1.0~git20131006
+ _ZNSt6vectorIN6mathic8TourTreeIN3mgb16ReducerPackDedupIS1_E13ConfigurationEE6PlayerESaIS7_EE19_M_emplace_back_auxIIS7_EEEvDpOT_ at Base 1.0~git20131006
+ _ZNSt6vectorIN6mathic8TourTreeIN3mgb16ReducerPackDedupIS1_E13ConfigurationEE6PlayerESaIS7_EE19_M_emplace_back_auxIJS7_EEEvDpOT_ at Base 1.0~git20131006
+ _ZNSt6vectorIN6mathic8TourTreeIN3mgb16ReducerPackDedupIS1_E13ConfigurationEE6PlayerESaIS7_EE7reserveEm at Base 1.0~git20131006
+ _ZNSt6vectorIN6mathic8TourTreeINS0_9PairQueueIN3mgb21ConcreteSigSPairQueue13ConfigurationEE18QueueConfigurationEE6PlayerESaIS9_EE12emplace_backIIS9_EEEvDpOT_ at Base 1.0~git20131006
+ _ZNSt6vectorIN6mathic8TourTreeINS0_9PairQueueIN3mgb21ConcreteSigSPairQueue13ConfigurationEE18QueueConfigurationEE6PlayerESaIS9_EE12emplace_backIJS9_EEEvDpOT_ at Base 1.0~git20131006
+ _ZNSt6vectorIN6mathic8TourTreeINS0_9PairQueueIN3mgb21ConcreteSigSPairQueue13ConfigurationEE18QueueConfigurationEE6PlayerESaIS9_EE19_M_emplace_back_auxIIS9_EEEvDpOT_ at Base 1.0~git20131006
+ _ZNSt6vectorIN6mathic8TourTreeINS0_9PairQueueIN3mgb21ConcreteSigSPairQueue13ConfigurationEE18QueueConfigurationEE6PlayerESaIS9_EE19_M_emplace_back_auxIJS9_EEEvDpOT_ at Base 1.0~git20131006
+ _ZNSt6vectorIN6mathic8TourTreeINS0_9PairQueueIN3mgb21ConcreteSigSPairQueue13ConfigurationEE18QueueConfigurationEE6PlayerESaIS9_EE7reserveEm at Base 1.0~git20131006
+ _ZNSt6vectorIN6mathic8TourTreeINS0_9PairQueueIN3mgb6SPairs18QueueConfigurationEE18QueueConfigurationEE6PlayerESaIS9_EE12emplace_backIIS9_EEEvDpOT_ at Base 1.0~git20131006
+ _ZNSt6vectorIN6mathic8TourTreeINS0_9PairQueueIN3mgb6SPairs18QueueConfigurationEE18QueueConfigurationEE6PlayerESaIS9_EE12emplace_backIJS9_EEEvDpOT_ at Base 1.0~git20131006
+ _ZNSt6vectorIN6mathic8TourTreeINS0_9PairQueueIN3mgb6SPairs18QueueConfigurationEE18QueueConfigurationEE6PlayerESaIS9_EE19_M_emplace_back_auxIIS9_EEEvDpOT_ at Base 1.0~git20131006
+ _ZNSt6vectorIN6mathic8TourTreeINS0_9PairQueueIN3mgb6SPairs18QueueConfigurationEE18QueueConfigurationEE6PlayerESaIS9_EE19_M_emplace_back_auxIJS9_EEEvDpOT_ at Base 1.0~git20131006
+ _ZNSt6vectorIN6mathic8TourTreeINS0_9PairQueueIN3mgb6SPairs18QueueConfigurationEE18QueueConfigurationEE6PlayerESaIS9_EE7reserveEm at Base 1.0~git20131006
+ _ZNSt6vectorIN6mathic9GeobucketIN3mgb11ReducerHashIS1_E13ConfigurationEE6BucketESaIS7_EE19_M_emplace_back_auxIIS7_EEEvDpOT_ at Base 1.0~git20131006
+ _ZNSt6vectorIN6mathic9GeobucketIN3mgb11ReducerHashIS1_E13ConfigurationEE6BucketESaIS7_EE19_M_emplace_back_auxIJS7_EEEvDpOT_ at Base 1.0~git20131006
+ _ZNSt6vectorIN6mathic9GeobucketIN3mgb11ReducerPackIS1_E13ConfigurationEE6BucketESaIS7_EE19_M_emplace_back_auxIIS7_EEEvDpOT_ at Base 1.0~git20131006
+ _ZNSt6vectorIN6mathic9GeobucketIN3mgb11ReducerPackIS1_E13ConfigurationEE6BucketESaIS7_EE19_M_emplace_back_auxIJS7_EEEvDpOT_ at Base 1.0~git20131006
+ _ZNSt6vectorIN6mathic9GeobucketIN3mgb12ReducerDedupIS1_E13ConfigurationEE6BucketESaIS7_EE19_M_emplace_back_auxIIS7_EEEvDpOT_ at Base 1.0~git20131006
+ _ZNSt6vectorIN6mathic9GeobucketIN3mgb12ReducerDedupIS1_E13ConfigurationEE6BucketESaIS7_EE19_M_emplace_back_auxIJS7_EEEvDpOT_ at Base 1.0~git20131006
+ _ZNSt6vectorIN6mathic9GeobucketIN3mgb14ReducerNoDedupIS1_E13ConfigurationEE6BucketESaIS7_EE19_M_emplace_back_auxIIS7_EEEvDpOT_ at Base 1.0~git20131006
+ _ZNSt6vectorIN6mathic9GeobucketIN3mgb14ReducerNoDedupIS1_E13ConfigurationEE6BucketESaIS7_EE19_M_emplace_back_auxIJS7_EEEvDpOT_ at Base 1.0~git20131006
+ _ZNSt6vectorIN6mathic9GeobucketIN3mgb15ReducerHashPackIS1_E13ConfigurationEE6BucketESaIS7_EE19_M_emplace_back_auxIIS7_EEEvDpOT_ at Base 1.0~git20131006
+ _ZNSt6vectorIN6mathic9GeobucketIN3mgb15ReducerHashPackIS1_E13ConfigurationEE6BucketESaIS7_EE19_M_emplace_back_auxIJS7_EEEvDpOT_ at Base 1.0~git20131006
+ _ZNSt6vectorIN6mathic9GeobucketIN3mgb16ReducerPackDedupIS1_E13ConfigurationEE6BucketESaIS7_EE19_M_emplace_back_auxIIS7_EEEvDpOT_ at Base 1.0~git20131006
+ _ZNSt6vectorIN6mathic9GeobucketIN3mgb16ReducerPackDedupIS1_E13ConfigurationEE6BucketESaIS7_EE19_M_emplace_back_auxIJS7_EEEvDpOT_ at Base 1.0~git20131006
+ _ZNSt6vectorIN9__gnu_cxx17__normal_iteratorIPSt4pairImN3mgb6SPairs10ConnectionEES_IS6_SaIS6_EEEESaISA_EE19_M_emplace_back_auxIIRKSA_EEEvDpOT_ at Base 1.0~git20131006
+ _ZNSt6vectorIN9__gnu_cxx17__normal_iteratorIPSt4pairImN3mgb6SPairs10ConnectionEES_IS6_SaIS6_EEEESaISA_EE19_M_emplace_back_auxIJRKSA_EEEvDpOT_ at Base 1.0~git20131006
+ _ZNSt6vectorIPN3mgb10MonoLookupESaIS2_EE19_M_emplace_back_auxIIS2_EEEvDpOT_ at Base 1.0~git20131006
+ _ZNSt6vectorIPN3mgb10MonoLookupESaIS2_EE19_M_emplace_back_auxIJS2_EEEvDpOT_ at Base 1.0~git20131006
+ _ZNSt6vectorIPN3mgb13F4ProtoMatrixESaIS2_EE19_M_emplace_back_auxIIS2_EEEvDpOT_ at Base 1.0~git20131006
+ _ZNSt6vectorIPN3mgb13F4ProtoMatrixESaIS2_EE19_M_emplace_back_auxIJS2_EEEvDpOT_ at Base 1.0~git20131006
+ _ZNSt6vectorIPN3mgb13PolyHashTable4NodeESaIS3_EE12emplace_backIIRS3_EEEvDpOT_ at Base 1.0~git20131006
+ _ZNSt6vectorIPN3mgb13PolyHashTable4NodeESaIS3_EE12emplace_backIJRS3_EEEvDpOT_ at Base 1.0~git20131006
+ _ZNSt6vectorIPN3mgb13PolyHashTable4NodeESaIS3_EE19_M_emplace_back_auxIIRS3_EEEvDpOT_ at Base 1.0~git20131006
+ _ZNSt6vectorIPN3mgb13PolyHashTable4NodeESaIS3_EE19_M_emplace_back_auxIJRS3_EEEvDpOT_ at Base 1.0~git20131006
+ _ZNSt6vectorIPN3mgb4PolyESaIS2_EE19_M_emplace_back_auxIIS2_EEEvDpOT_ at Base 1.0~git20131006
+ _ZNSt6vectorIPN3mgb4PolyESaIS2_EE19_M_emplace_back_auxIJS2_EEEvDpOT_ at Base 1.0~git20131006
+ _ZNSt6vectorIPN3mgb7Reducer12RegistrationESaIS3_EE19_M_emplace_back_auxIIS3_EEEvDpOT_ at Base 1.0~git20131006
+ _ZNSt6vectorIPN3mgb7Reducer12RegistrationESaIS3_EE19_M_emplace_back_auxIJS3_EEEvDpOT_ at Base 1.0~git20131006
+ _ZNSt6vectorIPN3mgb7Reducer12RegistrationESaIS3_EED1Ev at Base 1.0~git20131006
+ _ZNSt6vectorIPN3mgb7Reducer12RegistrationESaIS3_EED2Ev at Base 1.0~git20131006
+ _ZNSt6vectorIPN3mgb9LogDomainILb1EEESaIS3_EE19_M_emplace_back_auxIIS3_EEEvDpOT_ at Base 1.0~git20131006
+ _ZNSt6vectorIPN3mgb9LogDomainILb1EEESaIS3_EE19_M_emplace_back_auxIJS3_EEEvDpOT_ at Base 1.0~git20131006
+ _ZNSt6vectorIPN6mathic12PackedKDTreeIN3mgb16StaticMonoLookupILb1ENS2_21ConcreteModuleMonoSetILb1ELb0ELb0EE6NoDataELb0ELb0EE13ConfigurationEE4NodeESaISB_EE19_M_emplace_back_auxIIRKSB_EEEvDpOT_ at Base 1.0~git20131006
+ _ZNSt6vectorIPN6mathic12PackedKDTreeIN3mgb16StaticMonoLookupILb1ENS2_21ConcreteModuleMonoSetILb1ELb0ELb0EE6NoDataELb0ELb0EE13ConfigurationEE4NodeESaISB_EE19_M_emplace_back_auxIJRKSB_EEEvDpOT_ at Base 1.0~git20131006
+ _ZNSt6vectorIPN6mathic12PackedKDTreeIN3mgb16StaticMonoLookupILb1ENS2_21ConcreteModuleMonoSetILb1ELb0ELb1EE6NoDataELb0ELb1EE13ConfigurationEE4NodeESaISB_EE19_M_emplace_back_auxIIRKSB_EEEvDpOT_ at Base 1.0~git20131006
+ _ZNSt6vectorIPN6mathic12PackedKDTreeIN3mgb16StaticMonoLookupILb1ENS2_21ConcreteModuleMonoSetILb1ELb0ELb1EE6NoDataELb0ELb1EE13ConfigurationEE4NodeESaISB_EE19_M_emplace_back_auxIJRKSB_EEEvDpOT_ at Base 1.0~git20131006
+ _ZNSt6vectorIPN6mathic12PackedKDTreeIN3mgb16StaticMonoLookupILb1ENS2_21ConcreteModuleMonoSetILb1ELb1ELb0EE6NoDataELb1ELb0EE13ConfigurationEE4NodeESaISB_EE19_M_emplace_back_auxIIRKSB_EEEvDpOT_ at Base 1.0~git20131006
+ _ZNSt6vectorIPN6mathic12PackedKDTreeIN3mgb16StaticMonoLookupILb1ENS2_21ConcreteModuleMonoSetILb1ELb1ELb0EE6NoDataELb1ELb0EE13ConfigurationEE4NodeESaISB_EE19_M_emplace_back_auxIJRKSB_EEEvDpOT_ at Base 1.0~git20131006
+ _ZNSt6vectorIPN6mathic12PackedKDTreeIN3mgb16StaticMonoLookupILb1ENS2_21ConcreteModuleMonoSetILb1ELb1ELb1EE6NoDataELb1ELb1EE13ConfigurationEE4NodeESaISB_EE19_M_emplace_back_auxIIRKSB_EEEvDpOT_ at Base 1.0~git20131006
+ _ZNSt6vectorIPN6mathic12PackedKDTreeIN3mgb16StaticMonoLookupILb1ENS2_21ConcreteModuleMonoSetILb1ELb1ELb1EE6NoDataELb1ELb1EE13ConfigurationEE4NodeESaISB_EE19_M_emplace_back_auxIJRKSB_EEEvDpOT_ at Base 1.0~git20131006
+ _ZNSt6vectorIPN6mathic12PackedKDTreeIN3mgb16StaticMonoLookupILb1EmLb0ELb0EE13ConfigurationEE4NodeESaIS8_EE19_M_emplace_back_auxIIRKS8_EEEvDpOT_ at Base 1.0~git20131006
+ _ZNSt6vectorIPN6mathic12PackedKDTreeIN3mgb16StaticMonoLookupILb1EmLb0ELb0EE13ConfigurationEE4NodeESaIS8_EE19_M_emplace_back_auxIJRKS8_EEEvDpOT_ at Base 1.0~git20131006
+ _ZNSt6vectorIPN6mathic12PackedKDTreeIN3mgb16StaticMonoLookupILb1EmLb0ELb1EE13ConfigurationEE4NodeESaIS8_EE19_M_emplace_back_auxIIRKS8_EEEvDpOT_ at Base 1.0~git20131006
+ _ZNSt6vectorIPN6mathic12PackedKDTreeIN3mgb16StaticMonoLookupILb1EmLb0ELb1EE13ConfigurationEE4NodeESaIS8_EE19_M_emplace_back_auxIJRKS8_EEEvDpOT_ at Base 1.0~git20131006
+ _ZNSt6vectorIPN6mathic12PackedKDTreeIN3mgb16StaticMonoLookupILb1EmLb1ELb0EE13ConfigurationEE4NodeESaIS8_EE19_M_emplace_back_auxIIRKS8_EEEvDpOT_ at Base 1.0~git20131006
+ _ZNSt6vectorIPN6mathic12PackedKDTreeIN3mgb16StaticMonoLookupILb1EmLb1ELb0EE13ConfigurationEE4NodeESaIS8_EE19_M_emplace_back_auxIJRKS8_EEEvDpOT_ at Base 1.0~git20131006
+ _ZNSt6vectorIPN6mathic12PackedKDTreeIN3mgb16StaticMonoLookupILb1EmLb1ELb1EE13ConfigurationEE4NodeESaIS8_EE19_M_emplace_back_auxIIRKS8_EEEvDpOT_ at Base 1.0~git20131006
+ _ZNSt6vectorIPN6mathic12PackedKDTreeIN3mgb16StaticMonoLookupILb1EmLb1ELb1EE13ConfigurationEE4NodeESaIS8_EE19_M_emplace_back_auxIJRKS8_EEEvDpOT_ at Base 1.0~git20131006
+ _ZNSt6vectorIS_IbSaIbEESaIS1_EE17_M_default_appendEm at Base 1.0~git20131006
+ _ZNSt6vectorIS_ItSaItEESaIS1_EED1Ev at Base 1.0~git20131006
+ _ZNSt6vectorIS_ItSaItEESaIS1_EED2Ev at Base 1.0~git20131006
+ _ZNSt6vectorISt10unique_ptrIN3mgb20FixedSizeMonomialMapINS1_17QuadMatrixBuilder17LeftRightColIndexEEESt14default_deleteIS5_EESaIS8_EE19_M_emplace_back_auxIIRPS5_EEEvDpOT_ at Base 1.0~git20131006
+ _ZNSt6vectorISt10unique_ptrIN3mgb20FixedSizeMonomialMapINS1_17QuadMatrixBuilder17LeftRightColIndexEEESt14default_deleteIS5_EESaIS8_EE19_M_emplace_back_auxIJRPS5_EEEvDpOT_ at Base 1.0~git20131006
+ _ZNSt6vectorISt10unique_ptrIN3mgb20FixedSizeMonomialMapIjEESt14default_deleteIS3_EESaIS6_EE19_M_emplace_back_auxIIRPS3_EEEvDpOT_ at Base 1.0~git20131006
+ _ZNSt6vectorISt10unique_ptrIN3mgb20FixedSizeMonomialMapIjEESt14default_deleteIS3_EESaIS6_EE19_M_emplace_back_auxIJRPS3_EEEvDpOT_ at Base 1.0~git20131006
+ _ZNSt6vectorISt10unique_ptrIN3mgb4PolyESt14default_deleteIS2_EESaIS5_EE12emplace_backIIS5_EEEvDpOT_ at Base 1.0~git20131006
+ _ZNSt6vectorISt10unique_ptrIN3mgb4PolyESt14default_deleteIS2_EESaIS5_EE12emplace_backIJS5_EEEvDpOT_ at Base 1.0~git20131006
+ _ZNSt6vectorISt10unique_ptrIN3mgb4PolyESt14default_deleteIS2_EESaIS5_EE19_M_emplace_back_auxIIS5_EEEvDpOT_ at Base 1.0~git20131006
+ _ZNSt6vectorISt10unique_ptrIN3mgb4PolyESt14default_deleteIS2_EESaIS5_EE19_M_emplace_back_auxIJS5_EEEvDpOT_ at Base 1.0~git20131006
+ _ZNSt6vectorISt10unique_ptrIN3mgb4PolyESt14default_deleteIS2_EESaIS5_EE7reserveEm at Base 1.0~git20131006
+ _ZNSt6vectorISt10unique_ptrIN3mgb4PolyESt14default_deleteIS2_EESaIS5_EED1Ev at Base 1.0~git20131006
+ _ZNSt6vectorISt10unique_ptrIN3mgb4PolyESt14default_deleteIS2_EESaIS5_EED2Ev at Base 1.0~git20131006
+ _ZNSt6vectorISt4pairIN3mgb10MonoMonoidIiLb1ELb0ELb1EE12ConstMonoPtrEjESaIS5_EE19_M_emplace_back_auxIINS3_7MonoPtrEjEEEvDpOT_ at Base 1.0~git20131006
+ _ZNSt6vectorISt4pairIN3mgb10MonoMonoidIiLb1ELb0ELb1EE12ConstMonoPtrEjESaIS5_EE19_M_emplace_back_auxIJNS3_7MonoPtrEjEEEvDpOT_ at Base 1.0~git20131006
+ _ZNSt6vectorISt4pairIN3mgb10MonoMonoidIiLb1ELb1ELb1EE12ConstMonoPtrEjESaIS5_EE19_M_emplace_back_auxIIS5_EEEvDpOT_ at Base 1.0~git20131006
+ _ZNSt6vectorISt4pairIN3mgb10MonoMonoidIiLb1ELb1ELb1EE12ConstMonoPtrEjESaIS5_EE19_M_emplace_back_auxIJS5_EEEvDpOT_ at Base 1.0~git20131006
+ _ZNSt6vectorISt4pairIN3mgb13F4ProtoMatrix3RowEtESaIS4_EE12emplace_backIIS4_EEEvDpOT_ at Base 1.0~git20131006
+ _ZNSt6vectorISt4pairIN3mgb13F4ProtoMatrix3RowEtESaIS4_EE12emplace_backIJS4_EEEvDpOT_ at Base 1.0~git20131006
+ _ZNSt6vectorISt4pairIN3mgb13F4ProtoMatrix3RowEtESaIS4_EE19_M_emplace_back_auxIIS4_EEEvDpOT_ at Base 1.0~git20131006
+ _ZNSt6vectorISt4pairIN3mgb13F4ProtoMatrix3RowEtESaIS4_EE19_M_emplace_back_auxIJS4_EEEvDpOT_ at Base 1.0~git20131006
+ _ZNSt6vectorISt4pairIPKcS2_ESaIS3_EE19_M_emplace_back_auxIIS3_EEEvDpOT_ at Base 1.0~git20131006
+ _ZNSt6vectorISt4pairIPKcS2_ESaIS3_EE19_M_emplace_back_auxIJS3_EEEvDpOT_ at Base 1.0~git20131006
+ _ZNSt6vectorISt4pairIjN3mgb10MonoMonoidIiLb1ELb1ELb1EE12ConstMonoPtrEESaIS5_EE19_M_emplace_back_auxIIS5_EEEvDpOT_ at Base 1.0~git20131006
+ _ZNSt6vectorISt4pairIjN3mgb10MonoMonoidIiLb1ELb1ELb1EE12ConstMonoPtrEESaIS5_EE19_M_emplace_back_auxIJS5_EEEvDpOT_ at Base 1.0~git20131006
+ _ZNSt6vectorISt4pairIjjESaIS1_EE19_M_emplace_back_auxIIS1_EEEvDpOT_ at Base 1.0~git20131006
+ _ZNSt6vectorISt4pairIjjESaIS1_EE19_M_emplace_back_auxIJS1_EEEvDpOT_ at Base 1.0~git20131006
+ _ZNSt6vectorISt4pairImN3mgb6SPairs10ConnectionEESaIS4_EE12emplace_backIIS4_EEEvDpOT_ at Base 1.0~git20131006
+ _ZNSt6vectorISt4pairImN3mgb6SPairs10ConnectionEESaIS4_EE12emplace_backIJS4_EEEvDpOT_ at Base 1.0~git20131006
+ _ZNSt6vectorISt4pairImN3mgb6SPairs10ConnectionEESaIS4_EE19_M_emplace_back_auxIIS4_EEEvDpOT_ at Base 1.0~git20131006
+ _ZNSt6vectorISt4pairImN3mgb6SPairs10ConnectionEESaIS4_EE19_M_emplace_back_auxIJS4_EEEvDpOT_ at Base 1.0~git20131006
+ _ZNSt6vectorISt4pairImiESaIS1_EE12emplace_backIIS1_EEEvDpOT_ at Base 1.0~git20131006
+ _ZNSt6vectorISt4pairImiESaIS1_EE12emplace_backIJS1_EEEvDpOT_ at Base 1.0~git20131006
+ _ZNSt6vectorISt4pairImiESaIS1_EE19_M_emplace_back_auxIIS1_EEEvDpOT_ at Base 1.0~git20131006
+ _ZNSt6vectorISt4pairImiESaIS1_EE19_M_emplace_back_auxIJS1_EEEvDpOT_ at Base 1.0~git20131006
+ _ZNSt6vectorISt4pairImmESaIS1_EE19_M_emplace_back_auxIIRKS1_EEEvDpOT_ at Base 1.0~git20131006
+ _ZNSt6vectorISt4pairImmESaIS1_EE19_M_emplace_back_auxIIS1_EEEvDpOT_ at Base 1.0~git20131006
+ _ZNSt6vectorISt4pairImmESaIS1_EE19_M_emplace_back_auxIJRKS1_EEEvDpOT_ at Base 1.0~git20131006
+ _ZNSt6vectorISt4pairImmESaIS1_EE19_M_emplace_back_auxIJS1_EEEvDpOT_ at Base 1.0~git20131006
+ _ZNSt6vectorIbSaIbEE14_M_fill_insertESt13_Bit_iteratormb at Base 1.0~git20131006
+ _ZNSt6vectorIcSaIcEE12emplace_backIIcEEEvDpOT_ at Base 1.0~git20131006
+ _ZNSt6vectorIcSaIcEE12emplace_backIJcEEEvDpOT_ at Base 1.0~git20131006
+ _ZNSt6vectorIiSaIiEE13_M_assign_auxIPKiEEvT_S5_St20forward_iterator_tag at Base 1.0~git20131006
+ _ZNSt6vectorIiSaIiEE17_M_default_appendEm at Base 1.0~git20131006
+ _ZNSt6vectorIiSaIiEE19_M_emplace_back_auxIIiEEEvDpOT_ at Base 1.0~git20131006
+ _ZNSt6vectorIiSaIiEE19_M_emplace_back_auxIJiEEEvDpOT_ at Base 1.0~git20131006
+ _ZNSt6vectorIiSaIiEE7reserveEm at Base 1.0~git20131006
+ _ZNSt6vectorIjSaIjEE19_M_emplace_back_auxIIRKjEEEvDpOT_ at Base 1.0~git20131006
+ _ZNSt6vectorIjSaIjEE19_M_emplace_back_auxIIjEEEvDpOT_ at Base 1.0~git20131006
+ _ZNSt6vectorIjSaIjEE19_M_emplace_back_auxIJRKjEEEvDpOT_ at Base 1.0~git20131006
+ _ZNSt6vectorIjSaIjEE19_M_emplace_back_auxIJjEEEvDpOT_ at Base 1.0~git20131006
+ _ZNSt6vectorImSaImEE12emplace_backIImEEEvDpOT_ at Base 1.0~git20131006
+ _ZNSt6vectorImSaImEE12emplace_backIJmEEEvDpOT_ at Base 1.0~git20131006
+ _ZNSt6vectorImSaImEE13_M_insert_auxIIRKmEEEvN9__gnu_cxx17__normal_iteratorIPmS1_EEDpOT_ at Base 1.0~git20131006
+ _ZNSt6vectorImSaImEE13_M_insert_auxIImEEEvN9__gnu_cxx17__normal_iteratorIPmS1_EEDpOT_ at Base 1.0~git20131006
+ _ZNSt6vectorImSaImEE13_M_insert_auxIJRKmEEEvN9__gnu_cxx17__normal_iteratorIPmS1_EEDpOT_ at Base 1.0~git20131006
+ _ZNSt6vectorImSaImEE13_M_insert_auxIJmEEEvN9__gnu_cxx17__normal_iteratorIPmS1_EEDpOT_ at Base 1.0~git20131006
+ _ZNSt6vectorImSaImEE19_M_emplace_back_auxIIRKmEEEvDpOT_ at Base 1.0~git20131006
+ _ZNSt6vectorImSaImEE19_M_emplace_back_auxIImEEEvDpOT_ at Base 1.0~git20131006
+ _ZNSt6vectorImSaImEE19_M_emplace_back_auxIJRKmEEEvDpOT_ at Base 1.0~git20131006
+ _ZNSt6vectorImSaImEE19_M_emplace_back_auxIJmEEEvDpOT_ at Base 1.0~git20131006
+ _ZNSt6vectorImSaImEE6insertEN9__gnu_cxx17__normal_iteratorIPKmS1_EERS4_ at Base 1.0~git20131006
+ _ZNSt6vectorImSaImEE7reserveEm at Base 1.0~git20131006
+ _ZNSt6vectorImSaImEE9push_backERKm at Base 1.0~git20131006
+ _ZNSt8_Rb_treeImmSt9_IdentityImEN3mgb12SigPolyBasis10RatioOrderESaImEE15_M_insert_equalIRKmEESt17_Rb_tree_iteratorImEOT_ at Base 1.0~git20131006
+ _ZNSt8_Rb_treeImmSt9_IdentityImEN3mgb12SigPolyBasis10RatioOrderESaImEE8_M_eraseEPSt13_Rb_tree_nodeImE at Base 1.0~git20131006
+ _ZNSt8functionIFbvEEC1ERKS1_ at Base 1.0~git20131006
+ _ZNSt8functionIFbvEEC2ERKS1_ at Base 1.0~git20131006
+ _ZSt13__adjust_heapIN9__gnu_cxx17__normal_iteratorIPN3mgb10MonoMonoidIiLb1ELb1ELb1EE12ConstMonoPtrESt6vectorIS5_SaIS5_EEEElS5_NS0_5__ops15_Iter_comp_iterIZNKS2_21ConcreteModuleMonoSetILb0ELb0ELb0EE7displayERSoEUlS5_S5_E0_EEEvT_T0_SJ_T1_T2_ at Base 1.0~git20131006
+ _ZSt13__adjust_heapIN9__gnu_cxx17__normal_iteratorIPN3mgb10MonoMonoidIiLb1ELb1ELb1EE12ConstMonoPtrESt6vectorIS5_SaIS5_EEEElS5_NS0_5__ops15_Iter_comp_iterIZNKS2_21ConcreteModuleMonoSetILb0ELb0ELb1EE7displayERSoEUlS5_S5_E0_EEEvT_T0_SJ_T1_T2_ at Base 1.0~git20131006
+ _ZSt13__adjust_heapIN9__gnu_cxx17__normal_iteratorIPN3mgb10MonoMonoidIiLb1ELb1ELb1EE12ConstMonoPtrESt6vectorIS5_SaIS5_EEEElS5_NS0_5__ops15_Iter_comp_iterIZNKS2_21ConcreteModuleMonoSetILb0ELb1ELb0EE7displayERSoEUlS5_S5_E0_EEEvT_T0_SJ_T1_T2_ at Base 1.0~git20131006
+ _ZSt13__adjust_heapIN9__gnu_cxx17__normal_iteratorIPN3mgb10MonoMonoidIiLb1ELb1ELb1EE12ConstMonoPtrESt6vectorIS5_SaIS5_EEEElS5_NS0_5__ops15_Iter_comp_iterIZNKS2_21ConcreteModuleMonoSetILb0ELb1ELb1EE7displayERSoEUlS5_S5_E0_EEEvT_T0_SJ_T1_T2_ at Base 1.0~git20131006
+ _ZSt13__adjust_heapIN9__gnu_cxx17__normal_iteratorIPN3mgb10MonoMonoidIiLb1ELb1ELb1EE12ConstMonoPtrESt6vectorIS5_SaIS5_EEEElS5_NS0_5__ops15_Iter_comp_iterIZNKS2_21ConcreteModuleMonoSetILb1ELb0ELb0EE7displayERSoEUlS5_S5_E0_EEEvT_T0_SJ_T1_T2_ at Base 1.0~git20131006
+ _ZSt13__adjust_heapIN9__gnu_cxx17__normal_iteratorIPN3mgb10MonoMonoidIiLb1ELb1ELb1EE12ConstMonoPtrESt6vectorIS5_SaIS5_EEEElS5_NS0_5__ops15_Iter_comp_iterIZNKS2_21ConcreteModuleMonoSetILb1ELb0ELb1EE7displayERSoEUlS5_S5_E0_EEEvT_T0_SJ_T1_T2_ at Base 1.0~git20131006
+ _ZSt13__adjust_heapIN9__gnu_cxx17__normal_iteratorIPN3mgb10MonoMonoidIiLb1ELb1ELb1EE12ConstMonoPtrESt6vectorIS5_SaIS5_EEEElS5_NS0_5__ops15_Iter_comp_iterIZNKS2_21ConcreteModuleMonoSetILb1ELb1ELb0EE7displayERSoEUlS5_S5_E0_EEEvT_T0_SJ_T1_T2_ at Base 1.0~git20131006
+ _ZSt13__adjust_heapIN9__gnu_cxx17__normal_iteratorIPN3mgb10MonoMonoidIiLb1ELb1ELb1EE12ConstMonoPtrESt6vectorIS5_SaIS5_EEEElS5_NS0_5__ops15_Iter_comp_iterIZNKS2_21ConcreteModuleMonoSetILb1ELb1ELb1EE7displayERSoEUlS5_S5_E0_EEEvT_T0_SJ_T1_T2_ at Base 1.0~git20131006
+ _ZSt13__adjust_heapIN9__gnu_cxx17__normal_iteratorIPN3mgb12NewConstTermESt6vectorIS3_SaIS3_EEEElS3_NS0_5__ops15_Iter_comp_iterIZNS2_4Poly23polyWithTermsDescendingEvEUlRKS3_SD_E_EEEvT_T0_SH_T1_T2_ at Base 1.0~git20131006
+ _ZSt13__adjust_heapIN9__gnu_cxx17__normal_iteratorIPN3mgb16F4MatrixBuilder27RowTaskESt6vectorIS4_SaIS4_EEEElS4_NS0_5__ops15_Iter_comp_iterIZNS3_7Builder22initializeRowsToReduceERS8_EUlRKS4_SF_E_EEEvT_T0_SJ_T1_T2_ at Base 1.0~git20131006
+ _ZSt13__adjust_heapIN9__gnu_cxx17__normal_iteratorIPN6mathic7DivMask7VarDataESt6vectorIS4_SaIS4_EEEElS4_NS0_5__ops15_Iter_less_iterEEvT_T0_SD_T1_T2_ at Base 1.0~git20131006
+ _ZSt13__adjust_heapIN9__gnu_cxx17__normal_iteratorIPSt4pairIjN3mgb10MonoMonoidIiLb1ELb1ELb1EE12ConstMonoPtrEESt6vectorIS7_SaIS7_EEEElS7_NS0_5__ops15_Iter_comp_iterIZNS3_16F4MatrixBuilder27Builder19buildMatrixAndClearERS9_INSF_7RowTaskESaISH_EERNS3_10QuadMatrixEEUlRKS7_S7_E2_EEEvT_T0_SS_T1_T2_ at Base 1.0~git20131006
+ _ZSt13__adjust_heapIN9__gnu_cxx17__normal_iteratorIPSt4pairIjjESt6vectorIS3_SaIS3_EEEElS3_NS0_5__ops15_Iter_less_iterEEvT_T0_SC_T1_T2_ at Base 1.0~git20131006
+ _ZSt13__heap_selectIN9__gnu_cxx17__normal_iteratorIPN3mgb10MonoMonoidIiLb1ELb1ELb1EE12ConstMonoPtrESt6vectorIS5_SaIS5_EEEENS0_5__ops15_Iter_comp_iterIZNKS2_21ConcreteModuleMonoSetILb0ELb0ELb0EE7displayERSoEUlS5_S5_E0_EEEvT_SI_SI_T0_ at Base 1.0~git20131006
+ _ZSt13__heap_selectIN9__gnu_cxx17__normal_iteratorIPN3mgb10MonoMonoidIiLb1ELb1ELb1EE12ConstMonoPtrESt6vectorIS5_SaIS5_EEEENS0_5__ops15_Iter_comp_iterIZNKS2_21ConcreteModuleMonoSetILb0ELb0ELb1EE7displayERSoEUlS5_S5_E0_EEEvT_SI_SI_T0_ at Base 1.0~git20131006
+ _ZSt13__heap_selectIN9__gnu_cxx17__normal_iteratorIPN3mgb10MonoMonoidIiLb1ELb1ELb1EE12ConstMonoPtrESt6vectorIS5_SaIS5_EEEENS0_5__ops15_Iter_comp_iterIZNKS2_21ConcreteModuleMonoSetILb0ELb1ELb0EE7displayERSoEUlS5_S5_E0_EEEvT_SI_SI_T0_ at Base 1.0~git20131006
+ _ZSt13__heap_selectIN9__gnu_cxx17__normal_iteratorIPN3mgb10MonoMonoidIiLb1ELb1ELb1EE12ConstMonoPtrESt6vectorIS5_SaIS5_EEEENS0_5__ops15_Iter_comp_iterIZNKS2_21ConcreteModuleMonoSetILb0ELb1ELb1EE7displayERSoEUlS5_S5_E0_EEEvT_SI_SI_T0_ at Base 1.0~git20131006
+ _ZSt13__heap_selectIN9__gnu_cxx17__normal_iteratorIPN3mgb10MonoMonoidIiLb1ELb1ELb1EE12ConstMonoPtrESt6vectorIS5_SaIS5_EEEENS0_5__ops15_Iter_comp_iterIZNKS2_21ConcreteModuleMonoSetILb1ELb0ELb0EE7displayERSoEUlS5_S5_E0_EEEvT_SI_SI_T0_ at Base 1.0~git20131006
+ _ZSt13__heap_selectIN9__gnu_cxx17__normal_iteratorIPN3mgb10MonoMonoidIiLb1ELb1ELb1EE12ConstMonoPtrESt6vectorIS5_SaIS5_EEEENS0_5__ops15_Iter_comp_iterIZNKS2_21ConcreteModuleMonoSetILb1ELb0ELb1EE7displayERSoEUlS5_S5_E0_EEEvT_SI_SI_T0_ at Base 1.0~git20131006
+ _ZSt13__heap_selectIN9__gnu_cxx17__normal_iteratorIPN3mgb10MonoMonoidIiLb1ELb1ELb1EE12ConstMonoPtrESt6vectorIS5_SaIS5_EEEENS0_5__ops15_Iter_comp_iterIZNKS2_21ConcreteModuleMonoSetILb1ELb1ELb0EE7displayERSoEUlS5_S5_E0_EEEvT_SI_SI_T0_ at Base 1.0~git20131006
+ _ZSt13__heap_selectIN9__gnu_cxx17__normal_iteratorIPN3mgb10MonoMonoidIiLb1ELb1ELb1EE12ConstMonoPtrESt6vectorIS5_SaIS5_EEEENS0_5__ops15_Iter_comp_iterIZNKS2_21ConcreteModuleMonoSetILb1ELb1ELb1EE7displayERSoEUlS5_S5_E0_EEEvT_SI_SI_T0_ at Base 1.0~git20131006
+ _ZSt13__heap_selectIN9__gnu_cxx17__normal_iteratorIPN3mgb12NewConstTermESt6vectorIS3_SaIS3_EEEENS0_5__ops15_Iter_comp_iterIZNS2_4Poly23polyWithTermsDescendingEvEUlRKS3_SD_E_EEEvT_SG_SG_T0_ at Base 1.0~git20131006
+ _ZSt13__heap_selectIN9__gnu_cxx17__normal_iteratorIPN3mgb16F4MatrixBuilder27RowTaskESt6vectorIS4_SaIS4_EEEENS0_5__ops15_Iter_comp_iterIZNS3_7Builder22initializeRowsToReduceERS8_EUlRKS4_SF_E_EEEvT_SI_SI_T0_ at Base 1.0~git20131006
+ _ZSt13__heap_selectIN9__gnu_cxx17__normal_iteratorIPSt4pairIjN3mgb10MonoMonoidIiLb1ELb1ELb1EE12ConstMonoPtrEESt6vectorIS7_SaIS7_EEEENS0_5__ops15_Iter_comp_iterIZNS3_16F4MatrixBuilder27Builder19buildMatrixAndClearERS9_INSF_7RowTaskESaISH_EERNS3_10QuadMatrixEEUlRKS7_S7_E2_EEEvT_SR_SR_T0_ at Base 1.0~git20131006
+ _ZSt16__insertion_sortIN9__gnu_cxx17__normal_iteratorIPN3mgb10MonoMonoidIiLb1ELb1ELb1EE12ConstMonoPtrESt6vectorIS5_SaIS5_EEEENS0_5__ops15_Iter_comp_iterIZNKS2_21ConcreteModuleMonoSetILb0ELb0ELb0EE7displayERSoEUlS5_S5_E0_EEEvT_SI_T0_ at Base 1.0~git20131006
+ _ZSt16__insertion_sortIN9__gnu_cxx17__normal_iteratorIPN3mgb10MonoMonoidIiLb1ELb1ELb1EE12ConstMonoPtrESt6vectorIS5_SaIS5_EEEENS0_5__ops15_Iter_comp_iterIZNKS2_21ConcreteModuleMonoSetILb0ELb0ELb1EE7displayERSoEUlS5_S5_E0_EEEvT_SI_T0_ at Base 1.0~git20131006
+ _ZSt16__insertion_sortIN9__gnu_cxx17__normal_iteratorIPN3mgb10MonoMonoidIiLb1ELb1ELb1EE12ConstMonoPtrESt6vectorIS5_SaIS5_EEEENS0_5__ops15_Iter_comp_iterIZNKS2_21ConcreteModuleMonoSetILb0ELb1ELb0EE7displayERSoEUlS5_S5_E0_EEEvT_SI_T0_ at Base 1.0~git20131006
+ _ZSt16__insertion_sortIN9__gnu_cxx17__normal_iteratorIPN3mgb10MonoMonoidIiLb1ELb1ELb1EE12ConstMonoPtrESt6vectorIS5_SaIS5_EEEENS0_5__ops15_Iter_comp_iterIZNKS2_21ConcreteModuleMonoSetILb0ELb1ELb1EE7displayERSoEUlS5_S5_E0_EEEvT_SI_T0_ at Base 1.0~git20131006
+ _ZSt16__insertion_sortIN9__gnu_cxx17__normal_iteratorIPN3mgb10MonoMonoidIiLb1ELb1ELb1EE12ConstMonoPtrESt6vectorIS5_SaIS5_EEEENS0_5__ops15_Iter_comp_iterIZNKS2_21ConcreteModuleMonoSetILb1ELb0ELb0EE7displayERSoEUlS5_S5_E0_EEEvT_SI_T0_ at Base 1.0~git20131006
+ _ZSt16__insertion_sortIN9__gnu_cxx17__normal_iteratorIPN3mgb10MonoMonoidIiLb1ELb1ELb1EE12ConstMonoPtrESt6vectorIS5_SaIS5_EEEENS0_5__ops15_Iter_comp_iterIZNKS2_21ConcreteModuleMonoSetILb1ELb0ELb1EE7displayERSoEUlS5_S5_E0_EEEvT_SI_T0_ at Base 1.0~git20131006
+ _ZSt16__insertion_sortIN9__gnu_cxx17__normal_iteratorIPN3mgb10MonoMonoidIiLb1ELb1ELb1EE12ConstMonoPtrESt6vectorIS5_SaIS5_EEEENS0_5__ops15_Iter_comp_iterIZNKS2_21ConcreteModuleMonoSetILb1ELb1ELb0EE7displayERSoEUlS5_S5_E0_EEEvT_SI_T0_ at Base 1.0~git20131006
+ _ZSt16__insertion_sortIN9__gnu_cxx17__normal_iteratorIPN3mgb10MonoMonoidIiLb1ELb1ELb1EE12ConstMonoPtrESt6vectorIS5_SaIS5_EEEENS0_5__ops15_Iter_comp_iterIZNKS2_21ConcreteModuleMonoSetILb1ELb1ELb1EE7displayERSoEUlS5_S5_E0_EEEvT_SI_T0_ at Base 1.0~git20131006
+ _ZSt16__insertion_sortIN9__gnu_cxx17__normal_iteratorIPN3mgb12NewConstTermESt6vectorIS3_SaIS3_EEEENS0_5__ops15_Iter_comp_iterIZNS2_4Poly23polyWithTermsDescendingEvEUlRKS3_SD_E_EEEvT_SG_T0_ at Base 1.0~git20131006
+ _ZSt16__insertion_sortIN9__gnu_cxx17__normal_iteratorIPN3mgb16F4MatrixBuilder27RowTaskESt6vectorIS4_SaIS4_EEEENS0_5__ops15_Iter_comp_iterIZNS3_7Builder22initializeRowsToReduceERS8_EUlRKS4_SF_E_EEEvT_SI_T0_ at Base 1.0~git20131006
+ _ZSt16__insertion_sortIN9__gnu_cxx17__normal_iteratorIPN6mathic7DivMask7VarDataESt6vectorIS4_SaIS4_EEEENS0_5__ops15_Iter_less_iterEEvT_SC_T0_ at Base 1.0~git20131006
+ _ZSt16__insertion_sortIN9__gnu_cxx17__normal_iteratorIPSt4pairIjN3mgb10MonoMonoidIiLb1ELb1ELb1EE12ConstMonoPtrEESt6vectorIS7_SaIS7_EEEENS0_5__ops15_Iter_comp_iterIZNS3_16F4MatrixBuilder27Builder19buildMatrixAndClearERS9_INSF_7RowTaskESaISH_EERNS3_10QuadMatrixEEUlRKS7_S7_E2_EEEvT_SR_T0_ at Base 1.0~git20131006
+ _ZSt16__insertion_sortIN9__gnu_cxx17__normal_iteratorIPSt4pairIjjESt6vectorIS3_SaIS3_EEEENS0_5__ops15_Iter_less_iterEEvT_SB_T0_ at Base 1.0~git20131006
+ _ZSt16__introsort_loopIN9__gnu_cxx17__normal_iteratorIPN3mgb10MonoMonoidIiLb1ELb1ELb1EE12ConstMonoPtrESt6vectorIS5_SaIS5_EEEElNS0_5__ops15_Iter_comp_iterIZNKS2_21ConcreteModuleMonoSetILb0ELb0ELb0EE7displayERSoEUlS5_S5_E0_EEEvT_SI_T0_T1_ at Base 1.0~git20131006
+ _ZSt16__introsort_loopIN9__gnu_cxx17__normal_iteratorIPN3mgb10MonoMonoidIiLb1ELb1ELb1EE12ConstMonoPtrESt6vectorIS5_SaIS5_EEEElNS0_5__ops15_Iter_comp_iterIZNKS2_21ConcreteModuleMonoSetILb0ELb0ELb1EE7displayERSoEUlS5_S5_E0_EEEvT_SI_T0_T1_ at Base 1.0~git20131006
+ _ZSt16__introsort_loopIN9__gnu_cxx17__normal_iteratorIPN3mgb10MonoMonoidIiLb1ELb1ELb1EE12ConstMonoPtrESt6vectorIS5_SaIS5_EEEElNS0_5__ops15_Iter_comp_iterIZNKS2_21ConcreteModuleMonoSetILb0ELb1ELb0EE7displayERSoEUlS5_S5_E0_EEEvT_SI_T0_T1_ at Base 1.0~git20131006
+ _ZSt16__introsort_loopIN9__gnu_cxx17__normal_iteratorIPN3mgb10MonoMonoidIiLb1ELb1ELb1EE12ConstMonoPtrESt6vectorIS5_SaIS5_EEEElNS0_5__ops15_Iter_comp_iterIZNKS2_21ConcreteModuleMonoSetILb0ELb1ELb1EE7displayERSoEUlS5_S5_E0_EEEvT_SI_T0_T1_ at Base 1.0~git20131006
+ _ZSt16__introsort_loopIN9__gnu_cxx17__normal_iteratorIPN3mgb10MonoMonoidIiLb1ELb1ELb1EE12ConstMonoPtrESt6vectorIS5_SaIS5_EEEElNS0_5__ops15_Iter_comp_iterIZNKS2_21ConcreteModuleMonoSetILb1ELb0ELb0EE7displayERSoEUlS5_S5_E0_EEEvT_SI_T0_T1_ at Base 1.0~git20131006
+ _ZSt16__introsort_loopIN9__gnu_cxx17__normal_iteratorIPN3mgb10MonoMonoidIiLb1ELb1ELb1EE12ConstMonoPtrESt6vectorIS5_SaIS5_EEEElNS0_5__ops15_Iter_comp_iterIZNKS2_21ConcreteModuleMonoSetILb1ELb0ELb1EE7displayERSoEUlS5_S5_E0_EEEvT_SI_T0_T1_ at Base 1.0~git20131006
+ _ZSt16__introsort_loopIN9__gnu_cxx17__normal_iteratorIPN3mgb10MonoMonoidIiLb1ELb1ELb1EE12ConstMonoPtrESt6vectorIS5_SaIS5_EEEElNS0_5__ops15_Iter_comp_iterIZNKS2_21ConcreteModuleMonoSetILb1ELb1ELb0EE7displayERSoEUlS5_S5_E0_EEEvT_SI_T0_T1_ at Base 1.0~git20131006
+ _ZSt16__introsort_loopIN9__gnu_cxx17__normal_iteratorIPN3mgb10MonoMonoidIiLb1ELb1ELb1EE12ConstMonoPtrESt6vectorIS5_SaIS5_EEEElNS0_5__ops15_Iter_comp_iterIZNKS2_21ConcreteModuleMonoSetILb1ELb1ELb1EE7displayERSoEUlS5_S5_E0_EEEvT_SI_T0_T1_ at Base 1.0~git20131006
+ _ZSt16__introsort_loopIN9__gnu_cxx17__normal_iteratorIPN3mgb12NewConstTermESt6vectorIS3_SaIS3_EEEElNS0_5__ops15_Iter_comp_iterIZNS2_4Poly23polyWithTermsDescendingEvEUlRKS3_SD_E_EEEvT_SG_T0_T1_ at Base 1.0~git20131006
+ _ZSt16__introsort_loopIN9__gnu_cxx17__normal_iteratorIPN3mgb16F4MatrixBuilder27RowTaskESt6vectorIS4_SaIS4_EEEElNS0_5__ops15_Iter_comp_iterIZNS3_7Builder22initializeRowsToReduceERS8_EUlRKS4_SF_E_EEEvT_SI_T0_T1_ at Base 1.0~git20131006
+ _ZSt16__introsort_loopIN9__gnu_cxx17__normal_iteratorIPSt4pairIjN3mgb10MonoMonoidIiLb1ELb1ELb1EE12ConstMonoPtrEESt6vectorIS7_SaIS7_EEEElNS0_5__ops15_Iter_comp_iterIZNS3_16F4MatrixBuilder27Builder19buildMatrixAndClearERS9_INSF_7RowTaskESaISH_EERNS3_10QuadMatrixEEUlRKS7_S7_E2_EEEvT_SR_T0_T1_ at Base 1.0~git20131006
+ _ZSt22__final_insertion_sortIN9__gnu_cxx17__normal_iteratorIPN3mgb16F4MatrixBuilder27RowTaskESt6vectorIS4_SaIS4_EEEENS0_5__ops15_Iter_comp_iterIZNS3_7Builder22initializeRowsToReduceERS8_EUlRKS4_SF_E_EEEvT_SI_T0_ at Base 1.0~git20131006
+ _ZSt22__final_insertion_sortIN9__gnu_cxx17__normal_iteratorIPSt4pairIjN3mgb10MonoMonoidIiLb1ELb1ELb1EE12ConstMonoPtrEESt6vectorIS7_SaIS7_EEEENS0_5__ops15_Iter_comp_iterIZNS3_16F4MatrixBuilder27Builder19buildMatrixAndClearERS9_INSF_7RowTaskESaISH_EERNS3_10QuadMatrixEEUlRKS7_S7_E2_EEEvT_SR_T0_ at Base 1.0~git20131006
+ _ZSt22__move_median_to_firstIN9__gnu_cxx17__normal_iteratorIPN3mgb12NewConstTermESt6vectorIS3_SaIS3_EEEENS0_5__ops15_Iter_comp_iterIZNS2_4Poly23polyWithTermsDescendingEvEUlRKS3_SD_E_EEEvT_SG_SG_SG_T0_ at Base 1.0~git20131006
+ _ZSt22__move_median_to_firstIN9__gnu_cxx17__normal_iteratorIPN3mgb16F4MatrixBuilder27RowTaskESt6vectorIS4_SaIS4_EEEENS0_5__ops15_Iter_comp_iterIZNS3_7Builder22initializeRowsToReduceERS8_EUlRKS4_SF_E_EEEvT_SI_SI_SI_T0_ at Base 1.0~git20131006
+ _ZSt22__move_median_to_firstIN9__gnu_cxx17__normal_iteratorIPN6mathic7DivMask7VarDataESt6vectorIS4_SaIS4_EEEENS0_5__ops15_Iter_less_iterEEvT_SC_SC_SC_T0_ at Base 1.0~git20131006
+ _ZSt22__move_median_to_firstIN9__gnu_cxx17__normal_iteratorIPSt4pairIjN3mgb10MonoMonoidIiLb1ELb1ELb1EE12ConstMonoPtrEESt6vectorIS7_SaIS7_EEEENS0_5__ops15_Iter_comp_iterIZNS3_16F4MatrixBuilder27Builder19buildMatrixAndClearERS9_INSF_7RowTaskESaISH_EERNS3_10QuadMatrixEEUlRKS7_S7_E2_EEEvT_SR_SR_SR_T0_ at Base 1.0~git20131006
+ _ZSt22__move_median_to_firstIN9__gnu_cxx17__normal_iteratorIPSt4pairIjjESt6vectorIS3_SaIS3_EEEENS0_5__ops15_Iter_less_iterEEvT_SB_SB_SB_T0_ at Base 1.0~git20131006
+ _ZSt25__unguarded_linear_insertIN9__gnu_cxx17__normal_iteratorIPN3mgb10MonoMonoidIiLb1ELb1ELb1EE12ConstMonoPtrESt6vectorIS5_SaIS5_EEEENS0_5__ops14_Val_comp_iterIZNKS2_21ConcreteModuleMonoSetILb0ELb0ELb0EE7displayERSoEUlS5_S5_E0_EEEvT_T0_ at Base 1.0~git20131006
+ _ZSt25__unguarded_linear_insertIN9__gnu_cxx17__normal_iteratorIPN3mgb10MonoMonoidIiLb1ELb1ELb1EE12ConstMonoPtrESt6vectorIS5_SaIS5_EEEENS0_5__ops14_Val_comp_iterIZNKS2_21ConcreteModuleMonoSetILb0ELb0ELb1EE7displayERSoEUlS5_S5_E0_EEEvT_T0_ at Base 1.0~git20131006
+ _ZSt25__unguarded_linear_insertIN9__gnu_cxx17__normal_iteratorIPN3mgb10MonoMonoidIiLb1ELb1ELb1EE12ConstMonoPtrESt6vectorIS5_SaIS5_EEEENS0_5__ops14_Val_comp_iterIZNKS2_21ConcreteModuleMonoSetILb0ELb1ELb0EE7displayERSoEUlS5_S5_E0_EEEvT_T0_ at Base 1.0~git20131006
+ _ZSt25__unguarded_linear_insertIN9__gnu_cxx17__normal_iteratorIPN3mgb10MonoMonoidIiLb1ELb1ELb1EE12ConstMonoPtrESt6vectorIS5_SaIS5_EEEENS0_5__ops14_Val_comp_iterIZNKS2_21ConcreteModuleMonoSetILb0ELb1ELb1EE7displayERSoEUlS5_S5_E0_EEEvT_T0_ at Base 1.0~git20131006
+ _ZSt25__unguarded_linear_insertIN9__gnu_cxx17__normal_iteratorIPN3mgb10MonoMonoidIiLb1ELb1ELb1EE12ConstMonoPtrESt6vectorIS5_SaIS5_EEEENS0_5__ops14_Val_comp_iterIZNKS2_21ConcreteModuleMonoSetILb1ELb0ELb0EE7displayERSoEUlS5_S5_E0_EEEvT_T0_ at Base 1.0~git20131006
+ _ZSt25__unguarded_linear_insertIN9__gnu_cxx17__normal_iteratorIPN3mgb10MonoMonoidIiLb1ELb1ELb1EE12ConstMonoPtrESt6vectorIS5_SaIS5_EEEENS0_5__ops14_Val_comp_iterIZNKS2_21ConcreteModuleMonoSetILb1ELb0ELb1EE7displayERSoEUlS5_S5_E0_EEEvT_T0_ at Base 1.0~git20131006
+ _ZSt25__unguarded_linear_insertIN9__gnu_cxx17__normal_iteratorIPN3mgb10MonoMonoidIiLb1ELb1ELb1EE12ConstMonoPtrESt6vectorIS5_SaIS5_EEEENS0_5__ops14_Val_comp_iterIZNKS2_21ConcreteModuleMonoSetILb1ELb1ELb0EE7displayERSoEUlS5_S5_E0_EEEvT_T0_ at Base 1.0~git20131006
+ _ZSt25__unguarded_linear_insertIN9__gnu_cxx17__normal_iteratorIPN3mgb10MonoMonoidIiLb1ELb1ELb1EE12ConstMonoPtrESt6vectorIS5_SaIS5_EEEENS0_5__ops14_Val_comp_iterIZNKS2_21ConcreteModuleMonoSetILb1ELb1ELb1EE7displayERSoEUlS5_S5_E0_EEEvT_T0_ at Base 1.0~git20131006
+ _ZSt25__unguarded_linear_insertIN9__gnu_cxx17__normal_iteratorIPN3mgb12NewConstTermESt6vectorIS3_SaIS3_EEEENS0_5__ops14_Val_comp_iterIZNS2_4Poly23polyWithTermsDescendingEvEUlRKS3_SD_E_EEEvT_T0_ at Base 1.0~git20131006
+ _ZSt25__unguarded_linear_insertIN9__gnu_cxx17__normal_iteratorIPN3mgb16F4MatrixBuilder27RowTaskESt6vectorIS4_SaIS4_EEEENS0_5__ops14_Val_comp_iterIZNS3_7Builder22initializeRowsToReduceERS8_EUlRKS4_SF_E_EEEvT_T0_ at Base 1.0~git20131006
+ _ZSt25__unguarded_linear_insertIN9__gnu_cxx17__normal_iteratorIPSt4pairIjN3mgb10MonoMonoidIiLb1ELb1ELb1EE12ConstMonoPtrEESt6vectorIS7_SaIS7_EEEENS0_5__ops14_Val_comp_iterIZNS3_16F4MatrixBuilder27Builder19buildMatrixAndClearERS9_INSF_7RowTaskESaISH_EERNS3_10QuadMatrixEEUlRKS7_S7_E2_EEEvT_T0_ at Base 1.0~git20131006
+ _ZSt9__find_ifIPKiN9__gnu_cxx5__ops12_Iter_negateIZNK3mgb10MonoMonoidIiLb1ELb1ELb1EE10isIdentityENS7_12ConstMonoRefEEUliE_EEET_SB_SB_T0_St26random_access_iterator_tag at Base 1.0~git20131006
+ _ZTIN3mgb10MonoLookup11EntryOutputE at Base 1.0~git20131006
+ _ZTIN3mgb10MonoLookup7FactoryE at Base 1.0~git20131006
+ _ZTIN3mgb10MonoLookupE at Base 1.0~git20131006
+ _ZTIN3mgb11ReducerHashIN6mathic4HeapEEE at Base 1.0~git20131006
+ _ZTIN3mgb11ReducerHashIN6mathic8TourTreeEEE at Base 1.0~git20131006
+ _ZTIN3mgb11ReducerHashIN6mathic9GeobucketEEE at Base 1.0~git20131006
+ _ZTIN3mgb11ReducerPackIN6mathic4HeapEEE at Base 1.0~git20131006
+ _ZTIN3mgb11ReducerPackIN6mathic8TourTreeEEE at Base 1.0~git20131006
+ _ZTIN3mgb11ReducerPackIN6mathic9GeobucketEEE at Base 1.0~git20131006
+ _ZTIN3mgb12ReducerDedupIN6mathic4HeapEEE at Base 1.0~git20131006
+ _ZTIN3mgb12ReducerDedupIN6mathic8TourTreeEEE at Base 1.0~git20131006
+ _ZTIN3mgb12ReducerDedupIN6mathic9GeobucketEEE at Base 1.0~git20131006
+ _ZTIN3mgb13ModuleMonoSet11EntryOutputE at Base 1.0~git20131006
+ _ZTIN3mgb13ModuleMonoSetE at Base 1.0~git20131006
+ _ZTIN3mgb13SigSPairQueueE at Base 1.0~git20131006
+ _ZTIN3mgb14ReducerNoDedupIN6mathic4HeapEEE at Base 1.0~git20131006
+ _ZTIN3mgb14ReducerNoDedupIN6mathic8TourTreeEEE at Base 1.0~git20131006
+ _ZTIN3mgb14ReducerNoDedupIN6mathic9GeobucketEEE at Base 1.0~git20131006
+ _ZTIN3mgb14TypicalReducerE at Base 1.0~git20131006
+ _ZTIN3mgb15ReducerHashPackIN6mathic4HeapEEE at Base 1.0~git20131006
+ _ZTIN3mgb15ReducerHashPackIN6mathic8TourTreeEEE at Base 1.0~git20131006
+ _ZTIN3mgb15ReducerHashPackIN6mathic9GeobucketEEE at Base 1.0~git20131006
+ _ZTIN3mgb16ReducerPackDedupIN6mathic4HeapEEE at Base 1.0~git20131006
+ _ZTIN3mgb16ReducerPackDedupIN6mathic8TourTreeEEE at Base 1.0~git20131006
+ _ZTIN3mgb16ReducerPackDedupIN6mathic9GeobucketEEE at Base 1.0~git20131006
+ _ZTIN3mgb21ConcreteModuleMonoSetILb0ELb0ELb0EEE at Base 1.0~git20131006
+ _ZTIN3mgb21ConcreteModuleMonoSetILb0ELb0ELb1EEE at Base 1.0~git20131006
+ _ZTIN3mgb21ConcreteModuleMonoSetILb0ELb1ELb0EEE at Base 1.0~git20131006
+ _ZTIN3mgb21ConcreteModuleMonoSetILb0ELb1ELb1EEE at Base 1.0~git20131006
+ _ZTIN3mgb21ConcreteModuleMonoSetILb1ELb0ELb0EEE at Base 1.0~git20131006
+ _ZTIN3mgb21ConcreteModuleMonoSetILb1ELb0ELb1EEE at Base 1.0~git20131006
+ _ZTIN3mgb21ConcreteModuleMonoSetILb1ELb1ELb0EEE at Base 1.0~git20131006
+ _ZTIN3mgb21ConcreteModuleMonoSetILb1ELb1ELb1EEE at Base 1.0~git20131006
+ _ZTIN3mgb21ConcreteSigSPairQueueE at Base 1.0~git20131006
+ _ZTIN3mgb7ReducerE at Base 1.0~git20131006
+ _ZTIN3mgb9F4ReducerE at Base 1.0~git20131006
+ _ZTIN3tbb10empty_taskE at Base 1.0~git20131006
+ _ZTIN3tbb10interface626enumerable_thread_specificIZN3mgb16F4MatrixBuilder27Builder19buildMatrixAndClearERSt6vectorINS3_7RowTaskESaIS6_EERNS2_10QuadMatrixEE10ThreadDataNS_23cache_aligned_allocatorISC_EELNS_18ets_key_usage_typeE1EEE at Base 1.0~git20131006
+ _ZTIN3tbb10interface68internal13callback_baseIZN3mgb16F4MatrixBuilder27Builder19buildMatrixAndClearERSt6vectorINS4_7RowTaskESaIS7_EERNS3_10QuadMatrixEE10ThreadDataEE at Base 1.0~git20131006
+ _ZTIN3tbb10interface68internal13callback_leafIZN3mgb16F4MatrixBuilder27Builder19buildMatrixAndClearERSt6vectorINS4_7RowTaskESaIS7_EERNS3_10QuadMatrixEE10ThreadDataNS1_18construct_by_finitISD_ZNS5_19buildMatrixAndClearESA_SC_EUlvE_EEEE at Base 1.0~git20131006
+ _ZTIN3tbb10interface68internal18construct_by_finitIZN3mgb16F4MatrixBuilder27Builder19buildMatrixAndClearERSt6vectorINS4_7RowTaskESaIS7_EERNS3_10QuadMatrixEE10ThreadDataZNS5_19buildMatrixAndClearESA_SC_EUlvE_EE at Base 1.0~git20131006
+ _ZTIN3tbb10interface68internal8ets_baseILNS_18ets_key_usage_typeE1EEE at Base 1.0~git20131006
+ _ZTIN3tbb10interface68internal9flag_taskE at Base 1.0~git20131006
+ _ZTIN3tbb10interface68internal9start_forINS_13blocked_rangeIN9__gnu_cxx17__normal_iteratorIPN3mgb16F4MatrixBuilder27RowTaskESt6vectorIS8_SaIS8_EEEEEENS_8internal23quick_sort_pretest_bodyISD_ZNS7_7Builder22initializeRowsToReduceERSC_EUlRKS8_SK_E_EEKNS_16auto_partitionerEEE at Base 1.0~git20131006
+ _ZTIN3tbb10interface68internal9start_forINS_13blocked_rangeIN9__gnu_cxx17__normal_iteratorIPSt4pairIjN3mgb10MonoMonoidIiLb1ELb1ELb1EE12ConstMonoPtrEESt6vectorISB_SaISB_EEEEEENS_8internal23quick_sort_pretest_bodyISG_ZNS7_16F4MatrixBuilder27Builder19buildMatrixAndClearERSD_INSK_7RowTaskESaISM_EERNS7_10QuadMatrixEEUlRKSB_SB_E2_EEKNS_16auto_partitionerEEE at Base 1.0~git20131006
+ _ZTIN3tbb10interface68internal9start_forINS_8internal16quick_sort_rangeIN9__gnu_cxx17__normal_iteratorIPN3mgb16F4MatrixBuilder27RowTaskESt6vectorIS9_SaIS9_EEEEZNS8_7Builder22initializeRowsToReduceERSD_EUlRKS9_SI_E_EENS3_15quick_sort_bodyISE_SJ_EEKNS_16auto_partitionerEEE at Base 1.0~git20131006
+ _ZTIN3tbb10interface68internal9start_forINS_8internal16quick_sort_rangeIN9__gnu_cxx17__normal_iteratorIPSt4pairIjN3mgb10MonoMonoidIiLb1ELb1ELb1EE12ConstMonoPtrEESt6vectorISC_SaISC_EEEEZNS8_16F4MatrixBuilder27Builder19buildMatrixAndClearERSE_INSI_7RowTaskESaISK_EERNS8_10QuadMatrixEEUlRKSC_SC_E2_EENS3_15quick_sort_bodyISH_SS_EEKNS_16auto_partitionerEEE at Base 1.0~git20131006
+ _ZTIN3tbb18parallel_do_feederIN3mgb15F4MatrixBuilder7RowTaskEEE at Base 1.0~git20131006
+ _ZTIN3tbb18parallel_do_feederIN3mgb16F4MatrixBuilder27RowTaskEEE at Base 1.0~git20131006
+ _ZTIN3tbb8internal12do_task_iterIN9__gnu_cxx17__normal_iteratorIPN3mgb16F4MatrixBuilder27RowTaskESt6vectorIS6_SaIS6_EEEEZNS5_7Builder19buildMatrixAndClearERSA_RNS4_10QuadMatrixEEUlRKS6_RNS_18parallel_do_feederIS6_EEE0_S6_EE at Base 1.0~git20131006
+ _ZTIN3tbb8internal17do_iteration_taskIZN3mgb16F4MatrixBuilder27Builder19buildMatrixAndClearERSt6vectorINS3_7RowTaskESaIS6_EERNS2_10QuadMatrixEEUlRKS6_RNS_18parallel_do_feederIS6_EEE0_S6_EE at Base 1.0~git20131006
+ _ZTIN3tbb8internal22do_iteration_task_iterIN9__gnu_cxx17__normal_iteratorIPN3mgb16F4MatrixBuilder27RowTaskESt6vectorIS6_SaIS6_EEEEZNS5_7Builder19buildMatrixAndClearERSA_RNS4_10QuadMatrixEEUlRKS6_RNS_18parallel_do_feederIS6_EEE0_S6_EE at Base 1.0~git20131006
+ _ZTIN3tbb8internal23parallel_do_feeder_implIZN3mgb16F4MatrixBuilder27Builder19buildMatrixAndClearERSt6vectorINS3_7RowTaskESaIS6_EERNS2_10QuadMatrixEEUlRKS6_RNS_18parallel_do_feederIS6_EEE0_S6_EE at Base 1.0~git20131006
+ _ZTIN3tbb8internal7no_copyE at Base 1.0~git20131006
+ _ZTIN3tbb8internal9no_assignE at Base 1.0~git20131006
+ _ZTSN3mgb10MonoLookup11EntryOutputE at Base 1.0~git20131006
+ _ZTSN3mgb10MonoLookup7FactoryE at Base 1.0~git20131006
+ _ZTSN3mgb10MonoLookupE at Base 1.0~git20131006
+ _ZTSN3mgb11ReducerHashIN6mathic4HeapEEE at Base 1.0~git20131006
+ _ZTSN3mgb11ReducerHashIN6mathic8TourTreeEEE at Base 1.0~git20131006
+ _ZTSN3mgb11ReducerHashIN6mathic9GeobucketEEE at Base 1.0~git20131006
+ _ZTSN3mgb11ReducerPackIN6mathic4HeapEEE at Base 1.0~git20131006
+ _ZTSN3mgb11ReducerPackIN6mathic8TourTreeEEE at Base 1.0~git20131006
+ _ZTSN3mgb11ReducerPackIN6mathic9GeobucketEEE at Base 1.0~git20131006
+ _ZTSN3mgb12ReducerDedupIN6mathic4HeapEEE at Base 1.0~git20131006
+ _ZTSN3mgb12ReducerDedupIN6mathic8TourTreeEEE at Base 1.0~git20131006
+ _ZTSN3mgb12ReducerDedupIN6mathic9GeobucketEEE at Base 1.0~git20131006
+ _ZTSN3mgb13ModuleMonoSet11EntryOutputE at Base 1.0~git20131006
+ _ZTSN3mgb13ModuleMonoSetE at Base 1.0~git20131006
+ _ZTSN3mgb13SigSPairQueueE at Base 1.0~git20131006
+ _ZTSN3mgb14ReducerNoDedupIN6mathic4HeapEEE at Base 1.0~git20131006
+ _ZTSN3mgb14ReducerNoDedupIN6mathic8TourTreeEEE at Base 1.0~git20131006
+ _ZTSN3mgb14ReducerNoDedupIN6mathic9GeobucketEEE at Base 1.0~git20131006
+ _ZTSN3mgb14TypicalReducerE at Base 1.0~git20131006
+ _ZTSN3mgb15ReducerHashPackIN6mathic4HeapEEE at Base 1.0~git20131006
+ _ZTSN3mgb15ReducerHashPackIN6mathic8TourTreeEEE at Base 1.0~git20131006
+ _ZTSN3mgb15ReducerHashPackIN6mathic9GeobucketEEE at Base 1.0~git20131006
+ _ZTSN3mgb16ReducerPackDedupIN6mathic4HeapEEE at Base 1.0~git20131006
+ _ZTSN3mgb16ReducerPackDedupIN6mathic8TourTreeEEE at Base 1.0~git20131006
+ _ZTSN3mgb16ReducerPackDedupIN6mathic9GeobucketEEE at Base 1.0~git20131006
+ _ZTSN3mgb21ConcreteModuleMonoSetILb0ELb0ELb0EEE at Base 1.0~git20131006
+ _ZTSN3mgb21ConcreteModuleMonoSetILb0ELb0ELb1EEE at Base 1.0~git20131006
+ _ZTSN3mgb21ConcreteModuleMonoSetILb0ELb1ELb0EEE at Base 1.0~git20131006
+ _ZTSN3mgb21ConcreteModuleMonoSetILb0ELb1ELb1EEE at Base 1.0~git20131006
+ _ZTSN3mgb21ConcreteModuleMonoSetILb1ELb0ELb0EEE at Base 1.0~git20131006
+ _ZTSN3mgb21ConcreteModuleMonoSetILb1ELb0ELb1EEE at Base 1.0~git20131006
+ _ZTSN3mgb21ConcreteModuleMonoSetILb1ELb1ELb0EEE at Base 1.0~git20131006
+ _ZTSN3mgb21ConcreteModuleMonoSetILb1ELb1ELb1EEE at Base 1.0~git20131006
+ _ZTSN3mgb21ConcreteSigSPairQueueE at Base 1.0~git20131006
+ _ZTSN3mgb7ReducerE at Base 1.0~git20131006
+ _ZTSN3mgb9F4ReducerE at Base 1.0~git20131006
+ _ZTSN3tbb10empty_taskE at Base 1.0~git20131006
+ _ZTSN3tbb10interface626enumerable_thread_specificIZN3mgb16F4MatrixBuilder27Builder19buildMatrixAndClearERSt6vectorINS3_7RowTaskESaIS6_EERNS2_10QuadMatrixEE10ThreadDataNS_23cache_aligned_allocatorISC_EELNS_18ets_key_usage_typeE1EEE at Base 1.0~git20131006
+ _ZTSN3tbb10interface68internal13callback_baseIZN3mgb16F4MatrixBuilder27Builder19buildMatrixAndClearERSt6vectorINS4_7RowTaskESaIS7_EERNS3_10QuadMatrixEE10ThreadDataEE at Base 1.0~git20131006
+ _ZTSN3tbb10interface68internal13callback_leafIZN3mgb16F4MatrixBuilder27Builder19buildMatrixAndClearERSt6vectorINS4_7RowTaskESaIS7_EERNS3_10QuadMatrixEE10ThreadDataNS1_18construct_by_finitISD_ZNS5_19buildMatrixAndClearESA_SC_EUlvE_EEEE at Base 1.0~git20131006
+ _ZTSN3tbb10interface68internal18construct_by_finitIZN3mgb16F4MatrixBuilder27Builder19buildMatrixAndClearERSt6vectorINS4_7RowTaskESaIS7_EERNS3_10QuadMatrixEE10ThreadDataZNS5_19buildMatrixAndClearESA_SC_EUlvE_EE at Base 1.0~git20131006
+ _ZTSN3tbb10interface68internal8ets_baseILNS_18ets_key_usage_typeE1EEE at Base 1.0~git20131006
+ _ZTSN3tbb10interface68internal9flag_taskE at Base 1.0~git20131006
+ _ZTSN3tbb10interface68internal9start_forINS_13blocked_rangeIN9__gnu_cxx17__normal_iteratorIPN3mgb16F4MatrixBuilder27RowTaskESt6vectorIS8_SaIS8_EEEEEENS_8internal23quick_sort_pretest_bodyISD_ZNS7_7Builder22initializeRowsToReduceERSC_EUlRKS8_SK_E_EEKNS_16auto_partitionerEEE at Base 1.0~git20131006
+ _ZTSN3tbb10interface68internal9start_forINS_13blocked_rangeIN9__gnu_cxx17__normal_iteratorIPSt4pairIjN3mgb10MonoMonoidIiLb1ELb1ELb1EE12ConstMonoPtrEESt6vectorISB_SaISB_EEEEEENS_8internal23quick_sort_pretest_bodyISG_ZNS7_16F4MatrixBuilder27Builder19buildMatrixAndClearERSD_INSK_7RowTaskESaISM_EERNS7_10QuadMatrixEEUlRKSB_SB_E2_EEKNS_16auto_partitionerEEE at Base 1.0~git20131006
+ _ZTSN3tbb10interface68internal9start_forINS_8internal16quick_sort_rangeIN9__gnu_cxx17__normal_iteratorIPN3mgb16F4MatrixBuilder27RowTaskESt6vectorIS9_SaIS9_EEEEZNS8_7Builder22initializeRowsToReduceERSD_EUlRKS9_SI_E_EENS3_15quick_sort_bodyISE_SJ_EEKNS_16auto_partitionerEEE at Base 1.0~git20131006
+ _ZTSN3tbb10interface68internal9start_forINS_8internal16quick_sort_rangeIN9__gnu_cxx17__normal_iteratorIPSt4pairIjN3mgb10MonoMonoidIiLb1ELb1ELb1EE12ConstMonoPtrEESt6vectorISC_SaISC_EEEEZNS8_16F4MatrixBuilder27Builder19buildMatrixAndClearERSE_INSI_7RowTaskESaISK_EERNS8_10QuadMatrixEEUlRKSC_SC_E2_EENS3_15quick_sort_bodyISH_SS_EEKNS_16auto_partitionerEEE at Base 1.0~git20131006
+ _ZTSN3tbb18parallel_do_feederIN3mgb15F4MatrixBuilder7RowTaskEEE at Base 1.0~git20131006
+ _ZTSN3tbb18parallel_do_feederIN3mgb16F4MatrixBuilder27RowTaskEEE at Base 1.0~git20131006
+ _ZTSN3tbb8internal12do_task_iterIN9__gnu_cxx17__normal_iteratorIPN3mgb16F4MatrixBuilder27RowTaskESt6vectorIS6_SaIS6_EEEEZNS5_7Builder19buildMatrixAndClearERSA_RNS4_10QuadMatrixEEUlRKS6_RNS_18parallel_do_feederIS6_EEE0_S6_EE at Base 1.0~git20131006
+ _ZTSN3tbb8internal17do_iteration_taskIZN3mgb16F4MatrixBuilder27Builder19buildMatrixAndClearERSt6vectorINS3_7RowTaskESaIS6_EERNS2_10QuadMatrixEEUlRKS6_RNS_18parallel_do_feederIS6_EEE0_S6_EE at Base 1.0~git20131006
+ _ZTSN3tbb8internal22do_iteration_task_iterIN9__gnu_cxx17__normal_iteratorIPN3mgb16F4MatrixBuilder27RowTaskESt6vectorIS6_SaIS6_EEEEZNS5_7Builder19buildMatrixAndClearERSA_RNS4_10QuadMatrixEEUlRKS6_RNS_18parallel_do_feederIS6_EEE0_S6_EE at Base 1.0~git20131006
+ _ZTSN3tbb8internal23parallel_do_feeder_implIZN3mgb16F4MatrixBuilder27Builder19buildMatrixAndClearERSt6vectorINS3_7RowTaskESaIS6_EERNS2_10QuadMatrixEEUlRKS6_RNS_18parallel_do_feederIS6_EEE0_S6_EE at Base 1.0~git20131006
+ _ZTSN3tbb8internal7no_copyE at Base 1.0~git20131006
+ _ZTSN3tbb8internal9no_assignE at Base 1.0~git20131006
+ _ZTVN3mgb10MonoLookup11EntryOutputE at Base 1.0~git20131006
+ _ZTVN3mgb10MonoLookup7FactoryE at Base 1.0~git20131006
+ _ZTVN3mgb10MonoLookupE at Base 1.0~git20131006
+ _ZTVN3mgb11ReducerHashIN6mathic4HeapEEE at Base 1.0~git20131006
+ _ZTVN3mgb11ReducerHashIN6mathic8TourTreeEEE at Base 1.0~git20131006
+ _ZTVN3mgb11ReducerHashIN6mathic9GeobucketEEE at Base 1.0~git20131006
+ _ZTVN3mgb11ReducerPackIN6mathic4HeapEEE at Base 1.0~git20131006
+ _ZTVN3mgb11ReducerPackIN6mathic8TourTreeEEE at Base 1.0~git20131006
+ _ZTVN3mgb11ReducerPackIN6mathic9GeobucketEEE at Base 1.0~git20131006
+ _ZTVN3mgb12ReducerDedupIN6mathic4HeapEEE at Base 1.0~git20131006
+ _ZTVN3mgb12ReducerDedupIN6mathic8TourTreeEEE at Base 1.0~git20131006
+ _ZTVN3mgb12ReducerDedupIN6mathic9GeobucketEEE at Base 1.0~git20131006
+ _ZTVN3mgb13ModuleMonoSet11EntryOutputE at Base 1.0~git20131006
+ _ZTVN3mgb13ModuleMonoSetE at Base 1.0~git20131006
+ _ZTVN3mgb13SigSPairQueueE at Base 1.0~git20131006
+ _ZTVN3mgb14ReducerNoDedupIN6mathic4HeapEEE at Base 1.0~git20131006
+ _ZTVN3mgb14ReducerNoDedupIN6mathic8TourTreeEEE at Base 1.0~git20131006
+ _ZTVN3mgb14ReducerNoDedupIN6mathic9GeobucketEEE at Base 1.0~git20131006
+ _ZTVN3mgb14TypicalReducerE at Base 1.0~git20131006
+ _ZTVN3mgb15ReducerHashPackIN6mathic4HeapEEE at Base 1.0~git20131006
+ _ZTVN3mgb15ReducerHashPackIN6mathic8TourTreeEEE at Base 1.0~git20131006
+ _ZTVN3mgb15ReducerHashPackIN6mathic9GeobucketEEE at Base 1.0~git20131006
+ _ZTVN3mgb16ReducerPackDedupIN6mathic4HeapEEE at Base 1.0~git20131006
+ _ZTVN3mgb16ReducerPackDedupIN6mathic8TourTreeEEE at Base 1.0~git20131006
+ _ZTVN3mgb16ReducerPackDedupIN6mathic9GeobucketEEE at Base 1.0~git20131006
+ _ZTVN3mgb21ConcreteModuleMonoSetILb0ELb0ELb0EEE at Base 1.0~git20131006
+ _ZTVN3mgb21ConcreteModuleMonoSetILb0ELb0ELb1EEE at Base 1.0~git20131006
+ _ZTVN3mgb21ConcreteModuleMonoSetILb0ELb1ELb0EEE at Base 1.0~git20131006
+ _ZTVN3mgb21ConcreteModuleMonoSetILb0ELb1ELb1EEE at Base 1.0~git20131006
+ _ZTVN3mgb21ConcreteModuleMonoSetILb1ELb0ELb0EEE at Base 1.0~git20131006
+ _ZTVN3mgb21ConcreteModuleMonoSetILb1ELb0ELb1EEE at Base 1.0~git20131006
+ _ZTVN3mgb21ConcreteModuleMonoSetILb1ELb1ELb0EEE at Base 1.0~git20131006
+ _ZTVN3mgb21ConcreteModuleMonoSetILb1ELb1ELb1EEE at Base 1.0~git20131006
+ _ZTVN3mgb21ConcreteSigSPairQueueE at Base 1.0~git20131006
+ _ZTVN3mgb7ReducerE at Base 1.0~git20131006
+ _ZTVN3mgb9F4ReducerE at Base 1.0~git20131006
+ _ZTVN3tbb10empty_taskE at Base 1.0~git20131006
+ _ZTVN3tbb10interface626enumerable_thread_specificIZN3mgb16F4MatrixBuilder27Builder19buildMatrixAndClearERSt6vectorINS3_7RowTaskESaIS6_EERNS2_10QuadMatrixEE10ThreadDataNS_23cache_aligned_allocatorISC_EELNS_18ets_key_usage_typeE1EEE at Base 1.0~git20131006
+ _ZTVN3tbb10interface68internal13callback_baseIZN3mgb16F4MatrixBuilder27Builder19buildMatrixAndClearERSt6vectorINS4_7RowTaskESaIS7_EERNS3_10QuadMatrixEE10ThreadDataEE at Base 1.0~git20131006
+ _ZTVN3tbb10interface68internal13callback_leafIZN3mgb16F4MatrixBuilder27Builder19buildMatrixAndClearERSt6vectorINS4_7RowTaskESaIS7_EERNS3_10QuadMatrixEE10ThreadDataNS1_18construct_by_finitISD_ZNS5_19buildMatrixAndClearESA_SC_EUlvE_EEEE at Base 1.0~git20131006
+ _ZTVN3tbb10interface68internal8ets_baseILNS_18ets_key_usage_typeE1EEE at Base 1.0~git20131006
+ _ZTVN3tbb10interface68internal9flag_taskE at Base 1.0~git20131006
+ _ZTVN3tbb10interface68internal9start_forINS_13blocked_rangeIN9__gnu_cxx17__normal_iteratorIPN3mgb16F4MatrixBuilder27RowTaskESt6vectorIS8_SaIS8_EEEEEENS_8internal23quick_sort_pretest_bodyISD_ZNS7_7Builder22initializeRowsToReduceERSC_EUlRKS8_SK_E_EEKNS_16auto_partitionerEEE at Base 1.0~git20131006
+ _ZTVN3tbb10interface68internal9start_forINS_13blocked_rangeIN9__gnu_cxx17__normal_iteratorIPSt4pairIjN3mgb10MonoMonoidIiLb1ELb1ELb1EE12ConstMonoPtrEESt6vectorISB_SaISB_EEEEEENS_8internal23quick_sort_pretest_bodyISG_ZNS7_16F4MatrixBuilder27Builder19buildMatrixAndClearERSD_INSK_7RowTaskESaISM_EERNS7_10QuadMatrixEEUlRKSB_SB_E2_EEKNS_16auto_partitionerEEE at Base 1.0~git20131006
+ _ZTVN3tbb10interface68internal9start_forINS_8internal16quick_sort_rangeIN9__gnu_cxx17__normal_iteratorIPN3mgb16F4MatrixBuilder27RowTaskESt6vectorIS9_SaIS9_EEEEZNS8_7Builder22initializeRowsToReduceERSD_EUlRKS9_SI_E_EENS3_15quick_sort_bodyISE_SJ_EEKNS_16auto_partitionerEEE at Base 1.0~git20131006
+ _ZTVN3tbb10interface68internal9start_forINS_8internal16quick_sort_rangeIN9__gnu_cxx17__normal_iteratorIPSt4pairIjN3mgb10MonoMonoidIiLb1ELb1ELb1EE12ConstMonoPtrEESt6vectorISC_SaISC_EEEEZNS8_16F4MatrixBuilder27Builder19buildMatrixAndClearERSE_INSI_7RowTaskESaISK_EERNS8_10QuadMatrixEEUlRKSC_SC_E2_EENS3_15quick_sort_bodyISH_SS_EEKNS_16auto_partitionerEEE at Base 1.0~git20131006
+ _ZTVN3tbb18parallel_do_feederIN3mgb15F4MatrixBuilder7RowTaskEEE at Base 1.0~git20131006
+ _ZTVN3tbb18parallel_do_feederIN3mgb16F4MatrixBuilder27RowTaskEEE at Base 1.0~git20131006
+ _ZTVN3tbb8internal12do_task_iterIN9__gnu_cxx17__normal_iteratorIPN3mgb16F4MatrixBuilder27RowTaskESt6vectorIS6_SaIS6_EEEEZNS5_7Builder19buildMatrixAndClearERSA_RNS4_10QuadMatrixEEUlRKS6_RNS_18parallel_do_feederIS6_EEE0_S6_EE at Base 1.0~git20131006
+ _ZTVN3tbb8internal17do_iteration_taskIZN3mgb16F4MatrixBuilder27Builder19buildMatrixAndClearERSt6vectorINS3_7RowTaskESaIS6_EERNS2_10QuadMatrixEEUlRKS6_RNS_18parallel_do_feederIS6_EEE0_S6_EE at Base 1.0~git20131006
+ _ZTVN3tbb8internal22do_iteration_task_iterIN9__gnu_cxx17__normal_iteratorIPN3mgb16F4MatrixBuilder27RowTaskESt6vectorIS6_SaIS6_EEEEZNS5_7Builder19buildMatrixAndClearERSA_RNS4_10QuadMatrixEEUlRKS6_RNS_18parallel_do_feederIS6_EEE0_S6_EE at Base 1.0~git20131006
+ _ZTVN3tbb8internal23parallel_do_feeder_implIZN3mgb16F4MatrixBuilder27Builder19buildMatrixAndClearERSt6vectorINS3_7RowTaskESaIS6_EERNS2_10QuadMatrixEEUlRKS6_RNS_18parallel_do_feederIS6_EEE0_S6_EE at Base 1.0~git20131006
+ libmathicgbIsPresent at Base 1.0~git20131006
diff --git a/debian/mathicgb.examples b/debian/mathicgb.examples
new file mode 100644
index 0000000..4cd66f8
--- /dev/null
+++ b/debian/mathicgb.examples
@@ -0,0 +1 @@
+examples/*
\ No newline at end of file
diff --git a/debian/mathicgb.install b/debian/mathicgb.install
new file mode 100644
index 0000000..1720806
--- /dev/null
+++ b/debian/mathicgb.install
@@ -0,0 +1 @@
+usr/bin/mgb
diff --git a/debian/mathicgb.manpages b/debian/mathicgb.manpages
new file mode 100644
index 0000000..40c8b24
--- /dev/null
+++ b/debian/mathicgb.manpages
@@ -0,0 +1 @@
+debian/mgb.1
diff --git a/debian/mgb.1 b/debian/mgb.1
new file mode 100644
index 0000000..773d537
--- /dev/null
+++ b/debian/mgb.1
@@ -0,0 +1,18 @@
+.TH MGB "1" "April 2015"
+.SH NAME
+Mathicgb: \- Compute (signature) Groebner bases using the fast data\%structures
+from mathic.
+.SH DESCRIPTION
+.HP
+gb \- Compute a Grobner basis.
+.HP
+help \- Return information about the command line interface.
+.HP
+matrix \- Perform matrix computations.
+.HP
+siggb \- Compute a signature Grobner basis
+.SH AUTHORS
+Mathicgb was written by Bjarke Hammersholt Roune <bjarke.roune at gmail.com> and
+Michael Stillman <mike at math.cornell.edu>. This manual page was written by Doug
+Torrance <dtorrance at monmouthcollege.edu> for the Debian project (but may be
+used by others).
diff --git a/debian/patches/find_gtest.patch b/debian/patches/find_gtest.patch
new file mode 100644
index 0000000..c9e41cf
--- /dev/null
+++ b/debian/patches/find_gtest.patch
@@ -0,0 +1,28 @@
+Description: Find gtest source files.
+ Upstream defaults to downloading a gtest tarball and using that for build.
+ Instead, we use the libgtest-dev package.  We need to tell the build system
+ how to find these files.
+Author: Doug Torrance <dtorrance at monmouthcollege.edu>
+Last-Update: 2015-04-01
+
+--- a/configure.ac
++++ b/configure.ac
+@@ -60,7 +60,7 @@
+   [AC_MSG_ERROR([invalid value $with_gtest for with_gtest.])]
+ )
+ AS_IF([test "x$with_gtest" == "xyes"],
+-  [GTEST_CFLAGS="-I`cd $GTEST_PATH/gtest/include; echo $PWD` -I`cd $GTEST_PATH/gtest/; echo $PWD`"]);
++  [GTEST_CFLAGS="-I/usr/include/gtest -I`cd $GTEST_PATH/gtest/; echo $PWD`"]);
+ AM_CONDITIONAL(with_gtest, test "x$with_gtest" == "xyes")
+ 
+ dnl ----- The TBB dependency
+--- a/src/test/gtestInclude.cpp
++++ b/src/test/gtestInclude.cpp
+@@ -12,6 +12,4 @@
+ namespace mgb {}
+ using namespace mgb;
+ 
+-// the .. goes back from the include/ directory of gtest so we can
+-// enter the src directory.
+-#include <../src/gtest-all.cc>
++#include <src/gtest-all.cc>
diff --git a/debian/patches/fix_example_perms.patch b/debian/patches/fix_example_perms.patch
new file mode 100644
index 0000000..e69de29
diff --git a/debian/patches/link_pthread.patch b/debian/patches/link_pthread.patch
new file mode 100644
index 0000000..2308d7b
--- /dev/null
+++ b/debian/patches/link_pthread.patch
@@ -0,0 +1,16 @@
+Description: Link against pthread.
+ Avoid FTBFS due to several "undefined reference to `pthread_*' errors.
+Author: Doug Torrance <dtorrance at monmouthcollege.edu>
+Last-Update: 2015-04-01
+
+--- a/Makefile.am
++++ b/Makefile.am
+@@ -93,7 +93,7 @@
+ TESTS=unittest
+ check_PROGRAMS=$(TESTS)
+ 
+-unittest_LDADD = $(DEPS_LIBS) $(top_builddir)/libmathicgb.la
++unittest_LDADD = $(DEPS_LIBS) $(top_builddir)/libmathicgb.la -lpthread
+ 
+ test_LIBS=
+ unittest_SOURCES=src/test/Range.cpp src/test/gtestInclude.cpp			\
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..834899f
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1,2 @@
+find_gtest.patch
+link_pthread.patch
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..ce2e0e9
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,32 @@
+#!/usr/bin/make -f
+
+EXAMPLESDIR = $(CURDIR)/debian/mathicgb/usr/share/doc/mathicgb/examples
+
+%:
+	dh $@ --with autoreconf
+
+override_dh_auto_configure:
+	dh_auto_configure -- GTEST_PATH=/usr/src
+
+override_dh_fixperms:
+	dh_fixperms
+	#dh_fixperms skips files in examples directory
+	chmod 644 $(EXAMPLESDIR)/*.ideal
+
+override_dh_strip:
+	dh_strip --dbg-package=libmathicgb-dbg
+
+get-orig-source:
+	wget https://github.com/broune/mathicgb/archive/master.tar.gz
+	git checkout upstream
+	git pull https://github.com/broune/mathicgb
+	grep -Po '(?<=AC_INIT\(\[mathicgb\], \[).*(?=\]\))' configure.ac \
+		> version
+	git show HEAD^:configure.ac | \
+		grep -Po '(?<=AC_INIT\(\[mathicgb\], \[).*(?=\]\))' > oldversion
+	if test `cat oldversion` = `cat version` ; then \
+		echo "`cat version`~git`date -d @\`git log -1 --pretty=format:%ct\` +%Y%m%d`" > version; \
+	fi
+	git checkout master
+	mv -v master.tar.gz ../mathicgb_`cat version`.orig.tar.gz
+	rm version oldversion
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/tests/build b/debian/tests/build
new file mode 100755
index 0000000..dcb39ea
--- /dev/null
+++ b/debian/tests/build
@@ -0,0 +1,24 @@
+#!/bin/sh
+# autopkgtest check: Build and run a program against mathicgb, to verify that
+# the headers and pkg-config file are installed correctly.
+# Author: Doug Torrance <dtorrance at monmouthcollege.edu>
+
+set -e
+
+WORKDIR=$(mktemp -d)
+trap "rm -rf $WORKDIR" 0 INT QUIT ABRT PIPE TERM
+cd $WORKDIR
+cat <<EOF > mathicgbtest.cpp
+
+#include <mathicgb.h>
+int main (int argc, char *argv[])
+{
+  mgb::GroebnerConfiguration configuration(2, 0, 0);
+}
+EOF
+
+g++ -o mathicgbtest mathicgbtest.cpp `pkg-config --cflags --libs mathicgb`
+echo "build: OK"
+[ -x mathicgbtest ]
+./mathicgbtest
+echo "run: OK"
diff --git a/debian/tests/control b/debian/tests/control
new file mode 100644
index 0000000..d4c4221
--- /dev/null
+++ b/debian/tests/control
@@ -0,0 +1,2 @@
+Tests: build
+Depends: libmathicgb-dev, build-essential
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..776895d
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,5 @@
+# Upstream does not currently tag their releases.  However, if they do in the
+# future, something similar to the following should work.
+# version=3
+# https://github.com/broune/mathicgb/tags \
+# /broune/mathicgb/archive/mathicgb-(.+)\.tar\.gz

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/mathicgb.git



More information about the debian-science-commits mailing list