Skip to content

Commit

Permalink
Merge pull request #9 from philippeganz/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
philippeganz authored Mar 4, 2019
2 parents 0701375 + 42041fd commit 2d872c6
Show file tree
Hide file tree
Showing 748 changed files with 4,919 additions and 3,331 deletions.
26 changes: 15 additions & 11 deletions ASTROQUT.cbp → ALIAS.cbp
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,26 @@
<CodeBlocks_project_file>
<FileVersion major="1" minor="6" />
<Project>
<Option title="AstroQUT" />
<Option title="ALIAS" />
<Option pch_mode="2" />
<Option compiler="gcc" />
<Build>
<Target title="Debug">
<Option output="bin/Debug/AstroQUT" prefix_auto="1" extension_auto="1" />
<Option output="bin/Debug/ALIAS" prefix_auto="1" extension_auto="1" />
<Option object_output="obj/Debug/" />
<Option type="1" />
<Option compiler="gcc" />
<Option parameters="-f data/256/M256blockssymPS1B1W1S1Erealnk24forcepos2/result1.data -e data/256/E.data -o data/256/O.data -b data/blurring.data -r data/256/M256blockssymPS1B1W1S1Erealnk24forcepos2/solution1.data -s 256 -x 1" />
<Compiler>
<Add option="-g" />
</Compiler>
</Target>
<Target title="DebugOg">
<Option output="bin/DebugOg/AstroQUT" prefix_auto="1" extension_auto="1" />
<Option output="bin/DebugOg/ALIAS" prefix_auto="1" extension_auto="1" />
<Option object_output="obj/DebugOg/" />
<Option type="1" />
<Option compiler="gcc" />
<Option parameters="-f data/256/M256blockssymPS1B1W1S1Erealnk24forcepos2/result1.data -e data/256/E.data -o data/256/O.data -b data/blurring.data -r data/256/M256blockssymPS1B1W1S1Erealnk24forcepos2/solution1.data -s 256 -x 1" />
<Compiler>
<Add option="-pg" />
<Add option="-Og" />
Expand All @@ -30,37 +32,41 @@
</Linker>
</Target>
<Target title="ReleaseO1">
<Option output="bin/ReleaseO1/AstroQUT" prefix_auto="1" extension_auto="1" />
<Option output="bin/ReleaseO1/ALIAS" prefix_auto="1" extension_auto="1" />
<Option object_output="obj/ReleaseO1/" />
<Option type="1" />
<Option compiler="gcc" />
<Option parameters="-f data/256/M256blockssymPS1B1W1S1Erealnk24forcepos2/result1.data -e data/256/E.data -o data/256/O.data -b data/blurring.data -r data/256/M256blockssymPS1B1W1S1Erealnk24forcepos2/solution1.data -s 256 -x 1" />
<Compiler>
<Add option="-O1" />
</Compiler>
</Target>
<Target title="ReleaseO2">
<Option output="bin/ReleaseO2/AstroQUT" prefix_auto="1" extension_auto="1" />
<Option output="bin/ReleaseO2/ALIAS" prefix_auto="1" extension_auto="1" />
<Option object_output="obj/ReleaseO2/" />
<Option type="1" />
<Option compiler="gcc" />
<Option parameters="-f data/256/M256blockssymPS1B1W1S1Erealnk24forcepos2/result1.data -e data/256/E.data -o data/256/O.data -b data/blurring.data -r data/256/M256blockssymPS1B1W1S1Erealnk24forcepos2/solution1.data -s 256 -x 1" />
<Compiler>
<Add option="-O2" />
</Compiler>
</Target>
<Target title="ReleaseO3">
<Option output="bin/ReleaseO3/AstroQUT" prefix_auto="1" extension_auto="1" />
<Option output="bin/ReleaseO3/ALIAS" prefix_auto="1" extension_auto="1" />
<Option object_output="obj/ReleaseO3/" />
<Option type="1" />
<Option compiler="gcc" />
<Option parameters="-f data/256/M256blockssymPS1B1W1S1Erealnk24forcepos2/result1.data -e data/256/E.data -o data/256/O.data -b data/blurring.data -r data/256/M256blockssymPS1B1W1S1Erealnk24forcepos2/solution1.data -s 256 -x 1" />
<Compiler>
<Add option="-O3" />
</Compiler>
</Target>
<Target title="ReleaseO3Static">
<Option output="bin/ReleaseO3Static/AstroQUT" prefix_auto="1" extension_auto="1" />
<Option output="bin/ReleaseO3Static/ALIAS" prefix_auto="1" extension_auto="1" />
<Option object_output="obj/ReleaseO3Static/" />
<Option type="1" />
<Option compiler="gcc" />
<Option parameters="-f data/256/M256blockssymPS1B1W1S1Erealnk24forcepos2/result1.data -e data/256/E.data -o data/256/O.data -b data/blurring.data -r data/256/M256blockssymPS1B1W1S1Erealnk24forcepos2/solution1.data -s 256 -x 1" />
<Compiler>
<Add option="-O3" />
</Compiler>
Expand Down Expand Up @@ -94,13 +100,13 @@
<Add option="-m64" />
<Add option="-fopenmp -std=c++17 -march=native -mno-sse5" />
<Add directory="include" />
<Add directory="extern_include/eigen-eigen-5a0156e40feb" />
</Compiler>
<Linker>
<Add option="-m64" />
<Add option="-fopenmp" />
</Linker>
<Unit filename=".gitignore" />
<Unit filename="Makefile" />
<Unit filename="include/WS/astroQUT.hpp" />
<Unit filename="include/const.hpp" />
<Unit filename="include/fista/poisson.hpp" />
Expand All @@ -114,21 +120,19 @@
<Unit filename="include/utils/linearop/operator.hpp" />
<Unit filename="include/utils/linearop/operator/abeltransform.hpp" />
<Unit filename="include/utils/linearop/operator/astrooperator.hpp" />
<Unit filename="include/utils/linearop/operator/blurring.hpp" />
<Unit filename="include/utils/linearop/operator/convolution.hpp" />
<Unit filename="include/utils/linearop/operator/convolution/blur.hpp" />
<Unit filename="include/utils/linearop/operator/fourier.hpp" />
<Unit filename="include/utils/linearop/operator/matmult.hpp" />
<Unit filename="include/utils/linearop/operator/matmult/spline.hpp" />
<Unit filename="include/utils/linearop/operator/wavelet.hpp" />
<Unit filename="include/utils/settings.hpp" />
<Unit filename="src/WS/astroQUT.cpp" />
<Unit filename="src/main.cpp" />
<Unit filename="src/test.cpp" />
<Unit filename="src/test/WS.cpp" />
<Unit filename="src/test/fista.cpp" />
<Unit filename="src/test/matrix.cpp" />
<Unit filename="src/test/operator.cpp" />
<Unit filename="src/utils/settings.cpp" />
<Extensions>
<code_completion />
<envvars />
Expand Down
11 changes: 3 additions & 8 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
CC := g++
CFLAGS := -std=c++17 -O3 -fopenmp -pedantic -Wall -m64
CFLAGS := -std=c++17 -O3 -fopenmp -pedantic -Wall -m64 -march=native -mno-sse5

PROJECTNAME := AstroQUT
PROJECTNAME := ALIAS

SOURCEDIR := src
SOURCES := $(shell find $(SOURCEDIR) -name '*.cpp')
HEADERDIR := include
EXTERNALHEADERDIR := extern_include/eigen-eigen-5a0156e40feb
OBJECTDIR := obj
OBJECTS := $(addprefix $(OBJECTDIR)/,$(SOURCES:%.cpp=%.o))
DEPENDS := $(addprefix $(OBJECTDIR)/,$(SOURCES:%.cpp=%.d))


all: $(PROJECTNAME)

Expand All @@ -19,10 +16,8 @@ rebuild: clean $(PROJECTNAME)
$(PROJECTNAME): $(OBJECTS)
$(CC) $(CFLAGS) $(OBJECTS) -fopenmp -o $(PROJECTNAME)

-include $(DEPENDS)

$(OBJECTDIR)/%.o: %.cpp
mkdir -p $(OBJECTDIR)/$(dir $<) && $(CC) $(CFLAGS) -I $(HEADERDIR) -I $(EXTERNALHEADERDIR) -c $< -o $@
mkdir -p $(OBJECTDIR)/$(dir $<) && $(CC) $(CFLAGS) -I $(HEADERDIR) -c $< -o $@

.PHONY: clean

Expand Down
Binary file added data/128/E.data
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
�������>��q$��>�Q���ߛ>�T2hq �>����Y�>�P��/�>��ylq[�>~�>H0Τ>�JS8L�>�b���Ƨ>jL�s�>����]U�>����_F�>�)C��R�>2�l)�u�>�C`P���>&:n �l�>���D���>U'nޤձ>�<�;���>��e%�>%����>�rC���>�-��j�>�"M/E�>�D%W#�>q��a=ذ>h�ƃ`�>� ����>dK�Qڀ�>L��)d��>",�6�>5�= ���>��' ڄ�>�k� T[�>�D��.�>{A�U"?�>=|�����>~�_�}�>�ojae3�>��\��ի>����G�> ����ު>�j�Y|��>!.�CO�>�[�J ��>_������>�$�GL�>���v���>�`�ב�>����|�>c�\�zզ>D*o���>��s~�S�>̌l�=��>L����>��vǑF�>�Q����>�M
2v��>�_��|@�>�(җ��> ��Ĭ�>���)���>�pa��>�I��>EO0f��>I���ϧ>�����ժ>I���4��>�*�4���>��pFY�>aS2�׳>��S��O�>Y�ڛ�2�>��4vn.�> ����K�>P���0��>�#��M�>�\ {���>8HR�>��8P �>�Ȯno&�>,�󴙦�>��,��#�>�X�c,�>�6z����>��뙵~�>��S�.��>���pޕ>�}20�>������>h"�3��>
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
��#]��>�F��A�>*5��Q�>����>�^ʣ�[�>-^U��w�>�k�r�F�>\�1�¦>i�Ob�+�>�|���Z�>)�1���>��[��M�>5������>���Sd,�>RgK��1�>w��B���>����>x�>$g�>�{�NK��>��$��ñ>��f��Ʊ>ᆓ����>��u��>�|!8b�>�9G��)�>�߁��>M�q}�>:�1���>]�9֚��>�\�av%�>]c ���>��|��D�>��ɭ��>i�fT�C�>�����۩>s���d�>��D�)�>{��+��>U�3��¨>���S �>y���c�>ǐ^��o�>;��C��>7�����>��%�/�>�cb�>�Y[�a֢>�Bc,���>
��n�>�H#�C��>���0ݾ�>� LlR�>O(%OKY�>���Q��>+���ҍ�>c����B�>j疁H�>�IlP���>M�~��>��2�]�>@s���Ϫ>���tm�>wP��鲭>�i5��>�`!�N�>} �_!į>^'���>�4 Z�Z�>��ex�>f�%�|�>[0�6̚�>��M�jҰ>E?���>7I��-]�>n7s�>��W����>�pE�ֱ>�[{J���>We,�g��>}(�e[�>/Ԥ�K/�>Z�Y ��>����l#�>h@���%�>���T���>Y�H�>G���c��>���{�>w�%,�p�>�-�d��>�u7�9Z�> �M�:є>
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
���7��>�U
ȿZ�>���DWė>�w��/R�>�E(x<��>؁x�Š>�&�m|��>^7}�>� �f�>{z�,�N�>k:F���>M��<��>b��I��>C��@�D�>���24K�>��^7�߲>�_srB�>�zSO�>8eP��E�>�+u[)�>�Gܹ۬�>�����>.�9�f�>��y��>��O|T�>��*˘�>�y��~�>���U��>1,�'���>)D��5�>N{��Ţ�>�>ϼ'�>�pyٕN�>� ��Ş�>[����>���9ݬ>���;��>�b��I��>!9�Ւ�>0����>v4�(��>������> &�� �>��'�f�>=N ���>�I<N��>�oUK��>�NJ�D;�>1�t�>�Jlj�]�>֛�dF�>�Ԡ����>_K�4���>��<V��>�􈑬3�>�|��>��owj��>}tX �g�>�c�(���>?�y0�=�>N�ͮ�͸>��fz���>j�l�:´>j7���G�>l#u��>�w�o�!�>���dLl�>zʐ �ӯ><�#��H�>@\��-�>nTmי0�>6P^�L�>�F�UI��>VPZ-��>�b�xad�>��39�>��xb��>Js���6�>x�{2�[�>sB&_B�>��Κ��>���p���>e����>=�oA�|�>wO¥PT�>�w�|�P�>#��P̙>e�f�j�>&�QJ�>� �Ds��>ᵳ��x�>����S�>
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
�'y��>���5�Ö>�U��:�>n�elU�> +q���>2��<���>���}0�>�]r����>9&���X�>��1LW�>ֿ%?�̨>�hv"]�>3{�7��>VΥ�p�>���>��ke�<�>1�^�㸱>��L����>���Xu3�>��Xy�_�>J�F�V�>+��Š�>�"�A$�>�z����>Q)��B��>빍���>��f}�>BE�Jf��>5_'_��>��5��z�>X4к�>܇H�n�>x���ϑ�>:�K��Z�>�����>��r
c�>��ma��>?Ϸ<�>Ĉ�
��>����B��>�t/`��>q%cl�a�>(��M�>�E3��>�Vw(�/�>g�ܣ$��>4���i�>VZ�C�>|m�n�Z�>�m,۹>V{2�6G�>o�s���>a�;]��>���&qb�>�O*G=��>V����>����QO�>�[�^o��>(����>@C��[�>��$��Ѳ>z�V!Y�>j���_�>
��,�l�>��E�|�>\���:��>��x�Y�>(� �>B��L�>� c���>@뉲㱯>W�����>ǜXX5�>gi��$��>9���t��>9iFs�>�fp�q �>}�]l��>A�t��в><N|g�D�>?� b�>�N����>y�I�ά>0�E2�n�>��)�z �>��g���>��zDs�>�6��/�>��ʊG��> �+�K�>�ߔ
+�>��_��+�>
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
3 changes: 3 additions & 0 deletions data/128/M128f4PS1B1W1S1Erealnk48forcepos2/solution1.data
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
0R�aZ�>)6|���0>3bE��=>eo��;�D>��: ��M>`�)�GgT>©�}LY>"����]>�ˢÊ�`>"���&�b>n�/�ze>)�}�h>�.�$�l>� ��o>.�="�/r>�% 6��t><i� x>y��̩{>,oK�>6�;X��>���L(E�>�M��߆>�hJ�@g�>�`!]؋>��n�W�>�����g�>\��{���>��k�w%�>�bo����>��L'��><Ew���>ş�P.|�>�CNs�>�LH��>�u>�|��>d�eD8ܠ>�Y=���>D2U����>hkv�"�>a�!:kҤ>p $!.��>$0$4O�>CWJ���>��� {u�>C��{ݧ>i�'5�%�>1�M����>��:i��>�M�lJ�>��L�e�>�ݧ}�v�>��|ol߬>�I�/�-�>h٣> c�> 4��)��>���`��>��̍��>nף畚�>��� 4��>@����v�>����^�>p�ܯ;F�>O�wZD�>^#�x�]�>�I�+<��>A���ҝ�>�(��G�>y* sE�>�~Ei��>��%iE�>r�P3"��>�E����>#ݺ�j�>
y���>A�W�Ϙ>xDO5И>� d5y�>c�-6�>���d��>�"�y�)�>86�C�2�>�����x�>3(�� �>������>�:b/��>-����Zo>�jҐ&K>�����C����CCJW�l����.Q�
Yᨑ�K����DmM�
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
4 changes: 4 additions & 0 deletions data/128/M128f4PS1B1W1S1Erealnk48forcepos2/solution15.data
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
]���n�I>��d۩�N>�����Q>MG���T>z����W>ʫJ�[> D��ao_>�/���a>�J��d>�z N�f>��^V\i>a���[nl>˯�ݓ�o>�_Vt�q>�Q��A�s>���ؑu>�P��w>jjّ��y>�;2�B|>ڂ�<�~>H������>�;�"���>��چ���>ԦLr۷�>����,�>L�����>̉-�) �>�G�y�<�>J['3,&�>�K��VD�>��p�:��>*'�0�;�>�!���>\`^�>hY�g��>�[�
�d�>-D)�>
�žp��>��X-|��>��-CK}�>+Q�#�>���m��> �y��>��敱�>�a�C���>g����ΰ>�"�P&��>"Y�|�>��Ǫ?�>�B��ݩ>�T)�`�>&���fʨ>,d {��>����#C�>���Hc�>��Z�?w�>Dν|�>�#�?�x�>�����d�>�˴B�>����k�>��?�՝>�����>�[q�X)�>��dM(��>���+��>xH0D
�>��˝�>�ypМ>%��^��>L��6XZ�>�_����>揉x\o�>:<�f���>ԡ~- Û>��O��ƚ>9M�2/�>?�h /�>�^?�a�>�$��\��>$�:4n�>� ��ai�>�Ʊ���>ar �5R�>�%�|��>��f^w>���W�k>&�T-#a>4(e�Q>dN�TF>���7>x3���U>
Expand Down
Binary file not shown.
Binary file not shown.
1 change: 1 addition & 0 deletions data/128/M128f4PS1B1W1S1Erealnk48forcepos2/solution18.data
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
�eIP.N>���8S>â�v�"W>U�c���Z>�;�<��_>h�8S�b>N1��g`e>}���g>D�ݶ�i>����l>�dz`�n>�=<�K�p>�V��K|r>��E�3t>�W�yy�u> 5�s�w>�m�!jy>)��qrR{>n`b'Na}>�<)�Ρ>�=j-f�>��q�q]�>�!l���>�“�p��>u\�aՇ>mYB�7�>E]�d�>���0h܏>���P��>����{��>���[��>��\���>�Ƨ�>X�&����>\�/�M�>��w��>"�}�,��>r�G�pc�>�~�g"�>~]�$�ը>����r�>�=��y��>S�J��;�>&SA��Q�>�J�7$�>��C<��>�>B�o�>�/���ެ>r�5�X��>[�޻+�><gC��>��PM�>�w�pWE�>��;p�>T"�y��>��$s��>�É����>��l��>�>'�m�>��;�rN�>X�ñ+�>����>7���>�|M@6̞>�i��a��>4H[�>%�Ϋ-��>X�˫-=�>�j3�_�>ާ�l��>�+ �ߜ> E���B�>���By�>��� A�> -�"L4�>|�zjZ�> ��_�-�>b.�2�˕>c/2Co�>yL)K< �>=��+��>�k�͈ �>�u�C�l�>juTLT�>�κ��O�>i��.�|>ۦ���t>�k��m>���pe>n�Q�a>�Y��;Y>���PJ�N>
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 2 additions & 0 deletions data/128/M128f4PS1B1W1S1Erealnk48forcepos2/solution22.data
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
�ieSh�g>('g`M1c>:ME��J`>� ~�A�^>�ŖRϨX>ǹi��P>�4��L>�<+$P>� ٤kU>��X�_>XkTrbd>N���Zh>D�V�n>��;�fr>��.Cr6u>���|w>ȭ��ܕy>���� ={>���� t}>�ʇ�$�>@f�䑄�> �c���>�]D|Ƅ>,�-��>&��sn�>**}o%O�>:���U�>,ƫ��@�>wK4��>� �i�>���{�> �AlZ�>pAJ&Q�>#�g�8��>���W �>��A^�G�>��{^ׇ�>��X�ƣ>2�����>�:����>Q�I�f1�>nOU��(�>��H�q�>3����>���+C�>.��F��>ϋ��ά>9�3D뵬>� �R�~�>�B��'�>֌�;���>�^�s)�>��Z�ƃ�>���KHǩ>�+
[��>95����>�.Ƴ�6�>(# ��E�>�*��K�>O@zK�>mc��yH�>|J=�jE�>���W�>�y�+u��>k6%܀�> ��w+�>>P�r�>��9؛>�ڭ*��>s��/<�>���o��>�8?/�>*`�O�k�>Xc1h���>6>=�W��>��8��>* ����>���VH��>S��s�>�m\kc��>D��d&�>C���z��>X�&�6�>�6N2(��>�����>�d6��dt>��Άtc>�|K߽�Q>�R�b4> B���iA>9����C>�����>>
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
3 changes: 3 additions & 0 deletions data/128/M128f4PS1B1W1S1Erealnk48forcepos2/solution27.data
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
��NE�eW>�����Z>�A͸\>��)��s_>���IIa>��-�^c>��4�d>F�8i`Yf>�Ra��h>T�q__�i>�$S��k>6���m>@���,p>��̉�uq>� �-�r>���
>�t>���� �v>nYX��/y>�v��6�{>f�{2�~>���L��>�=Inӂ>�.���܄>�Xy��>��-, ��>J���]�>��P��k�>���ʝf�>]�wM?�>�W,�A�>��\%j�>A��o��>` �&�>��EJH��>iT����>���D| �>�����m�>N���̤>n���$�>��/�Zo�>V�wᣨ>���4e��>��y��>�`�k|s�>k1����>�h�ai�>1�{2z��>���C�z�>1c<R�T�>�<=��>��ŭ�>��r݁�>:�:�1<�>� :��]�>T�o"j�>b���wd�>XhͶNP�>�j7��0�>�o� �>"�S�ݦ>���ޯ�>�? �݂�>�_��4e�>]l܁CZ�>�x6F^�>�d�Jv�>v^E-A9�>c��W��>���S�;�>����A��>:҉��ۙ>
H2�M՘>����>��Gg)�>�-+d���>@_9�u�>��d�Ǖ>�����>�ݤ��>ɾ��}��>dx���>M\պ��>;MHJ��>6��?�>�-vg$��>��L�vjv>�6�k>�R��kc>��$�]>k���`>��FMa>V�w�� _>
Binary file not shown.
4 changes: 4 additions & 0 deletions data/128/M128f4PS1B1W1S1Erealnk48forcepos2/solution29.data
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
�ɭO��<>�5����C>}�mDH>�2iCN�L>HT�>�Q>i��/�U>G��FMY>TZ/״�\>rN�4`>
�e���a>���kCd>I ��g>����Y1j>@e�0�m>��S�(�p>
%�J[s>�i��u>~l�X�x>>�����{>�����U>.Ю�@��><�CN�>n��a�>%[��h%�>*& 2;2�>Ld�h��> K܈%��>g�����>d+ic'ĕ>F�R&?�>�\.��>� �ʋ�>�y���ş>����C�>��]dꮢ>�jF �>n?�J��>�Lɵ���>��U\�>̞���>�����>��.�
�>@Է�#�>�c�P׭>���_�{�>%�!�I�>}�`:�z�>�c���f�>�m@�0�>&� ح>7�L�b�>�E[eBҬ>��6ū%�>��M&`�>q��>��>/�✤��>��&�ت�>�a����>;�~���>��V���>:R��u�>C/\�>��BOW]�>(~�1O}�>�P�����>6/�.�>d�I�_��>~Q�V��>�Sꌹ�>zϫ� �>(i^��n�>���H��>B��1z�>h0)��(�>��:LD�>��%��)�>�Jm�f�>��?;Zʚ>��t��@�>�sՍ滛>�O��N��>䶶b���>A��b�]�>��b`�Љ>�����>�>�H�e�l>�VB'�[2>Ա�vS����&�_��ְضU�8>�R<M�� ˓��G�
Expand Down
Binary file not shown.
4 changes: 4 additions & 0 deletions data/128/M128f4PS1B1W1S1Erealnk48forcepos2/solution30.data
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
x�M�8O>*c�_�N>R}�� P>��6��oQ>g?�9X]R>���8S>jM��/�T>^�J��_W>�����Z>�C8�^>"*j�ea>�?�䇕c>��>/f>�Fl(%%i>$&��l>��"N�*p>[SP-Pr>���طt>;$^]sw>���{��z>7?�S�}>G��\��>�A�
��>�^!Z�h�>���z��>�L<�Պ>N��?��>�L;7$��>���z�>h�o�>ޗ4~�>���'R��>�z��ߚ>c�
� -�>Y�T����>��%���>���(�>�̶H�T�>��D>y�>��*�Q��>p������>O(%���>�z�69T�>$��� �>i5�^&��>�ܠ�I�>h<B���>S�5�s�>>�~
?�>�V��>����{�>37�\��>6��RQ�>��Xl ��>p,m�zͨ>TP@��>�?5�A�>ZT ���>�DBU�"�>[����!�>`���>l ���>�U3��(�>4��[5S�>\Iw4�>��hǝ>^ ^�M��>48�om�>��9�#��>�����ə>zy�!�>�5��}��>�υ��>Z�V�A��>��*��>jү�>��;z���>�a�Iޗ>�A��mW�>$����>������>Ɉ�Z��>G lㅆ�>�g�����>����E�>����n>�(��c�O><���8�0��S�R��b��1I���;�B��7 .V�C�
Expand Down
Binary file not shown.
Binary file not shown.
2 changes: 2 additions & 0 deletions data/128/M128f4PS1B1W1S1Erealnk48forcepos2/solution33.data
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
���Q>��x(U>>�[��X>�j�yQ\>��y�P`>�J�X�b>�{�tnZe>.Cm5�2h>/K��:k>�0�Lmrn>o?�j� q>��O/s>9���Vu>��Z���w>�UbUz>���Vi/|>��I�T~>����6�>�{֝N[�>���I���>Æ։��>���y-D�>*��F�݆>�)�^;��>��S�Ԋ>�N��<;�>+n��ۏ>�-���^�>O��e�>J�t~Dؔ>�F��9��>�_%t�>�C��Z?�>�<��/i�>&Ȯ?9x�>L�[^�l�>������>×VR���>h�&���>���0].�>��D�>ݙI �\�> #Nd�>lG�܏�>���a޴>)���(~�>�� CV�>x�r��>�!&����>�ٙ�� �>�x�Q�>Z��L�u�>���D�>A��r�>��6H�U�>L���-�>����|��>�d�n럯>C���G�>�_�����>�/��Eʨ>Ɯi����><.~e���>dԴ���>�E�>�>�#��z�>���~2Ĝ>�;��X�>"� 
:�>�1��f�>0b� ͔>����j�>^,\K�?�>B���pE�>M����>H`�A�֏>J� EM��>�0�2�i�>�~H�T�>:������>�⤉>F��B�$�>�Z^�Ή�>U�$�Ӂ>����#}>�TY�,�u>{���ptp>zz�RZk>������g>�[��Աg>c�*�g>h�jT�ie>
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
5 changes: 5 additions & 0 deletions data/128/M128f4PS1B1W1S1Erealnk48forcepos2/solution45.data
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
��!f�V�$S��7\R�v�ngILK��4�0xA���b���������D>(���OS>D��`Z>�:N��L`>h��)�b>2Կ���f>�E����k>�u@+�p>�ڕn�bs>�rs�u>D�~x>�����8z>�@
�H|>�d�q�e~>�c|2VO�>�Z�-d�>G�bHby�>'���>ⲓs:��>w�f��Ç>
H6�O3�>�4U�Ԍ>�a�����>k��t�>���
E�>�%���f�>��Ƈ+��>ӿ���>³F!Ϧ�>�{n6t�>PA���,�>�$0[d��>~း��>Yٷ�F��>���㟃�>w�A#5�>�e�F3��>��}$�>�&�V�>8�#�>�̄��v�>N��zg��>@�k^co�>�XTM��>������>����>�5�7��>ȃ� �#�>ˉ_1U�>:ݙo_ܨ>{b|p��>x⺭f\�>�
�] �>�0�5��>_Kb�>JR�0��>/����>��'�E�>W�ݬ��>��u ���>Ffa\�&�>w6=� �>t��3v�>X�x|��>b�|�l�>��w�16�>lT� v(�>�®t̡>8��Π>6��L��>���hӒ�>4��bC�>�UJ<J�>���觖>NLW�D�>���H�ב>$@=d.�>�>����>��\�>@a�� `r>�q� �$>�t�DHb����6?m`��P�Y� H�����^c>��n�t�l>�����c>
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
��1-�H�갑�ԕG>���ٿ*Z>F��Q0�d>I��V�on>��$u>㇅ʲ�z>�2{��>t����>�-�X��>WZÖU�>d�޻#@�>m`���> %�҅�>~� ���>�����>v��E(W�>�7�lF�>����+�>@yd{# �>�޼�m��>���J��>����>��>�+qS;�>0R\���>6���s͝>^y���h�>���^J��>h0�z�>9ᄽ�J�>r^��ß>X� sD�>�y��z��>u�V;/�>n���\��>P-:K)�>MWh�봢>}v���K�>ۂ#G⽣>U߅��>(�j0?�><[���S�>���@g�>{���y�>]���q�>u���T�><��"�>��x���>�g%��>�b�hV�> M�R�x�>E$�z�>���]�>�n��j!�>���ؤ>�GE���>�~��&�>����9��>7��aĎ�>U�W�^��>��*�z�>��!g�>qTjſ��> @����>���� q�>g�����>tY/����>\��l�>�J9l �>���l٠>q�ΰ��>b����>8��󃱡>�WN<Z�>�k�[C�>�����*�>K��˜�>O���o�>��}��>S&^�zb�>�US-�>��pѼ�>�����>F�}u,�>�B�/d�y>f�a�%�q>�(s՝�e>��s8I�Y>x)��C>�� �"����G�@���Z��uA�
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit 2d872c6

Please sign in to comment.