Resolved conflicts

This commit is contained in:
Tetsuo Kiso 2011-11-15 22:41:21 +09:00
commit d7bd58c6f5
63 changed files with 3976 additions and 135 deletions

View File

@ -58,7 +58,7 @@
<AdditionalIncludeDirectories>C:\Program Files\boost\boost_1_47;$(SolutionDir)/moses/src;$(SolutionDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> <AdditionalIncludeDirectories>C:\Program Files\boost\boost_1_47;$(SolutionDir)/moses/src;$(SolutionDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
</ClCompile> </ClCompile>
<Link> <Link>
<AdditionalDependencies>zlib.lib;$(SolutionDir)$(Configuration)\moses.lib;$(SolutionDir)$(Configuration)\kenlm.lib;%(AdditionalDependencies)</AdditionalDependencies> <AdditionalDependencies>zdll.lib;$(SolutionDir)$(Configuration)\moses.lib;$(SolutionDir)$(Configuration)\kenlm.lib;%(AdditionalDependencies)</AdditionalDependencies>
<GenerateDebugInformation>true</GenerateDebugInformation> <GenerateDebugInformation>true</GenerateDebugInformation>
<SubSystem>Console</SubSystem> <SubSystem>Console</SubSystem>
<TargetMachine>MachineX86</TargetMachine> <TargetMachine>MachineX86</TargetMachine>
@ -78,7 +78,7 @@
<AdditionalIncludeDirectories>C:\Program Files\boost\boost_1_47;$(SolutionDir)/moses/src;$(SolutionDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> <AdditionalIncludeDirectories>C:\Program Files\boost\boost_1_47;$(SolutionDir)/moses/src;$(SolutionDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
</ClCompile> </ClCompile>
<Link> <Link>
<AdditionalDependencies>zlib.lib;$(SolutionDir)$(Configuration)\moses.lib;$(SolutionDir)$(Configuration)\kenlm.lib;%(AdditionalDependencies)</AdditionalDependencies> <AdditionalDependencies>zdll.lib;$(SolutionDir)$(Configuration)\moses.lib;$(SolutionDir)$(Configuration)\kenlm.lib;%(AdditionalDependencies)</AdditionalDependencies>
<GenerateDebugInformation>true</GenerateDebugInformation> <GenerateDebugInformation>true</GenerateDebugInformation>
<SubSystem>Console</SubSystem> <SubSystem>Console</SubSystem>
<OptimizeReferences>true</OptimizeReferences> <OptimizeReferences>true</OptimizeReferences>

View File

@ -41,6 +41,8 @@
<IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Configuration)\</IntDir> <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Configuration)\</IntDir>
<OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)$(Configuration)\</OutDir> <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)$(Configuration)\</OutDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Configuration)\</IntDir> <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Configuration)\</IntDir>
<IncludePath Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:\Program Files\boost\boost_1_47;$(IncludePath)</IncludePath>
<IncludePath Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:\Program Files\boost\boost_1_47;$(IncludePath)</IncludePath>
</PropertyGroup> </PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<ClCompile> <ClCompile>

147
kenlm/kenlm.vcxproj Normal file
View File

@ -0,0 +1,147 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|Win32">
<Configuration>Debug</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|Win32">
<Configuration>Release</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
</ItemGroup>
<PropertyGroup Label="Globals">
<ProjectGuid>{E834D71C-5D5F-4FB4-A361-88694C438FF9}</ProjectGuid>
<Keyword>Win32Proj</Keyword>
<RootNamespace>kenlm</RootNamespace>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<ConfigurationType>StaticLibrary</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
<ConfigurationType>StaticLibrary</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label="ExtensionSettings">
</ImportGroup>
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<PropertyGroup Label="UserMacros" />
<PropertyGroup />
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<ClCompile>
<PrecompiledHeader>
</PrecompiledHeader>
<WarningLevel>Level3</WarningLevel>
<Optimization>Disabled</Optimization>
<PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<AdditionalIncludeDirectories>$(ProjectDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
</ClCompile>
<Link>
<SubSystem>Windows</SubSystem>
<GenerateDebugInformation>true</GenerateDebugInformation>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<ClCompile>
<WarningLevel>Level3</WarningLevel>
<PrecompiledHeader>
</PrecompiledHeader>
<Optimization>MaxSpeed</Optimization>
<FunctionLevelLinking>true</FunctionLevelLinking>
<IntrinsicFunctions>true</IntrinsicFunctions>
<PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<AdditionalIncludeDirectories>$(ProjectDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
</ClCompile>
<Link>
<SubSystem>Windows</SubSystem>
<GenerateDebugInformation>true</GenerateDebugInformation>
<EnableCOMDATFolding>true</EnableCOMDATFolding>
<OptimizeReferences>true</OptimizeReferences>
</Link>
</ItemDefinitionGroup>
<ItemGroup>
<None Include="lm\bhiksha.hh" />
<None Include="lm\binary_format.hh" />
<None Include="lm\blank.hh" />
<None Include="lm\config.hh" />
<None Include="lm\enumerate_vocab.hh" />
<None Include="lm\facade.hh" />
<None Include="lm\left.hh" />
<None Include="lm\lm_exception.hh" />
<None Include="lm\max_order.hh" />
<None Include="lm\model.hh" />
<None Include="lm\model_type.hh" />
<None Include="lm\quantize.hh" />
<None Include="lm\read_arpa.hh" />
<None Include="lm\return.hh" />
<None Include="lm\search_hashed.hh" />
<None Include="lm\search_trie.hh" />
<None Include="lm\test.arpa" />
<None Include="lm\test_nounk.arpa" />
<None Include="lm\trie.hh" />
<None Include="lm\trie_sort.hh" />
<None Include="lm\virtual_interface.hh" />
<None Include="lm\vocab.hh" />
<None Include="lm\weights.hh" />
<None Include="lm\word_index.hh" />
<None Include="ReadMe.txt" />
<None Include="util\bit_packing.hh" />
<None Include="util\ersatz_progress.hh" />
<None Include="util\exception.hh" />
<None Include="util\file.hh" />
<None Include="util\file_piece.hh" />
<None Include="util\getopt.hh" />
<None Include="util\have.hh" />
<None Include="util\joint_sort.hh" />
<None Include="util\key_value_packing.hh" />
<None Include="util\mmap.hh" />
<None Include="util\murmur_hash.hh" />
<None Include="util\portability.hh" />
<None Include="util\probing_hash_table.hh" />
<None Include="util\proxy_iterator.hh" />
<None Include="util\scoped.hh" />
<None Include="util\sized_iterator.hh" />
<None Include="util\sorted_uniform.hh" />
<None Include="util\string_piece.hh" />
<None Include="util\tokenize_piece.hh" />
</ItemGroup>
<ItemGroup>
<ClCompile Include="lm\bhiksha.cc" />
<ClCompile Include="lm\binary_format.cc" />
<ClCompile Include="lm\build_binary.cc" />
<ClCompile Include="lm\config.cc" />
<ClCompile Include="lm\lm_exception.cc" />
<ClCompile Include="lm\model.cc" />
<ClCompile Include="lm\ngram_query.cc" />
<ClCompile Include="lm\quantize.cc" />
<ClCompile Include="lm\read_arpa.cc" />
<ClCompile Include="lm\search_hashed.cc" />
<ClCompile Include="lm\search_trie.cc" />
<ClCompile Include="lm\trie.cc" />
<ClCompile Include="lm\trie_sort.cc" />
<ClCompile Include="lm\virtual_interface.cc" />
<ClCompile Include="lm\vocab.cc" />
<ClCompile Include="util\bit_packing.cc" />
<ClCompile Include="util\ersatz_progress.cc" />
<ClCompile Include="util\exception.cc" />
<ClCompile Include="util\file.cc" />
<ClCompile Include="util\file_piece.cc" />
<ClCompile Include="util\mmap.cc" />
<ClCompile Include="util\murmur_hash.cc" />
<ClCompile Include="util\portability.cc" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>

View File

@ -40,21 +40,17 @@
1E69E727142EEDA8004E4D93 /* binary_format.cc in Sources */ = {isa = PBXBuildFile; fileRef = 1E69E6F0142EEDA8004E4D93 /* binary_format.cc */; }; 1E69E727142EEDA8004E4D93 /* binary_format.cc in Sources */ = {isa = PBXBuildFile; fileRef = 1E69E6F0142EEDA8004E4D93 /* binary_format.cc */; };
1E69E728142EEDA8004E4D93 /* binary_format.hh in Headers */ = {isa = PBXBuildFile; fileRef = 1E69E6F1142EEDA8004E4D93 /* binary_format.hh */; }; 1E69E728142EEDA8004E4D93 /* binary_format.hh in Headers */ = {isa = PBXBuildFile; fileRef = 1E69E6F1142EEDA8004E4D93 /* binary_format.hh */; };
1E69E72A142EEDA8004E4D93 /* blank.hh in Headers */ = {isa = PBXBuildFile; fileRef = 1E69E6F3142EEDA8004E4D93 /* blank.hh */; }; 1E69E72A142EEDA8004E4D93 /* blank.hh in Headers */ = {isa = PBXBuildFile; fileRef = 1E69E6F3142EEDA8004E4D93 /* blank.hh */; };
1E69E72B142EEDA8004E4D93 /* build_binary.cc in Sources */ = {isa = PBXBuildFile; fileRef = 1E69E6F4142EEDA8004E4D93 /* build_binary.cc */; };
1E69E72C142EEDA8004E4D93 /* config.cc in Sources */ = {isa = PBXBuildFile; fileRef = 1E69E6F5142EEDA8004E4D93 /* config.cc */; }; 1E69E72C142EEDA8004E4D93 /* config.cc in Sources */ = {isa = PBXBuildFile; fileRef = 1E69E6F5142EEDA8004E4D93 /* config.cc */; };
1E69E72D142EEDA8004E4D93 /* config.hh in Headers */ = {isa = PBXBuildFile; fileRef = 1E69E6F6142EEDA8004E4D93 /* config.hh */; }; 1E69E72D142EEDA8004E4D93 /* config.hh in Headers */ = {isa = PBXBuildFile; fileRef = 1E69E6F6142EEDA8004E4D93 /* config.hh */; };
1E69E72F142EEDA8004E4D93 /* enumerate_vocab.hh in Headers */ = {isa = PBXBuildFile; fileRef = 1E69E6F8142EEDA8004E4D93 /* enumerate_vocab.hh */; }; 1E69E72F142EEDA8004E4D93 /* enumerate_vocab.hh in Headers */ = {isa = PBXBuildFile; fileRef = 1E69E6F8142EEDA8004E4D93 /* enumerate_vocab.hh */; };
1E69E730142EEDA8004E4D93 /* facade.hh in Headers */ = {isa = PBXBuildFile; fileRef = 1E69E6F9142EEDA8004E4D93 /* facade.hh */; }; 1E69E730142EEDA8004E4D93 /* facade.hh in Headers */ = {isa = PBXBuildFile; fileRef = 1E69E6F9142EEDA8004E4D93 /* facade.hh */; };
1E69E731142EEDA8004E4D93 /* left.hh in Headers */ = {isa = PBXBuildFile; fileRef = 1E69E6FA142EEDA8004E4D93 /* left.hh */; }; 1E69E731142EEDA8004E4D93 /* left.hh in Headers */ = {isa = PBXBuildFile; fileRef = 1E69E6FA142EEDA8004E4D93 /* left.hh */; };
1E69E732142EEDA8004E4D93 /* left_test.cc in Sources */ = {isa = PBXBuildFile; fileRef = 1E69E6FB142EEDA8004E4D93 /* left_test.cc */; };
1E69E733142EEDA8004E4D93 /* lm_exception.cc in Sources */ = {isa = PBXBuildFile; fileRef = 1E69E6FC142EEDA8004E4D93 /* lm_exception.cc */; }; 1E69E733142EEDA8004E4D93 /* lm_exception.cc in Sources */ = {isa = PBXBuildFile; fileRef = 1E69E6FC142EEDA8004E4D93 /* lm_exception.cc */; };
1E69E734142EEDA8004E4D93 /* lm_exception.hh in Headers */ = {isa = PBXBuildFile; fileRef = 1E69E6FD142EEDA8004E4D93 /* lm_exception.hh */; }; 1E69E734142EEDA8004E4D93 /* lm_exception.hh in Headers */ = {isa = PBXBuildFile; fileRef = 1E69E6FD142EEDA8004E4D93 /* lm_exception.hh */; };
1E69E736142EEDA8004E4D93 /* max_order.hh in Headers */ = {isa = PBXBuildFile; fileRef = 1E69E6FF142EEDA8004E4D93 /* max_order.hh */; }; 1E69E736142EEDA8004E4D93 /* max_order.hh in Headers */ = {isa = PBXBuildFile; fileRef = 1E69E6FF142EEDA8004E4D93 /* max_order.hh */; };
1E69E737142EEDA8004E4D93 /* model.cc in Sources */ = {isa = PBXBuildFile; fileRef = 1E69E700142EEDA8004E4D93 /* model.cc */; }; 1E69E737142EEDA8004E4D93 /* model.cc in Sources */ = {isa = PBXBuildFile; fileRef = 1E69E700142EEDA8004E4D93 /* model.cc */; };
1E69E738142EEDA8004E4D93 /* model.hh in Headers */ = {isa = PBXBuildFile; fileRef = 1E69E701142EEDA8004E4D93 /* model.hh */; }; 1E69E738142EEDA8004E4D93 /* model.hh in Headers */ = {isa = PBXBuildFile; fileRef = 1E69E701142EEDA8004E4D93 /* model.hh */; };
1E69E73A142EEDA8004E4D93 /* model_test.cc in Sources */ = {isa = PBXBuildFile; fileRef = 1E69E704142EEDA8004E4D93 /* model_test.cc */; };
1E69E73B142EEDA8004E4D93 /* model_type.hh in Headers */ = {isa = PBXBuildFile; fileRef = 1E69E705142EEDA8004E4D93 /* model_type.hh */; }; 1E69E73B142EEDA8004E4D93 /* model_type.hh in Headers */ = {isa = PBXBuildFile; fileRef = 1E69E705142EEDA8004E4D93 /* model_type.hh */; };
1E69E73C142EEDA8004E4D93 /* ngram_query.cc in Sources */ = {isa = PBXBuildFile; fileRef = 1E69E706142EEDA8004E4D93 /* ngram_query.cc */; };
1E69E73D142EEDA8004E4D93 /* quantize.cc in Sources */ = {isa = PBXBuildFile; fileRef = 1E69E707142EEDA8004E4D93 /* quantize.cc */; }; 1E69E73D142EEDA8004E4D93 /* quantize.cc in Sources */ = {isa = PBXBuildFile; fileRef = 1E69E707142EEDA8004E4D93 /* quantize.cc */; };
1E69E73E142EEDA8004E4D93 /* quantize.hh in Headers */ = {isa = PBXBuildFile; fileRef = 1E69E708142EEDA8004E4D93 /* quantize.hh */; }; 1E69E73E142EEDA8004E4D93 /* quantize.hh in Headers */ = {isa = PBXBuildFile; fileRef = 1E69E708142EEDA8004E4D93 /* quantize.hh */; };
1E69E73F142EEDA8004E4D93 /* read_arpa.cc in Sources */ = {isa = PBXBuildFile; fileRef = 1E69E709142EEDA8004E4D93 /* read_arpa.cc */; }; 1E69E73F142EEDA8004E4D93 /* read_arpa.cc in Sources */ = {isa = PBXBuildFile; fileRef = 1E69E709142EEDA8004E4D93 /* read_arpa.cc */; };
@ -64,7 +60,6 @@
1E69E744142EEDA8004E4D93 /* search_hashed.hh in Headers */ = {isa = PBXBuildFile; fileRef = 1E69E70E142EEDA8004E4D93 /* search_hashed.hh */; }; 1E69E744142EEDA8004E4D93 /* search_hashed.hh in Headers */ = {isa = PBXBuildFile; fileRef = 1E69E70E142EEDA8004E4D93 /* search_hashed.hh */; };
1E69E746142EEDA8004E4D93 /* search_trie.cc in Sources */ = {isa = PBXBuildFile; fileRef = 1E69E710142EEDA8004E4D93 /* search_trie.cc */; }; 1E69E746142EEDA8004E4D93 /* search_trie.cc in Sources */ = {isa = PBXBuildFile; fileRef = 1E69E710142EEDA8004E4D93 /* search_trie.cc */; };
1E69E747142EEDA8004E4D93 /* search_trie.hh in Headers */ = {isa = PBXBuildFile; fileRef = 1E69E711142EEDA8004E4D93 /* search_trie.hh */; }; 1E69E747142EEDA8004E4D93 /* search_trie.hh in Headers */ = {isa = PBXBuildFile; fileRef = 1E69E711142EEDA8004E4D93 /* search_trie.hh */; };
1E69E74B142EEDA8004E4D93 /* sri_test.cc in Sources */ = {isa = PBXBuildFile; fileRef = 1E69E715142EEDA8004E4D93 /* sri_test.cc */; };
1E69E74C142EEDA8004E4D93 /* trie.cc in Sources */ = {isa = PBXBuildFile; fileRef = 1E69E718142EEDA8004E4D93 /* trie.cc */; }; 1E69E74C142EEDA8004E4D93 /* trie.cc in Sources */ = {isa = PBXBuildFile; fileRef = 1E69E718142EEDA8004E4D93 /* trie.cc */; };
1E69E74D142EEDA8004E4D93 /* trie.hh in Headers */ = {isa = PBXBuildFile; fileRef = 1E69E719142EEDA8004E4D93 /* trie.hh */; }; 1E69E74D142EEDA8004E4D93 /* trie.hh in Headers */ = {isa = PBXBuildFile; fileRef = 1E69E719142EEDA8004E4D93 /* trie.hh */; };
1E69E74F142EEDA8004E4D93 /* trie_sort.cc in Sources */ = {isa = PBXBuildFile; fileRef = 1E69E71B142EEDA8004E4D93 /* trie_sort.cc */; }; 1E69E74F142EEDA8004E4D93 /* trie_sort.cc in Sources */ = {isa = PBXBuildFile; fileRef = 1E69E71B142EEDA8004E4D93 /* trie_sort.cc */; };
@ -111,21 +106,17 @@
1E69E6F0142EEDA8004E4D93 /* binary_format.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = binary_format.cc; sourceTree = "<group>"; }; 1E69E6F0142EEDA8004E4D93 /* binary_format.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = binary_format.cc; sourceTree = "<group>"; };
1E69E6F1142EEDA8004E4D93 /* binary_format.hh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = binary_format.hh; sourceTree = "<group>"; }; 1E69E6F1142EEDA8004E4D93 /* binary_format.hh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = binary_format.hh; sourceTree = "<group>"; };
1E69E6F3142EEDA8004E4D93 /* blank.hh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = blank.hh; sourceTree = "<group>"; }; 1E69E6F3142EEDA8004E4D93 /* blank.hh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = blank.hh; sourceTree = "<group>"; };
1E69E6F4142EEDA8004E4D93 /* build_binary.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = build_binary.cc; sourceTree = "<group>"; };
1E69E6F5142EEDA8004E4D93 /* config.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = config.cc; sourceTree = "<group>"; }; 1E69E6F5142EEDA8004E4D93 /* config.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = config.cc; sourceTree = "<group>"; };
1E69E6F6142EEDA8004E4D93 /* config.hh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = config.hh; sourceTree = "<group>"; }; 1E69E6F6142EEDA8004E4D93 /* config.hh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = config.hh; sourceTree = "<group>"; };
1E69E6F8142EEDA8004E4D93 /* enumerate_vocab.hh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = enumerate_vocab.hh; sourceTree = "<group>"; }; 1E69E6F8142EEDA8004E4D93 /* enumerate_vocab.hh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = enumerate_vocab.hh; sourceTree = "<group>"; };
1E69E6F9142EEDA8004E4D93 /* facade.hh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = facade.hh; sourceTree = "<group>"; }; 1E69E6F9142EEDA8004E4D93 /* facade.hh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = facade.hh; sourceTree = "<group>"; };
1E69E6FA142EEDA8004E4D93 /* left.hh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = left.hh; sourceTree = "<group>"; }; 1E69E6FA142EEDA8004E4D93 /* left.hh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = left.hh; sourceTree = "<group>"; };
1E69E6FB142EEDA8004E4D93 /* left_test.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = left_test.cc; sourceTree = "<group>"; };
1E69E6FC142EEDA8004E4D93 /* lm_exception.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = lm_exception.cc; sourceTree = "<group>"; }; 1E69E6FC142EEDA8004E4D93 /* lm_exception.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = lm_exception.cc; sourceTree = "<group>"; };
1E69E6FD142EEDA8004E4D93 /* lm_exception.hh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = lm_exception.hh; sourceTree = "<group>"; }; 1E69E6FD142EEDA8004E4D93 /* lm_exception.hh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = lm_exception.hh; sourceTree = "<group>"; };
1E69E6FF142EEDA8004E4D93 /* max_order.hh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = max_order.hh; sourceTree = "<group>"; }; 1E69E6FF142EEDA8004E4D93 /* max_order.hh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = max_order.hh; sourceTree = "<group>"; };
1E69E700142EEDA8004E4D93 /* model.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = model.cc; sourceTree = "<group>"; }; 1E69E700142EEDA8004E4D93 /* model.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = model.cc; sourceTree = "<group>"; };
1E69E701142EEDA8004E4D93 /* model.hh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = model.hh; sourceTree = "<group>"; }; 1E69E701142EEDA8004E4D93 /* model.hh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = model.hh; sourceTree = "<group>"; };
1E69E704142EEDA8004E4D93 /* model_test.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = model_test.cc; sourceTree = "<group>"; };
1E69E705142EEDA8004E4D93 /* model_type.hh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = model_type.hh; sourceTree = "<group>"; }; 1E69E705142EEDA8004E4D93 /* model_type.hh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = model_type.hh; sourceTree = "<group>"; };
1E69E706142EEDA8004E4D93 /* ngram_query.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ngram_query.cc; sourceTree = "<group>"; };
1E69E707142EEDA8004E4D93 /* quantize.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = quantize.cc; sourceTree = "<group>"; }; 1E69E707142EEDA8004E4D93 /* quantize.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = quantize.cc; sourceTree = "<group>"; };
1E69E708142EEDA8004E4D93 /* quantize.hh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = quantize.hh; sourceTree = "<group>"; }; 1E69E708142EEDA8004E4D93 /* quantize.hh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = quantize.hh; sourceTree = "<group>"; };
1E69E709142EEDA8004E4D93 /* read_arpa.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = read_arpa.cc; sourceTree = "<group>"; }; 1E69E709142EEDA8004E4D93 /* read_arpa.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = read_arpa.cc; sourceTree = "<group>"; };
@ -135,7 +126,6 @@
1E69E70E142EEDA8004E4D93 /* search_hashed.hh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = search_hashed.hh; sourceTree = "<group>"; }; 1E69E70E142EEDA8004E4D93 /* search_hashed.hh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = search_hashed.hh; sourceTree = "<group>"; };
1E69E710142EEDA8004E4D93 /* search_trie.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = search_trie.cc; sourceTree = "<group>"; }; 1E69E710142EEDA8004E4D93 /* search_trie.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = search_trie.cc; sourceTree = "<group>"; };
1E69E711142EEDA8004E4D93 /* search_trie.hh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = search_trie.hh; sourceTree = "<group>"; }; 1E69E711142EEDA8004E4D93 /* search_trie.hh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = search_trie.hh; sourceTree = "<group>"; };
1E69E715142EEDA8004E4D93 /* sri_test.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = sri_test.cc; sourceTree = "<group>"; };
1E69E718142EEDA8004E4D93 /* trie.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = trie.cc; sourceTree = "<group>"; }; 1E69E718142EEDA8004E4D93 /* trie.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = trie.cc; sourceTree = "<group>"; };
1E69E719142EEDA8004E4D93 /* trie.hh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = trie.hh; sourceTree = "<group>"; }; 1E69E719142EEDA8004E4D93 /* trie.hh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = trie.hh; sourceTree = "<group>"; };
1E69E71B142EEDA8004E4D93 /* trie_sort.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = trie_sort.cc; sourceTree = "<group>"; }; 1E69E71B142EEDA8004E4D93 /* trie_sort.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = trie_sort.cc; sourceTree = "<group>"; };
@ -230,21 +220,17 @@
1E69E6F0142EEDA8004E4D93 /* binary_format.cc */, 1E69E6F0142EEDA8004E4D93 /* binary_format.cc */,
1E69E6F1142EEDA8004E4D93 /* binary_format.hh */, 1E69E6F1142EEDA8004E4D93 /* binary_format.hh */,
1E69E6F3142EEDA8004E4D93 /* blank.hh */, 1E69E6F3142EEDA8004E4D93 /* blank.hh */,
1E69E6F4142EEDA8004E4D93 /* build_binary.cc */,
1E69E6F5142EEDA8004E4D93 /* config.cc */, 1E69E6F5142EEDA8004E4D93 /* config.cc */,
1E69E6F6142EEDA8004E4D93 /* config.hh */, 1E69E6F6142EEDA8004E4D93 /* config.hh */,
1E69E6F8142EEDA8004E4D93 /* enumerate_vocab.hh */, 1E69E6F8142EEDA8004E4D93 /* enumerate_vocab.hh */,
1E69E6F9142EEDA8004E4D93 /* facade.hh */, 1E69E6F9142EEDA8004E4D93 /* facade.hh */,
1E69E6FA142EEDA8004E4D93 /* left.hh */, 1E69E6FA142EEDA8004E4D93 /* left.hh */,
1E69E6FB142EEDA8004E4D93 /* left_test.cc */,
1E69E6FC142EEDA8004E4D93 /* lm_exception.cc */, 1E69E6FC142EEDA8004E4D93 /* lm_exception.cc */,
1E69E6FD142EEDA8004E4D93 /* lm_exception.hh */, 1E69E6FD142EEDA8004E4D93 /* lm_exception.hh */,
1E69E6FF142EEDA8004E4D93 /* max_order.hh */, 1E69E6FF142EEDA8004E4D93 /* max_order.hh */,
1E69E700142EEDA8004E4D93 /* model.cc */, 1E69E700142EEDA8004E4D93 /* model.cc */,
1E69E701142EEDA8004E4D93 /* model.hh */, 1E69E701142EEDA8004E4D93 /* model.hh */,
1E69E704142EEDA8004E4D93 /* model_test.cc */,
1E69E705142EEDA8004E4D93 /* model_type.hh */, 1E69E705142EEDA8004E4D93 /* model_type.hh */,
1E69E706142EEDA8004E4D93 /* ngram_query.cc */,
1E69E707142EEDA8004E4D93 /* quantize.cc */, 1E69E707142EEDA8004E4D93 /* quantize.cc */,
1E69E708142EEDA8004E4D93 /* quantize.hh */, 1E69E708142EEDA8004E4D93 /* quantize.hh */,
1E69E709142EEDA8004E4D93 /* read_arpa.cc */, 1E69E709142EEDA8004E4D93 /* read_arpa.cc */,
@ -254,7 +240,6 @@
1E69E70E142EEDA8004E4D93 /* search_hashed.hh */, 1E69E70E142EEDA8004E4D93 /* search_hashed.hh */,
1E69E710142EEDA8004E4D93 /* search_trie.cc */, 1E69E710142EEDA8004E4D93 /* search_trie.cc */,
1E69E711142EEDA8004E4D93 /* search_trie.hh */, 1E69E711142EEDA8004E4D93 /* search_trie.hh */,
1E69E715142EEDA8004E4D93 /* sri_test.cc */,
1E69E718142EEDA8004E4D93 /* trie.cc */, 1E69E718142EEDA8004E4D93 /* trie.cc */,
1E69E719142EEDA8004E4D93 /* trie.hh */, 1E69E719142EEDA8004E4D93 /* trie.hh */,
1E69E71B142EEDA8004E4D93 /* trie_sort.cc */, 1E69E71B142EEDA8004E4D93 /* trie_sort.cc */,
@ -390,18 +375,13 @@
1E69E6DF142EED56004E4D93 /* murmur_hash.cc in Sources */, 1E69E6DF142EED56004E4D93 /* murmur_hash.cc in Sources */,
1E69E725142EEDA8004E4D93 /* bhiksha.cc in Sources */, 1E69E725142EEDA8004E4D93 /* bhiksha.cc in Sources */,
1E69E727142EEDA8004E4D93 /* binary_format.cc in Sources */, 1E69E727142EEDA8004E4D93 /* binary_format.cc in Sources */,
1E69E72B142EEDA8004E4D93 /* build_binary.cc in Sources */,
1E69E72C142EEDA8004E4D93 /* config.cc in Sources */, 1E69E72C142EEDA8004E4D93 /* config.cc in Sources */,
1E69E732142EEDA8004E4D93 /* left_test.cc in Sources */,
1E69E733142EEDA8004E4D93 /* lm_exception.cc in Sources */, 1E69E733142EEDA8004E4D93 /* lm_exception.cc in Sources */,
1E69E737142EEDA8004E4D93 /* model.cc in Sources */, 1E69E737142EEDA8004E4D93 /* model.cc in Sources */,
1E69E73A142EEDA8004E4D93 /* model_test.cc in Sources */,
1E69E73C142EEDA8004E4D93 /* ngram_query.cc in Sources */,
1E69E73D142EEDA8004E4D93 /* quantize.cc in Sources */, 1E69E73D142EEDA8004E4D93 /* quantize.cc in Sources */,
1E69E73F142EEDA8004E4D93 /* read_arpa.cc in Sources */, 1E69E73F142EEDA8004E4D93 /* read_arpa.cc in Sources */,
1E69E743142EEDA8004E4D93 /* search_hashed.cc in Sources */, 1E69E743142EEDA8004E4D93 /* search_hashed.cc in Sources */,
1E69E746142EEDA8004E4D93 /* search_trie.cc in Sources */, 1E69E746142EEDA8004E4D93 /* search_trie.cc in Sources */,
1E69E74B142EEDA8004E4D93 /* sri_test.cc in Sources */,
1E69E74C142EEDA8004E4D93 /* trie.cc in Sources */, 1E69E74C142EEDA8004E4D93 /* trie.cc in Sources */,
1E69E74F142EEDA8004E4D93 /* trie_sort.cc in Sources */, 1E69E74F142EEDA8004E4D93 /* trie_sort.cc in Sources */,
1E69E751142EEDA8004E4D93 /* virtual_interface.cc in Sources */, 1E69E751142EEDA8004E4D93 /* virtual_interface.cc in Sources */,

View File

@ -13,7 +13,7 @@
#ifndef LM_BHIKSHA__ #ifndef LM_BHIKSHA__
#define LM_BHIKSHA__ #define LM_BHIKSHA__
#include <inttypes.h> #include <stdint.h>
#include <assert.h> #include <assert.h>
#include "lm/model_type.hh" #include "lm/model_type.hh"

View File

@ -9,7 +9,7 @@
#include <limits> #include <limits>
#include <string> #include <string>
#include <inttypes.h> #include <stdint.h>
namespace lm { namespace lm {
namespace ngram { namespace ngram {

View File

@ -12,7 +12,7 @@
#include <cstddef> #include <cstddef>
#include <vector> #include <vector>
#include <inttypes.h> #include <stdint.h>
namespace lm { namespace lm {
namespace ngram { namespace ngram {

View File

@ -3,7 +3,7 @@
#include <limits> #include <limits>
#include <inttypes.h> #include <stdint.h>
#include <math.h> #include <math.h>
namespace lm { namespace lm {

View File

@ -1,5 +1,6 @@
#include "lm/model.hh" #include "lm/model.hh"
#include "util/file_piece.hh" #include "util/file_piece.hh"
#include "util/portability.hh"
#include <cstdlib> #include <cstdlib>
#include <exception> #include <exception>
@ -9,6 +10,10 @@
#include <math.h> #include <math.h>
#include <stdlib.h> #include <stdlib.h>
#ifdef WIN32
#include "util/getopt.hh"
#endif
namespace lm { namespace lm {
namespace ngram { namespace ngram {
namespace { namespace {
@ -86,7 +91,7 @@ void ShowSizes(const char *file, const lm::ngram::Config &config) {
prefix = 'G'; prefix = 'G';
divide = 1 << 30; divide = 1 << 30;
} }
long int length = std::max<long int>(2, lrint(ceil(log10(max_length / divide)))); long int length = std::max<long int>(2, lrint(ceil(log10((double) max_length / divide))));
std::cout << "Memory estimate:\ntype "; std::cout << "Memory estimate:\ntype ";
// right align bytes. // right align bytes.
for (long int i = 0; i < length - 2; ++i) std::cout << ' '; for (long int i = 0; i < length - 2; ++i) std::cout << ' ';

View File

@ -137,7 +137,7 @@ template <class Search, class VocabularyT> class GenericModel : public base::Mod
unsigned char &next_use) const; unsigned char &next_use) const;
private: private:
friend void LoadLM<>(const char *file, const Config &config, GenericModel<Search, VocabularyT> &to); friend void lm::ngram::LoadLM<>(const char *file, const Config &config, GenericModel<Search, VocabularyT> &to);
static void UpdateConfigFromBinary(int fd, const std::vector<uint64_t> &counts, Config &config); static void UpdateConfigFromBinary(int fd, const std::vector<uint64_t> &counts, Config &config);

View File

@ -9,8 +9,8 @@
#include <ctype.h> #include <ctype.h>
#if !defined(_WIN32) && !defined(_WIN64) #if !defined(_WIN32) && !defined(_WIN64)
#include <sys/resource.h> #include <sys/resource.h>
#endif
#include <sys/time.h> #include <sys/time.h>
#endif
float FloatSec(const struct timeval &tv) { float FloatSec(const struct timeval &tv) {
return static_cast<float>(tv.tv_sec) + (static_cast<float>(tv.tv_usec) / 1000000000.0); return static_cast<float>(tv.tv_sec) + (static_cast<float>(tv.tv_usec) / 1000000000.0);

View File

@ -9,7 +9,7 @@
#include <algorithm> #include <algorithm>
#include <vector> #include <vector>
#include <inttypes.h> #include <stdint.h>
#include <iostream> #include <iostream>

View File

@ -8,7 +8,7 @@
#include <ctype.h> #include <ctype.h>
#include <string.h> #include <string.h>
#include <inttypes.h> #include <stdint.h>
namespace lm { namespace lm {

View File

@ -1,7 +1,7 @@
#ifndef LM_RETURN__ #ifndef LM_RETURN__
#define LM_RETURN__ #define LM_RETURN__
#include <inttypes.h> #include <stdint.h>
namespace lm { namespace lm {
/* Structure returned by scoring routines. */ /* Structure returned by scoring routines. */

View File

@ -1,7 +1,7 @@
#ifndef LM_TRIE__ #ifndef LM_TRIE__
#define LM_TRIE__ #define LM_TRIE__
#include <inttypes.h> #include <stdint.h>
#include <cstddef> #include <cstddef>

View File

@ -14,7 +14,7 @@
#include <string> #include <string>
#include <vector> #include <vector>
#include <inttypes.h> #include <stdint.h>
namespace util { namespace util {
class FilePiece; class FilePiece;

View File

@ -27,7 +27,7 @@
#include <arpa/nameser_compat.h> #include <arpa/nameser_compat.h>
#endif #endif
#include <inttypes.h> #include <stdint.h>
#include <string.h> #include <string.h>

View File

@ -1,6 +1,7 @@
#include "util/file.hh" #include "util/file.hh"
#include "util/exception.hh" #include "util/exception.hh"
#include "util/portability.hh"
#include <cstdlib> #include <cstdlib>
#include <cstdio> #include <cstdio>
@ -9,8 +10,7 @@
#include <sys/types.h> #include <sys/types.h>
#include <sys/stat.h> #include <sys/stat.h>
#include <fcntl.h> #include <fcntl.h>
#include <unistd.h> #include <stdint.h>
#include <inttypes.h>
#if defined(_WIN32) || defined(_WIN64) #if defined(_WIN32) || defined(_WIN64)
#include <windows.h> #include <windows.h>
@ -188,33 +188,33 @@ mkstemp_and_unlink(char *tmpl)
value += random_time_bits ^ (unsigned long long)GetCurrentThreadId (); value += random_time_bits ^ (unsigned long long)GetCurrentThreadId ();
for (count = 0; count < attempts; value += 7777, ++count) for (count = 0; count < attempts; value += 7777, ++count)
{ {
unsigned long long v = value; unsigned long long v = value;
/* Fill in the random bits. */ /* Fill in the random bits. */
XXXXXX[0] = letters[v % 62]; XXXXXX[0] = letters[v % 62];
v /= 62; v /= 62;
XXXXXX[1] = letters[v % 62]; XXXXXX[1] = letters[v % 62];
v /= 62; v /= 62;
XXXXXX[2] = letters[v % 62]; XXXXXX[2] = letters[v % 62];
v /= 62; v /= 62;
XXXXXX[3] = letters[v % 62]; XXXXXX[3] = letters[v % 62];
v /= 62; v /= 62;
XXXXXX[4] = letters[v % 62]; XXXXXX[4] = letters[v % 62];
v /= 62; v /= 62;
XXXXXX[5] = letters[v % 62]; XXXXXX[5] = letters[v % 62];
/* Modified to unlink */ /* Modified for windows and to unlink */
// fd = open (tmpl, O_RDWR | O_CREAT | O_EXCL, _S_IREAD | _S_IWRITE); // fd = open (tmpl, O_RDWR | O_CREAT | O_EXCL, _S_IREAD | _S_IWRITE);
fd = _open (tmpl, _O_RDWR | _O_CREAT | _O_TEMPORARY | _O_EXCL, _S_IREAD | _S_IWRITE); fd = _open (tmpl, _O_RDWR | _O_CREAT | _O_TEMPORARY | _O_EXCL | _O_BINARY, _S_IREAD | _S_IWRITE);
if (fd >= 0) if (fd >= 0)
{ {
errno = save_errno; errno = save_errno;
return fd; return fd;
} }
else if (errno != EEXIST) else if (errno != EEXIST)
return -1; return -1;
} }
/* We got out of the loop because we ran out of combinations to try. */ /* We got out of the loop because we ran out of combinations to try. */
errno = EEXIST; errno = EEXIST;

View File

@ -5,7 +5,7 @@
#include <cstdio> #include <cstdio>
#include <string> #include <string>
#include <inttypes.h> #include <stdint.h>
namespace util { namespace util {

View File

@ -3,6 +3,7 @@
#include "util/exception.hh" #include "util/exception.hh"
#include "util/file.hh" #include "util/file.hh"
#include "util/mmap.hh" #include "util/mmap.hh"
#include "util/portability.hh"
#include <iostream> #include <iostream>
#include <string> #include <string>
@ -14,7 +15,6 @@
#include <stdlib.h> #include <stdlib.h>
#include <sys/types.h> #include <sys/types.h>
#include <sys/stat.h> #include <sys/stat.h>
#include <unistd.h>
#ifdef HAVE_ZLIB #ifdef HAVE_ZLIB
#include <zlib.h> #include <zlib.h>

View File

@ -11,7 +11,7 @@
#include <cstddef> #include <cstddef>
#include <string> #include <string>
#include <inttypes.h> #include <stdint.h>
namespace util { namespace util {

View File

@ -7,7 +7,7 @@
#include <cstddef> #include <cstddef>
#include <cstring> #include <cstring>
#include <inttypes.h> #include <stdint.h>
namespace util { namespace util {

View File

@ -4,7 +4,7 @@
#include <cstddef> #include <cstddef>
#include <inttypes.h> #include <stdint.h>
#include <sys/types.h> #include <sys/types.h>
namespace util { namespace util {

View File

@ -1,7 +1,7 @@
#ifndef UTIL_MURMUR_HASH__ #ifndef UTIL_MURMUR_HASH__
#define UTIL_MURMUR_HASH__ #define UTIL_MURMUR_HASH__
#include <cstddef> #include <cstddef>
#include <inttypes.h> #include <stdint.h>
namespace util { namespace util {

74
kenlm/util/portability.cc Normal file
View File

@ -0,0 +1,74 @@
#include <stdlib.h>
#include <errno.h>
#include "util/portability.hh"
#ifdef WIN32
int RUSAGE_SELF = 0;
int sysconf(int) { return 0; }
int msync(void*, int, int) { return 0; }
int munmap(void *, int) { return 0; }
void *mmap(void*, int, int, int, FD, OFF_T) { return 0; }
int write(int, const void *, int) {return 0; }
//FILE *popen(const char*, const char*) { return 0; }
//int pclose(FILE *) { return 0; }
int close(FD fd) { return 0; }
// to be implemented by boost
int mkdtemp(const char*) { return 0; }
// done
long lrint(float x)
{
long ret = (long) x;
return ret;
}
float strtof(const char *begin, char **end)
{
double ret = strtod(begin, end);
return (float) ret;
}
int ftruncate (FD hfile, unsigned int size)
{
unsigned int curpos;
/*
HANDLE hfile;
if (fd < 0)
{
errno = EBADF;
return -1;
}
hfile = (HANDLE) _get_osfhandle (fd);
*/
curpos = SetFilePointer (hfile, 0, NULL, FILE_CURRENT);
if (curpos == ~0
|| SetFilePointer (hfile, size, NULL, FILE_BEGIN) == ~0
|| !SetEndOfFile (hfile))
{
int error = GetLastError ();
switch (error)
{
case ERROR_INVALID_HANDLE:
errno = EBADF;
break;
default:
errno = EIO;
break;
}
return -1;
}
return 0;
}
#endif

127
kenlm/util/portability.hh Normal file
View File

@ -0,0 +1,127 @@
#pragma once
#include <assert.h>
#include <stdint.h>
#ifdef WIN32
#include <windows.h>
#include <direct.h>
#include <io.h>
#include <stdio.h>
#include <string.h>
#include <sys/stat.h>
#include "util/getopt.hh"
#undef max
#undef min
typedef HANDLE FD;
const FD kBadFD = INVALID_HANDLE_VALUE;
typedef int ssize_t;
#define _SC_PAGE_SIZE 1
#define MS_SYNC 1
int sysconf(int);
int msync(void*, int, int);
int ftruncate(FD, unsigned int);
long lrint(float);
/*
struct timeval
{
float tv_sec, tv_usec;
};
struct rusage
{
timeval ru_utime, ru_stime;
};
*/
//inline int getrusage(int, struct rusage*) { return 0; }
//extern int RUSAGE_SELF;
typedef __int64 OFF_T;
//#define OFF_T __int64
#ifndef S_ISDIR
#define S_ISDIR(mode) (((mode) & S_IFMT) == S_IFDIR)
#endif
#ifndef S_ISREG
#define S_ISREG(mode) (((mode) & S_IFMT) == S_IFREG)
#endif
int mkdtemp(const char*);
int munmap(void *, int);
void *mmap(void*, int, int, int, FD, OFF_T);
#define PROT_READ 1
#define PROT_WRITE 1
#define MAP_FAILED (void*) 0x1
#define MAP_SHARED 1
#define MAP_ANON 1
#define MAP_PRIVATE 1
#define S_IRUSR 1
#define S_IROTH 1
#define S_IRGRP 1
int write(int, const void *, int);
#define S_IRUSR 1
#define S_IWUSR 1
//const char *strerror_r(int, const char *buf, int);
float strtof(const char *begin, char **end);
//FILE *popen(const char*, const char*);
//int pclose(FILE *);
int close(FD fd);
#define dup(x) _dup(x)
#define rmdir(x) _rmdir(x)
#define strerror_r(errNum, buffer, numberOfElements) strerror_s(buffer, numberOfElements);
#else // assume UNIX OS
#include <stdint.h>
#include <sys/resource.h>
#include <sys/time.h>
#include <sys/types.h>
#include <sys/mman.h>
#include <sys/stat.h>
#include <unistd.h>
typedef int FD;
const FD kBadFD = -1;
typedef off_t OFF_T;
#endif
#ifdef __GNUC__
#define UTIL_FUNC_NAME __PRETTY_FUNCTION__
#else
#ifdef _WIN32
#define UTIL_FUNC_NAME __FUNCTION__
#else
#define UTIL_FUNC_NAME NULL
#endif
#endif
/* Bit-level packing routines */
#ifdef __APPLE__
#include <architecture/byte_order.h>
#elif __linux__
#include <endian.h>
#elif WIN32
// nothing
#else
#include <arpa/nameser_compat.h>
#endif

View File

@ -6,7 +6,7 @@
#include <functional> #include <functional>
#include <string> #include <string>
#include <inttypes.h> #include <stdint.h>
#include <string.h> #include <string.h>
namespace util { namespace util {

View File

@ -5,7 +5,7 @@
#include <cstddef> #include <cstddef>
#include <assert.h> #include <assert.h>
#include <inttypes.h> #include <stdint.h>
namespace util { namespace util {

View File

@ -190,9 +190,15 @@ public:
void Data::sampleRankedPairs( const std::string &rankedpairfile ) { void Data::sampleRankedPairs( const std::string &rankedpairfile ) {
cout << "Sampling ranked pairs." << endl; cout << "Sampling ranked pairs." << endl;
ofstream *outFile = new ofstream(); ostream* out = NULL;
outFile->open( rankedpairfile.c_str() ); ofstream* outFile = NULL;
ostream *out = outFile; if (rankedpairfile == "stdout") {
out = &cout;
} else {
outFile = new ofstream();
outFile->open(rankedpairfile.c_str());
out = outFile;
}
const unsigned int n_samplings = 5000; const unsigned int n_samplings = 5000;
const unsigned int n_samples = 50; const unsigned int n_samples = 50;
@ -245,7 +251,10 @@ void Data::sampleRankedPairs( const std::string &rankedpairfile ) {
//cerr << "collected " << collected << endl; //cerr << "collected " << collected << endl;
} }
out->flush(); out->flush();
outFile->close(); if (outFile) {
outFile->close();
delete outFile;
}
} }
void Data::outputSample( ostream &out, const FeatureStats &f1, const FeatureStats &f2 ) void Data::outputSample( ostream &out, const FeatureStats &f1, const FeatureStats &f2 )

0
mert/pro.cpp Normal file
View File

View File

@ -58,7 +58,7 @@
<DebugInformationFormat>EditAndContinue</DebugInformationFormat> <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
</ClCompile> </ClCompile>
<Link> <Link>
<AdditionalDependencies>zlib.lib;$(SolutionDir)$(Configuration)\moses.lib;$(SolutionDir)$(Configuration)\kenlm.lib;%(AdditionalDependencies)</AdditionalDependencies> <AdditionalDependencies>zdll.lib;$(SolutionDir)$(Configuration)\moses.lib;$(SolutionDir)$(Configuration)\kenlm.lib;%(AdditionalDependencies)</AdditionalDependencies>
<GenerateDebugInformation>true</GenerateDebugInformation> <GenerateDebugInformation>true</GenerateDebugInformation>
<SubSystem>Console</SubSystem> <SubSystem>Console</SubSystem>
<RandomizedBaseAddress>false</RandomizedBaseAddress> <RandomizedBaseAddress>false</RandomizedBaseAddress>
@ -78,7 +78,7 @@
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat> <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
</ClCompile> </ClCompile>
<Link> <Link>
<AdditionalDependencies>zlib.lib;$(SolutionDir)$(Configuration)\moses.lib;$(SolutionDir)$(Configuration)\kenlm.lib;%(AdditionalDependencies)</AdditionalDependencies> <AdditionalDependencies>zdll.lib;$(SolutionDir)$(Configuration)\moses.lib;$(SolutionDir)$(Configuration)\kenlm.lib;%(AdditionalDependencies)</AdditionalDependencies>
<GenerateDebugInformation>true</GenerateDebugInformation> <GenerateDebugInformation>true</GenerateDebugInformation>
<SubSystem>Console</SubSystem> <SubSystem>Console</SubSystem>
<OptimizeReferences>true</OptimizeReferences> <OptimizeReferences>true</OptimizeReferences>

View File

@ -58,7 +58,7 @@
<DebugInformationFormat>EditAndContinue</DebugInformationFormat> <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
</ClCompile> </ClCompile>
<Link> <Link>
<AdditionalDependencies>zlib.lib;$(SolutionDir)$(Configuration)\moses.lib;%(AdditionalDependencies)</AdditionalDependencies> <AdditionalDependencies>zdll.lib;$(SolutionDir)$(Configuration)\moses.lib;%(AdditionalDependencies)</AdditionalDependencies>
<GenerateDebugInformation>true</GenerateDebugInformation> <GenerateDebugInformation>true</GenerateDebugInformation>
<SubSystem>Console</SubSystem> <SubSystem>Console</SubSystem>
<RandomizedBaseAddress>false</RandomizedBaseAddress> <RandomizedBaseAddress>false</RandomizedBaseAddress>

View File

@ -58,7 +58,7 @@
<DebugInformationFormat>EditAndContinue</DebugInformationFormat> <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
</ClCompile> </ClCompile>
<Link> <Link>
<AdditionalDependencies>zlib.lib;$(SolutionDir)$(Configuration)\moses.lib;$(SolutionDir)$(Configuration)\kenlm.lib;%(AdditionalDependencies)</AdditionalDependencies> <AdditionalDependencies>zdll.lib;$(SolutionDir)$(Configuration)\moses.lib;$(SolutionDir)$(Configuration)\kenlm.lib;%(AdditionalDependencies)</AdditionalDependencies>
<GenerateDebugInformation>true</GenerateDebugInformation> <GenerateDebugInformation>true</GenerateDebugInformation>
<SubSystem>Console</SubSystem> <SubSystem>Console</SubSystem>
<RandomizedBaseAddress>false</RandomizedBaseAddress> <RandomizedBaseAddress>false</RandomizedBaseAddress>
@ -78,7 +78,7 @@
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat> <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
</ClCompile> </ClCompile>
<Link> <Link>
<AdditionalDependencies>zlib.lib;$(SolutionDir)$(Configuration)\moses.lib;$(SolutionDir)$(Configuration)\kenlm.lib;%(AdditionalDependencies)</AdditionalDependencies> <AdditionalDependencies>zdll.lib;$(SolutionDir)$(Configuration)\moses.lib;$(SolutionDir)$(Configuration)\kenlm.lib;%(AdditionalDependencies)</AdditionalDependencies>
<GenerateDebugInformation>true</GenerateDebugInformation> <GenerateDebugInformation>true</GenerateDebugInformation>
<SubSystem>Console</SubSystem> <SubSystem>Console</SubSystem>
<OptimizeReferences>true</OptimizeReferences> <OptimizeReferences>true</OptimizeReferences>

View File

@ -129,6 +129,10 @@ IOWrapper::~IOWrapper()
delete m_singleBestOutputCollector; delete m_singleBestOutputCollector;
} }
void IOWrapper::ResetTranslationId() {
m_translationId = StaticData::Instance().GetStartTranslationId();
}
InputType*IOWrapper::GetInput(InputType* inputType) InputType*IOWrapper::GetInput(InputType* inputType)
{ {
if(inputType->Read(*m_inputStream, m_inputFactorOrder)) { if(inputType->Read(*m_inputStream, m_inputFactorOrder)) {

View File

@ -85,9 +85,7 @@ public:
void OutputDetailedTranslationReport(const Moses::ChartHypothesis *hypo, long translationId); void OutputDetailedTranslationReport(const Moses::ChartHypothesis *hypo, long translationId);
void Backtrack(const Moses::ChartHypothesis *hypo); void Backtrack(const Moses::ChartHypothesis *hypo);
void ResetTranslationId() { void ResetTranslationId();
m_translationId = 0;
}
Moses::OutputCollector *GetSearchGraphOutputCollector() { Moses::OutputCollector *GetSearchGraphOutputCollector() {
return m_searchGraphOutputCollector; return m_searchGraphOutputCollector;

View File

@ -58,7 +58,7 @@
<DebugInformationFormat>EditAndContinue</DebugInformationFormat> <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
</ClCompile> </ClCompile>
<Link> <Link>
<AdditionalDependencies>zlib.lib;$(SolutionDir)$(Configuration)\moses.lib;$(SolutionDir)$(Configuration)\kenlm.lib;%(AdditionalDependencies)</AdditionalDependencies> <AdditionalDependencies>zdll.lib;$(SolutionDir)$(Configuration)\moses.lib;$(SolutionDir)$(Configuration)\kenlm.lib;%(AdditionalDependencies)</AdditionalDependencies>
<GenerateDebugInformation>true</GenerateDebugInformation> <GenerateDebugInformation>true</GenerateDebugInformation>
<SubSystem>Console</SubSystem> <SubSystem>Console</SubSystem>
<RandomizedBaseAddress>false</RandomizedBaseAddress> <RandomizedBaseAddress>false</RandomizedBaseAddress>
@ -78,7 +78,7 @@
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat> <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
</ClCompile> </ClCompile>
<Link> <Link>
<AdditionalDependencies>zlib.lib;$(SolutionDir)$(Configuration)\moses.lib;$(SolutionDir)$(Configuration)\kenlm.lib;%(AdditionalDependencies)</AdditionalDependencies> <AdditionalDependencies>zdll.lib;$(SolutionDir)$(Configuration)\moses.lib;$(SolutionDir)$(Configuration)\kenlm.lib;%(AdditionalDependencies)</AdditionalDependencies>
<GenerateDebugInformation>true</GenerateDebugInformation> <GenerateDebugInformation>true</GenerateDebugInformation>
<SubSystem>Console</SubSystem> <SubSystem>Console</SubSystem>
<OptimizeReferences>true</OptimizeReferences> <OptimizeReferences>true</OptimizeReferences>

View File

@ -319,13 +319,13 @@
HEADER_SEARCH_PATHS = ( HEADER_SEARCH_PATHS = (
../moses/src, ../moses/src,
../kenlm, ../kenlm,
/opt/local/include,
); );
INSTALL_PATH = "$(HOME)/bin"; INSTALL_PATH = "$(HOME)/bin";
LIBRARY_SEARCH_PATHS = ( LIBRARY_SEARCH_PATHS = (
../irstlm/lib/, ../irstlm/lib,
../srilm/lib/macosx, ../srilm/lib/macosx,
../kenlm/lm, ../kenlm,
../randlm/lib,
); );
OTHER_LDFLAGS = ( OTHER_LDFLAGS = (
"-lflm", "-lflm",
@ -334,7 +334,6 @@
"-ldstruct", "-ldstruct",
"-lz", "-lz",
"-lirstlm", "-lirstlm",
"-lrandlm",
); );
PREBINDING = NO; PREBINDING = NO;
PRODUCT_NAME = "moses-cmd"; PRODUCT_NAME = "moses-cmd";
@ -360,13 +359,13 @@
HEADER_SEARCH_PATHS = ( HEADER_SEARCH_PATHS = (
../moses/src, ../moses/src,
../kenlm, ../kenlm,
/opt/local/include,
); );
INSTALL_PATH = "$(HOME)/bin"; INSTALL_PATH = "$(HOME)/bin";
LIBRARY_SEARCH_PATHS = ( LIBRARY_SEARCH_PATHS = (
../irstlm/lib/, ../irstlm/lib,
../srilm/lib/macosx, ../srilm/lib/macosx,
../kenlm/lm, ../kenlm,
../randlm/lib,
); );
OTHER_LDFLAGS = ( OTHER_LDFLAGS = (
"-lflm", "-lflm",
@ -375,7 +374,6 @@
"-ldstruct", "-ldstruct",
"-lz", "-lz",
"-lirstlm", "-lirstlm",
"-lrandlm",
); );
PREBINDING = NO; PREBINDING = NO;
PRODUCT_NAME = "moses-cmd"; PRODUCT_NAME = "moses-cmd";
@ -393,13 +391,13 @@
HEADER_SEARCH_PATHS = ( HEADER_SEARCH_PATHS = (
../moses/src, ../moses/src,
../kenlm, ../kenlm,
/opt/local/include,
); );
INSTALL_PATH = "$(HOME)/bin"; INSTALL_PATH = "$(HOME)/bin";
LIBRARY_SEARCH_PATHS = ( LIBRARY_SEARCH_PATHS = (
../irstlm/lib/, ../irstlm/lib,
../srilm/lib/macosx, ../srilm/lib/macosx,
../kenlm/lm, ../kenlm,
../randlm/lib,
); );
OTHER_LDFLAGS = ( OTHER_LDFLAGS = (
"-lflm", "-lflm",
@ -408,7 +406,6 @@
"-ldstruct", "-ldstruct",
"-lz", "-lz",
"-lirstlm", "-lirstlm",
"-lrandlm",
); );
PREBINDING = NO; PREBINDING = NO;
PRODUCT_NAME = "moses-cmd"; PRODUCT_NAME = "moses-cmd";

View File

@ -8,14 +8,8 @@ EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "moses", "moses\moses.vcxproj", "{8122157A-0DE5-44FF-8E5B-024ED6ACE7AF}" Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "moses", "moses\moses.vcxproj", "{8122157A-0DE5-44FF-8E5B-024ED6ACE7AF}"
EndProject EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "moses-chart-cmd", "moses-chart-cmd\moses-chart-cmd.vcxproj", "{C3AF5C05-D4EC-41D2-8319-D1E69B9B5820}" Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "moses-chart-cmd", "moses-chart-cmd\moses-chart-cmd.vcxproj", "{C3AF5C05-D4EC-41D2-8319-D1E69B9B5820}"
ProjectSection(ProjectDependencies) = postProject
{42D29D99-FC9A-4860-BD84-7148BEF1DBD3} = {42D29D99-FC9A-4860-BD84-7148BEF1DBD3}
EndProjectSection
EndProject EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "moses-cmd", "moses-cmd\moses-cmd.vcxproj", "{E2233DB1-5592-46FE-9420-E529420612FA}" Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "moses-cmd", "moses-cmd\moses-cmd.vcxproj", "{E2233DB1-5592-46FE-9420-E529420612FA}"
ProjectSection(ProjectDependencies) = postProject
{42D29D99-FC9A-4860-BD84-7148BEF1DBD3} = {42D29D99-FC9A-4860-BD84-7148BEF1DBD3}
EndProjectSection
EndProject EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "OnDiskPt", "OnDiskPt\OnDiskPt.vcxproj", "{8B07671B-CBAF-4514-AFFD-CE238CD427E9}" Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "OnDiskPt", "OnDiskPt\OnDiskPt.vcxproj", "{8B07671B-CBAF-4514-AFFD-CE238CD427E9}"
EndProject EndProject
@ -31,7 +25,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "extract-rules", "scripts\tr
EndProject EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "score", "scripts\training\phrase-extract\score.vcxproj", "{34AC84C7-62A1-4BBE-BCA9-4E95B2341039}" Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "score", "scripts\training\phrase-extract\score.vcxproj", "{34AC84C7-62A1-4BBE-BCA9-4E95B2341039}"
EndProject EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "kenlm", "kenlm\kenlm.vcxproj", "{42D29D99-FC9A-4860-BD84-7148BEF1DBD3}" Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "kenlm", "kenlm\kenlm.vcxproj", "{E834D71C-5D5F-4FB4-A361-88694C438FF9}"
EndProject EndProject
Global Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution GlobalSection(SolutionConfigurationPlatforms) = preSolution
@ -87,10 +81,10 @@ Global
{34AC84C7-62A1-4BBE-BCA9-4E95B2341039}.Debug|Win32.Build.0 = Debug|Win32 {34AC84C7-62A1-4BBE-BCA9-4E95B2341039}.Debug|Win32.Build.0 = Debug|Win32
{34AC84C7-62A1-4BBE-BCA9-4E95B2341039}.Release|Win32.ActiveCfg = Release|Win32 {34AC84C7-62A1-4BBE-BCA9-4E95B2341039}.Release|Win32.ActiveCfg = Release|Win32
{34AC84C7-62A1-4BBE-BCA9-4E95B2341039}.Release|Win32.Build.0 = Release|Win32 {34AC84C7-62A1-4BBE-BCA9-4E95B2341039}.Release|Win32.Build.0 = Release|Win32
{42D29D99-FC9A-4860-BD84-7148BEF1DBD3}.Debug|Win32.ActiveCfg = Debug|Win32 {E834D71C-5D5F-4FB4-A361-88694C438FF9}.Debug|Win32.ActiveCfg = Debug|Win32
{42D29D99-FC9A-4860-BD84-7148BEF1DBD3}.Debug|Win32.Build.0 = Debug|Win32 {E834D71C-5D5F-4FB4-A361-88694C438FF9}.Debug|Win32.Build.0 = Debug|Win32
{42D29D99-FC9A-4860-BD84-7148BEF1DBD3}.Release|Win32.ActiveCfg = Release|Win32 {E834D71C-5D5F-4FB4-A361-88694C438FF9}.Release|Win32.ActiveCfg = Release|Win32
{42D29D99-FC9A-4860-BD84-7148BEF1DBD3}.Release|Win32.Build.0 = Release|Win32 {E834D71C-5D5F-4FB4-A361-88694C438FF9}.Release|Win32.Build.0 = Release|Win32
EndGlobalSection EndGlobalSection
GlobalSection(SolutionProperties) = preSolution GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE HideSolutionNode = FALSE

View File

@ -41,6 +41,8 @@
<IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Configuration)\</IntDir> <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Configuration)\</IntDir>
<OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)$(Configuration)\</OutDir> <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)$(Configuration)\</OutDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Configuration)\</IntDir> <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Configuration)\</IntDir>
<IncludePath Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:\Program Files\boost\boost_1_47;$(IncludePath)</IncludePath>
<IncludePath Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:\Program Files\boost\boost_1_47;$(IncludePath)</IncludePath>
</PropertyGroup> </PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<ClCompile> <ClCompile>
@ -90,10 +92,10 @@
<ClCompile Include="src\ChartTranslationOption.cpp" /> <ClCompile Include="src\ChartTranslationOption.cpp" />
<ClCompile Include="src\ChartTranslationOptionCollection.cpp" /> <ClCompile Include="src\ChartTranslationOptionCollection.cpp" />
<ClCompile Include="src\ChartTranslationOptionList.cpp" /> <ClCompile Include="src\ChartTranslationOptionList.cpp" />
<ClCompile Include="src\ChartTrellisDetour.cpp" />
<ClCompile Include="src\ChartTrellisDetourQueue.cpp" />
<ClCompile Include="src\ChartTrellisNode.cpp" /> <ClCompile Include="src\ChartTrellisNode.cpp" />
<ClCompile Include="src\ChartTrellisPath.cpp" /> <ClCompile Include="src\ChartTrellisPath.cpp" />
<ClCompile Include="src\ChartTrellisPathCollection.cpp" />
<ClCompile Include="src\ChartTrellisPathList.cpp" />
<ClCompile Include="src\ConfusionNet.cpp" /> <ClCompile Include="src\ConfusionNet.cpp" />
<ClCompile Include="src\DecodeFeature.cpp" /> <ClCompile Include="src\DecodeFeature.cpp" />
<ClCompile Include="src\DecodeGraph.cpp" /> <ClCompile Include="src\DecodeGraph.cpp" />
@ -207,6 +209,8 @@
<ClInclude Include="src\ChartTranslationOption.h" /> <ClInclude Include="src\ChartTranslationOption.h" />
<ClInclude Include="src\ChartTranslationOptionCollection.h" /> <ClInclude Include="src\ChartTranslationOptionCollection.h" />
<ClInclude Include="src\ChartTranslationOptionList.h" /> <ClInclude Include="src\ChartTranslationOptionList.h" />
<ClInclude Include="src\ChartTrellisDetour.h" />
<ClInclude Include="src\ChartTrellisDetourQueue.h" />
<ClInclude Include="src\ChartTrellisNode.h" /> <ClInclude Include="src\ChartTrellisNode.h" />
<ClInclude Include="src\ChartTrellisPath.h" /> <ClInclude Include="src\ChartTrellisPath.h" />
<ClInclude Include="src\ChartTrellisPathCollection.h" /> <ClInclude Include="src\ChartTrellisPathCollection.h" />

View File

@ -55,9 +55,6 @@
1E2E1627132A890D00ED4085 /* ChartTrellisNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E2E1611132A890D00ED4085 /* ChartTrellisNode.h */; }; 1E2E1627132A890D00ED4085 /* ChartTrellisNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E2E1611132A890D00ED4085 /* ChartTrellisNode.h */; };
1E2E1628132A890D00ED4085 /* ChartTrellisPath.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1E2E1612132A890D00ED4085 /* ChartTrellisPath.cpp */; }; 1E2E1628132A890D00ED4085 /* ChartTrellisPath.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1E2E1612132A890D00ED4085 /* ChartTrellisPath.cpp */; };
1E2E1629132A890D00ED4085 /* ChartTrellisPath.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E2E1613132A890D00ED4085 /* ChartTrellisPath.h */; }; 1E2E1629132A890D00ED4085 /* ChartTrellisPath.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E2E1613132A890D00ED4085 /* ChartTrellisPath.h */; };
1E2E162A132A890D00ED4085 /* ChartTrellisPathCollection.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1E2E1614132A890D00ED4085 /* ChartTrellisPathCollection.cpp */; };
1E2E162B132A890D00ED4085 /* ChartTrellisPathCollection.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E2E1615132A890D00ED4085 /* ChartTrellisPathCollection.h */; };
1E2E162C132A890D00ED4085 /* ChartTrellisPathList.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1E2E1616132A890D00ED4085 /* ChartTrellisPathList.cpp */; };
1E2E162D132A890D00ED4085 /* ChartTrellisPathList.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E2E1617132A890D00ED4085 /* ChartTrellisPathList.h */; }; 1E2E162D132A890D00ED4085 /* ChartTrellisPathList.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E2E1617132A890D00ED4085 /* ChartTrellisPathList.h */; };
1E2E1639132A892800ED4085 /* OutputCollector.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E2E1632132A892800ED4085 /* OutputCollector.h */; }; 1E2E1639132A892800ED4085 /* OutputCollector.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E2E1632132A892800ED4085 /* OutputCollector.h */; };
1E2E163A132A892800ED4085 /* RuleCube.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1E2E1633132A892800ED4085 /* RuleCube.cpp */; }; 1E2E163A132A892800ED4085 /* RuleCube.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1E2E1633132A892800ED4085 /* RuleCube.cpp */; };
@ -80,6 +77,11 @@
1EBB262D13A12DB500B51840 /* quantizer.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EBB262613A12DB500B51840 /* quantizer.h */; }; 1EBB262D13A12DB500B51840 /* quantizer.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EBB262613A12DB500B51840 /* quantizer.h */; };
1EBB262E13A12DB500B51840 /* RandLMCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EBB262713A12DB500B51840 /* RandLMCache.h */; }; 1EBB262E13A12DB500B51840 /* RandLMCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EBB262713A12DB500B51840 /* RandLMCache.h */; };
1EBB262F13A12DB500B51840 /* RandLMFilter.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EBB262813A12DB500B51840 /* RandLMFilter.h */; }; 1EBB262F13A12DB500B51840 /* RandLMFilter.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EBB262813A12DB500B51840 /* RandLMFilter.h */; };
1ECA43AF146D585900209CEF /* ChartCellLabelSet.h in Headers */ = {isa = PBXBuildFile; fileRef = 1ECA43AD146D585900209CEF /* ChartCellLabelSet.h */; };
1ECA43B0146D585900209CEF /* ChartTrellisDetour.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1ECA43AE146D585900209CEF /* ChartTrellisDetour.cpp */; };
1ECA43B4146D586D00209CEF /* ChartTrellisDetour.h in Headers */ = {isa = PBXBuildFile; fileRef = 1ECA43B1146D586D00209CEF /* ChartTrellisDetour.h */; };
1ECA43B5146D586D00209CEF /* ChartTrellisDetourQueue.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1ECA43B2146D586D00209CEF /* ChartTrellisDetourQueue.cpp */; };
1ECA43B6146D586D00209CEF /* ChartTrellisDetourQueue.h in Headers */ = {isa = PBXBuildFile; fileRef = 1ECA43B3146D586D00209CEF /* ChartTrellisDetourQueue.h */; };
1ED00036124BC2690029177F /* ChartTranslationOption.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1ED00034124BC2690029177F /* ChartTranslationOption.cpp */; }; 1ED00036124BC2690029177F /* ChartTranslationOption.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1ED00034124BC2690029177F /* ChartTranslationOption.cpp */; };
1ED00037124BC2690029177F /* ChartTranslationOption.h in Headers */ = {isa = PBXBuildFile; fileRef = 1ED00035124BC2690029177F /* ChartTranslationOption.h */; }; 1ED00037124BC2690029177F /* ChartTranslationOption.h in Headers */ = {isa = PBXBuildFile; fileRef = 1ED00035124BC2690029177F /* ChartTranslationOption.h */; };
1ED0DE291432A0D200C20FBE /* RuleTableLoaderCompact.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1ED0DE1D1432A0D100C20FBE /* RuleTableLoaderCompact.cpp */; }; 1ED0DE291432A0D200C20FBE /* RuleTableLoaderCompact.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1ED0DE1D1432A0D100C20FBE /* RuleTableLoaderCompact.cpp */; };
@ -323,9 +325,6 @@
1E2E1611132A890D00ED4085 /* ChartTrellisNode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ChartTrellisNode.h; path = src/ChartTrellisNode.h; sourceTree = "<group>"; }; 1E2E1611132A890D00ED4085 /* ChartTrellisNode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ChartTrellisNode.h; path = src/ChartTrellisNode.h; sourceTree = "<group>"; };
1E2E1612132A890D00ED4085 /* ChartTrellisPath.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = ChartTrellisPath.cpp; path = src/ChartTrellisPath.cpp; sourceTree = "<group>"; }; 1E2E1612132A890D00ED4085 /* ChartTrellisPath.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = ChartTrellisPath.cpp; path = src/ChartTrellisPath.cpp; sourceTree = "<group>"; };
1E2E1613132A890D00ED4085 /* ChartTrellisPath.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ChartTrellisPath.h; path = src/ChartTrellisPath.h; sourceTree = "<group>"; }; 1E2E1613132A890D00ED4085 /* ChartTrellisPath.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ChartTrellisPath.h; path = src/ChartTrellisPath.h; sourceTree = "<group>"; };
1E2E1614132A890D00ED4085 /* ChartTrellisPathCollection.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = ChartTrellisPathCollection.cpp; path = src/ChartTrellisPathCollection.cpp; sourceTree = "<group>"; };
1E2E1615132A890D00ED4085 /* ChartTrellisPathCollection.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ChartTrellisPathCollection.h; path = src/ChartTrellisPathCollection.h; sourceTree = "<group>"; };
1E2E1616132A890D00ED4085 /* ChartTrellisPathList.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = ChartTrellisPathList.cpp; path = src/ChartTrellisPathList.cpp; sourceTree = "<group>"; };
1E2E1617132A890D00ED4085 /* ChartTrellisPathList.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ChartTrellisPathList.h; path = src/ChartTrellisPathList.h; sourceTree = "<group>"; }; 1E2E1617132A890D00ED4085 /* ChartTrellisPathList.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ChartTrellisPathList.h; path = src/ChartTrellisPathList.h; sourceTree = "<group>"; };
1E2E1632132A892800ED4085 /* OutputCollector.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = OutputCollector.h; path = src/OutputCollector.h; sourceTree = "<group>"; }; 1E2E1632132A892800ED4085 /* OutputCollector.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = OutputCollector.h; path = src/OutputCollector.h; sourceTree = "<group>"; };
1E2E1633132A892800ED4085 /* RuleCube.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = RuleCube.cpp; path = src/RuleCube.cpp; sourceTree = "<group>"; }; 1E2E1633132A892800ED4085 /* RuleCube.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = RuleCube.cpp; path = src/RuleCube.cpp; sourceTree = "<group>"; };
@ -348,6 +347,11 @@
1EBB262613A12DB500B51840 /* quantizer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = quantizer.h; path = src/DynSAInclude/quantizer.h; sourceTree = "<group>"; }; 1EBB262613A12DB500B51840 /* quantizer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = quantizer.h; path = src/DynSAInclude/quantizer.h; sourceTree = "<group>"; };
1EBB262713A12DB500B51840 /* RandLMCache.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = RandLMCache.h; path = src/DynSAInclude/RandLMCache.h; sourceTree = "<group>"; }; 1EBB262713A12DB500B51840 /* RandLMCache.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = RandLMCache.h; path = src/DynSAInclude/RandLMCache.h; sourceTree = "<group>"; };
1EBB262813A12DB500B51840 /* RandLMFilter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = RandLMFilter.h; path = src/DynSAInclude/RandLMFilter.h; sourceTree = "<group>"; }; 1EBB262813A12DB500B51840 /* RandLMFilter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = RandLMFilter.h; path = src/DynSAInclude/RandLMFilter.h; sourceTree = "<group>"; };
1ECA43AD146D585900209CEF /* ChartCellLabelSet.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ChartCellLabelSet.h; path = src/ChartCellLabelSet.h; sourceTree = "<group>"; };
1ECA43AE146D585900209CEF /* ChartTrellisDetour.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = ChartTrellisDetour.cpp; path = src/ChartTrellisDetour.cpp; sourceTree = "<group>"; };
1ECA43B1146D586D00209CEF /* ChartTrellisDetour.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ChartTrellisDetour.h; path = src/ChartTrellisDetour.h; sourceTree = "<group>"; };
1ECA43B2146D586D00209CEF /* ChartTrellisDetourQueue.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = ChartTrellisDetourQueue.cpp; path = src/ChartTrellisDetourQueue.cpp; sourceTree = "<group>"; };
1ECA43B3146D586D00209CEF /* ChartTrellisDetourQueue.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ChartTrellisDetourQueue.h; path = src/ChartTrellisDetourQueue.h; sourceTree = "<group>"; };
1ED00034124BC2690029177F /* ChartTranslationOption.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = ChartTranslationOption.cpp; path = src/ChartTranslationOption.cpp; sourceTree = "<group>"; }; 1ED00034124BC2690029177F /* ChartTranslationOption.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = ChartTranslationOption.cpp; path = src/ChartTranslationOption.cpp; sourceTree = "<group>"; };
1ED00035124BC2690029177F /* ChartTranslationOption.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ChartTranslationOption.h; path = src/ChartTranslationOption.h; sourceTree = "<group>"; }; 1ED00035124BC2690029177F /* ChartTranslationOption.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ChartTranslationOption.h; path = src/ChartTranslationOption.h; sourceTree = "<group>"; };
1ED0DE1D1432A0D100C20FBE /* RuleTableLoaderCompact.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = RuleTableLoaderCompact.cpp; path = src/RuleTableLoaderCompact.cpp; sourceTree = "<group>"; }; 1ED0DE1D1432A0D100C20FBE /* RuleTableLoaderCompact.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = RuleTableLoaderCompact.cpp; path = src/RuleTableLoaderCompact.cpp; sourceTree = "<group>"; };
@ -569,6 +573,11 @@
08FB7795FE84155DC02AAC07 /* Source */ = { 08FB7795FE84155DC02AAC07 /* Source */ = {
isa = PBXGroup; isa = PBXGroup;
children = ( children = (
1ECA43B1146D586D00209CEF /* ChartTrellisDetour.h */,
1ECA43B2146D586D00209CEF /* ChartTrellisDetourQueue.cpp */,
1ECA43B3146D586D00209CEF /* ChartTrellisDetourQueue.h */,
1ECA43AD146D585900209CEF /* ChartCellLabelSet.h */,
1ECA43AE146D585900209CEF /* ChartTrellisDetour.cpp */,
1E16D086144DAA3F00B60B4F /* LM */, 1E16D086144DAA3F00B60B4F /* LM */,
1ED0FD4C124BB9380029177F /* AlignmentInfo.cpp */, 1ED0FD4C124BB9380029177F /* AlignmentInfo.cpp */,
1ED0FD4D124BB9380029177F /* AlignmentInfo.h */, 1ED0FD4D124BB9380029177F /* AlignmentInfo.h */,
@ -605,9 +614,6 @@
1E2E1611132A890D00ED4085 /* ChartTrellisNode.h */, 1E2E1611132A890D00ED4085 /* ChartTrellisNode.h */,
1E2E1612132A890D00ED4085 /* ChartTrellisPath.cpp */, 1E2E1612132A890D00ED4085 /* ChartTrellisPath.cpp */,
1E2E1613132A890D00ED4085 /* ChartTrellisPath.h */, 1E2E1613132A890D00ED4085 /* ChartTrellisPath.h */,
1E2E1614132A890D00ED4085 /* ChartTrellisPathCollection.cpp */,
1E2E1615132A890D00ED4085 /* ChartTrellisPathCollection.h */,
1E2E1616132A890D00ED4085 /* ChartTrellisPathList.cpp */,
1E2E1617132A890D00ED4085 /* ChartTrellisPathList.h */, 1E2E1617132A890D00ED4085 /* ChartTrellisPathList.h */,
1ED0FD57124BB9380029177F /* ConfusionNet.cpp */, 1ED0FD57124BB9380029177F /* ConfusionNet.cpp */,
1ED0FD58124BB9380029177F /* ConfusionNet.h */, 1ED0FD58124BB9380029177F /* ConfusionNet.h */,
@ -986,7 +992,6 @@
1E2E1625132A890D00ED4085 /* ChartTranslationOptionCollection.h in Headers */, 1E2E1625132A890D00ED4085 /* ChartTranslationOptionCollection.h in Headers */,
1E2E1627132A890D00ED4085 /* ChartTrellisNode.h in Headers */, 1E2E1627132A890D00ED4085 /* ChartTrellisNode.h in Headers */,
1E2E1629132A890D00ED4085 /* ChartTrellisPath.h in Headers */, 1E2E1629132A890D00ED4085 /* ChartTrellisPath.h in Headers */,
1E2E162B132A890D00ED4085 /* ChartTrellisPathCollection.h in Headers */,
1E2E162D132A890D00ED4085 /* ChartTrellisPathList.h in Headers */, 1E2E162D132A890D00ED4085 /* ChartTrellisPathList.h in Headers */,
1E2E1639132A892800ED4085 /* OutputCollector.h in Headers */, 1E2E1639132A892800ED4085 /* OutputCollector.h in Headers */,
1E2E163B132A892800ED4085 /* RuleCube.h in Headers */, 1E2E163B132A892800ED4085 /* RuleCube.h in Headers */,
@ -1021,6 +1026,9 @@
1E078C1C14643AED00A707F4 /* PhraseDictionaryHiero.h in Headers */, 1E078C1C14643AED00A707F4 /* PhraseDictionaryHiero.h in Headers */,
1E078C21146440A900A707F4 /* RuleTableLoaderHiero.h in Headers */, 1E078C21146440A900A707F4 /* RuleTableLoaderHiero.h in Headers */,
1E2755B614667CC3009D1DF9 /* PhraseDictionaryALSuffixArray.h in Headers */, 1E2755B614667CC3009D1DF9 /* PhraseDictionaryALSuffixArray.h in Headers */,
1ECA43AF146D585900209CEF /* ChartCellLabelSet.h in Headers */,
1ECA43B4146D586D00209CEF /* ChartTrellisDetour.h in Headers */,
1ECA43B6146D586D00209CEF /* ChartTrellisDetourQueue.h in Headers */,
); );
runOnlyForDeploymentPostprocessing = 0; runOnlyForDeploymentPostprocessing = 0;
}; };
@ -1171,8 +1179,6 @@
1E2E1624132A890D00ED4085 /* ChartTranslationOptionCollection.cpp in Sources */, 1E2E1624132A890D00ED4085 /* ChartTranslationOptionCollection.cpp in Sources */,
1E2E1626132A890D00ED4085 /* ChartTrellisNode.cpp in Sources */, 1E2E1626132A890D00ED4085 /* ChartTrellisNode.cpp in Sources */,
1E2E1628132A890D00ED4085 /* ChartTrellisPath.cpp in Sources */, 1E2E1628132A890D00ED4085 /* ChartTrellisPath.cpp in Sources */,
1E2E162A132A890D00ED4085 /* ChartTrellisPathCollection.cpp in Sources */,
1E2E162C132A890D00ED4085 /* ChartTrellisPathList.cpp in Sources */,
1E2E163A132A892800ED4085 /* RuleCube.cpp in Sources */, 1E2E163A132A892800ED4085 /* RuleCube.cpp in Sources */,
1E2E163C132A892800ED4085 /* RuleCubeQueue.cpp in Sources */, 1E2E163C132A892800ED4085 /* RuleCubeQueue.cpp in Sources */,
1E2E163E132A892800ED4085 /* ThreadPool.cpp in Sources */, 1E2E163E132A892800ED4085 /* ThreadPool.cpp in Sources */,
@ -1199,6 +1205,8 @@
1E078C1F14643C2000A707F4 /* PhraseDictionaryHiero.cpp in Sources */, 1E078C1F14643C2000A707F4 /* PhraseDictionaryHiero.cpp in Sources */,
1E078C23146440F700A707F4 /* RuleTableLoaderHiero.cpp in Sources */, 1E078C23146440F700A707F4 /* RuleTableLoaderHiero.cpp in Sources */,
1E2755B314667CA4009D1DF9 /* PhraseDictionaryALSuffixArray.cpp in Sources */, 1E2755B314667CA4009D1DF9 /* PhraseDictionaryALSuffixArray.cpp in Sources */,
1ECA43B0146D585900209CEF /* ChartTrellisDetour.cpp in Sources */,
1ECA43B5146D586D00209CEF /* ChartTrellisDetourQueue.cpp in Sources */,
); );
runOnlyForDeploymentPostprocessing = 0; runOnlyForDeploymentPostprocessing = 0;
}; };

View File

@ -257,13 +257,13 @@ TO_STRING_BODY(ChartHypothesis)
std::ostream& operator<<(std::ostream& out, const ChartHypothesis& hypo) std::ostream& operator<<(std::ostream& out, const ChartHypothesis& hypo)
{ {
out << &hypo; out << hypo.GetId();
// recombination // recombination
if (hypo.GetWinningHypothesis() != NULL && if (hypo.GetWinningHypothesis() != NULL &&
hypo.GetWinningHypothesis() != &hypo) hypo.GetWinningHypothesis() != &hypo)
{ {
out << "->" << hypo.GetWinningHypothesis(); out << "->" << hypo.GetWinningHypothesis()->GetId();
} }
out << " " << hypo.GetCurrTargetPhrase() out << " " << hypo.GetCurrTargetPhrase()
@ -273,7 +273,7 @@ std::ostream& operator<<(std::ostream& out, const ChartHypothesis& hypo)
HypoList::const_iterator iter; HypoList::const_iterator iter;
for (iter = hypo.GetPrevHypos().begin(); iter != hypo.GetPrevHypos().end(); ++iter) { for (iter = hypo.GetPrevHypos().begin(); iter != hypo.GetPrevHypos().end(); ++iter) {
const ChartHypothesis &prevHypo = **iter; const ChartHypothesis &prevHypo = **iter;
out << " " << &prevHypo; out << " " << prevHypo.GetId();
} }
out << " [total=" << hypo.GetTotalScore() << "]"; out << " [total=" << hypo.GetTotalScore() << "]";

View File

@ -50,7 +50,7 @@ const Factor *FactorCollection::AddFactor(const StringPiece &factorString)
if (i != m_set.end()) return &i->in; if (i != m_set.end()) return &i->in;
} }
boost::unique_lock<boost::shared_mutex> lock(m_accessLock); boost::unique_lock<boost::shared_mutex> lock(m_accessLock);
#if BOOST_VERSION >= 102400 #if BOOST_VERSION >= 104200
FactorFriend to_ins; FactorFriend to_ins;
to_ins.in.m_string.assign(factorString.data(), factorString.size()); to_ins.in.m_string.assign(factorString.data(), factorString.size());
#endif // BOOST_VERSION #endif // BOOST_VERSION

View File

@ -146,6 +146,7 @@ Parameter::Parameter()
AddParam("show-weights", "print feature weights and exit"); AddParam("show-weights", "print feature weights and exit");
AddParam("alignment-output-file", "print output word alignments into given file"); AddParam("alignment-output-file", "print output word alignments into given file");
AddParam("sort-word-alignment", "Sort word alignments for more consistent display. 0=no sort (default), 1=target order"); AddParam("sort-word-alignment", "Sort word alignments for more consistent display. 0=no sort (default), 1=target order");
AddParam("start-translation-id", "Id of 1st input. Default = 0");
} }
Parameter::~Parameter() Parameter::~Parameter()

View File

@ -431,6 +431,9 @@ bool StaticData::LoadData(Parameter *parameter)
} }
} }
m_startTranslationId = (m_parameter->GetParam("start-translation-id").size() > 0) ?
Scan<long>(m_parameter->GetParam("start-translation-id")[0]) : 0;
// Read in constraint decoding file, if provided // Read in constraint decoding file, if provided
if(m_parameter->GetParam("constraint").size()) { if(m_parameter->GetParam("constraint").size()) {
if (m_parameter->GetParam("search-algorithm").size() > 0 if (m_parameter->GetParam("search-algorithm").size() > 0
@ -443,8 +446,8 @@ bool StaticData::LoadData(Parameter *parameter)
InputFileStream constraintFile(m_constraintFileName); InputFileStream constraintFile(m_constraintFileName);
std::string line; std::string line;
long sentenceID = -1; long sentenceID = GetStartTranslationId() - 1;
while (getline(constraintFile, line)) { while (getline(constraintFile, line)) {
vector<string> vecStr = Tokenize(line, "\t"); vector<string> vecStr = Tokenize(line, "\t");

View File

@ -210,7 +210,8 @@ protected:
WordAlignmentSort m_wordAlignmentSort; WordAlignmentSort m_wordAlignmentSort;
int m_threadCount; int m_threadCount;
long m_startTranslationId;
StaticData(); StaticData();
void LoadPhraseBasedParameters(); void LoadPhraseBasedParameters();
@ -610,6 +611,9 @@ public:
int ThreadCount() const { int ThreadCount() const {
return m_threadCount; return m_threadCount;
} }
long GetStartTranslationId() const
{ return m_startTranslationId; }
}; };
} }

View File

@ -17,6 +17,7 @@ my @tests = qw (
score.hierarchical score.hierarchical
score.hierarchical-inv score.hierarchical-inv
mert.basic mert.basic
mert.pro
mert.extractor-txt mert.extractor-txt
mert.extractor-bin mert.extractor-bin
chart.target-syntax chart.target-syntax

View File

@ -0,0 +1,13 @@
#! /bin/sh -w
bin=$1; shift
testdir=$1; shift
cd $testdir
cmd="$bin/mert --scfile data/SCORESTAT.txt --ffile data/FEATSTAT.txt --ifile data/INIT -d 14 -p stdout -r 1000"
#echo $cmd
#$cmd
#echo $cmd
#cmd="$bin/mert --scfile data/SCORESTAT.bin --ffile data/FEATSTAT.bin --ifile data/INIT -p stdout -d 14 -r 1000"
$cmd

Binary file not shown.

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,3 @@
0.4 0.15 0.15 0.15 0.15 0.15 0.15 0.5 -1 0.2 0.2 0.2 0.2 0.2
0 0 0 0 0 0 0 0 0 0 0 0 0 0
1 1 1 1 1 1 1 1 1 1 1 1 1 1

Binary file not shown.

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,10 @@
#!/usr/bin/perl
$x=0;
while (<>) {
chomp;
next if !/savetxt/;
s/.+?(ngram)/$1/i;
$x++;
print "STDERR_$x=$_\n";
}

View File

@ -0,0 +1,8 @@
#!/usr/bin/perl
$x=0;
while (<>) {
chomp;
$x++;
print "STDOUT_$x=$_\n";
}

View File

@ -0,0 +1,700 @@
1 F1 0.85923 F4 3.34466 F7 -15.1824 F8 26.4767 F9 10.874 F10 8.092 F11 -8.3031 F12 -0.9999 F13 -5
0 F1 -0.85923 F4 -3.34466 F7 15.1824 F8 -26.4767 F9 -10.874 F10 -8.092 F11 8.3031 F12 0.9999 F13 5
1 F1 0.31138 F4 2.92624 F7 -7.825 F8 12.1253 F9 4.853 F10 3.1072 F11 -4.7918 F13 -4
0 F1 -0.31138 F4 -2.92624 F7 7.825 F8 -12.1253 F9 -4.853 F10 -3.1072 F11 4.7918 F13 4
1 F1 0.41013 F4 3.31341 F7 -8.998 F8 13.8114 F9 6.16 F10 4.0173 F11 -6.1283 F12 -0.9999 F13 -4
0 F1 -0.41013 F4 -3.31341 F7 8.998 F8 -13.8114 F9 -6.16 F10 -4.0173 F11 6.1283 F12 0.9999 F13 4
1 F1 0.54417 F4 1.47975 F7 -6.313 F8 9.12881 F9 4.731 F10 3.7282 F11 -4.6302 F12 0.9999 F13 -3
0 F1 -0.54417 F4 -1.47975 F7 6.313 F8 -9.12881 F9 -4.731 F10 -3.7282 F11 4.6302 F12 -0.9999 F13 3
1 F1 0.0611596 F4 3.37823 F7 -8.998 F8 15.1229 F9 6.16 F10 4.8793 F11 -6.1283 F12 -0.9999 F13 -4
0 F1 -0.0611596 F4 -3.37823 F7 8.998 F8 -15.1229 F9 -6.16 F10 -4.8793 F11 6.1283 F12 0.9999 F13 4
1 F1 0.5627 F4 1.82763 F7 -6.313 F8 10.1228 F9 4.731 F10 3.1072 F11 -4.6302 F13 -3
0 F1 -0.5627 F4 -1.82763 F7 6.313 F8 -10.1228 F9 -4.731 F10 -3.1072 F11 4.6302 F13 3
1 F1 0.38003 F4 2.70478 F7 -7.825 F8 11.4733 F9 4.853 F10 3.4724 F11 -4.7918 F12 0.9999 F13 -4
0 F1 -0.38003 F4 -2.70478 F7 7.825 F8 -11.4733 F9 -4.853 F10 -3.4724 F11 4.7918 F12 -0.9999 F13 4
1 F1 1.1238 F4 3.54528 F7 -15.1824 F8 26.434 F9 10.874 F10 7.78 F11 -8.3031 F12 -0.9999 F13 -5
0 F1 -1.1238 F4 -3.54528 F7 15.1824 F8 -26.434 F9 -10.874 F10 -7.78 F11 8.3031 F12 0.9999 F13 5
1 F1 0.85923 F4 3.34466 F7 -15.1824 F8 26.4767 F9 10.874 F10 8.092 F11 -8.3031 F12 -0.9999 F13 -5
0 F1 -0.85923 F4 -3.34466 F7 15.1824 F8 -26.4767 F9 -10.874 F10 -8.092 F11 8.3031 F12 0.9999 F13 5
1 F1 0.6747 F4 3.51403 F7 -8.998 F8 13.7687 F9 6.16 F10 3.7053 F11 -6.1283 F12 -0.9999 F13 -4
0 F1 -0.6747 F4 -3.51403 F7 8.998 F8 -13.7687 F9 -6.16 F10 -3.7053 F11 6.1283 F12 0.9999 F13 4
1 F1 0.0468102 F4 2.72562 F7 -7.825 F8 12.168 F9 4.853 F10 3.4192 F11 -4.7918 F13 -4
0 F1 -0.0468102 F4 -2.72562 F7 7.825 F8 -12.168 F9 -4.853 F10 -3.4192 F11 4.7918 F13 4
1 F1 0.66662 F4 2.49411 F7 -7.825 F8 11.7473 F9 4.853 F10 2.5515 F11 -4.7918 F12 0.9999 F13 -4
0 F1 -0.66662 F4 -2.49411 F7 7.825 F8 -11.7473 F9 -4.853 F10 -2.5515 F11 4.7918 F12 -0.9999 F13 4
1 F1 0.4164 F4 2.9461 F7 -8.998 F8 14.7449 F9 6.16 F10 4.3236 F11 -6.1283 F13 -4
0 F1 -0.4164 F4 -2.9461 F7 8.998 F8 -14.7449 F9 -6.16 F10 -4.3236 F11 6.1283 F13 4
1 F1 0.74335 F4 3.29257 F7 -8.998 F8 13.1167 F9 6.16 F10 4.0705 F11 -6.1283 F13 -4
0 F1 -0.74335 F4 -3.29257 F7 8.998 F8 -13.1167 F9 -6.16 F10 -4.0705 F11 6.1283 F13 4
1 F1 0.89591 F4 1.8068 F7 -6.313 F8 9.4281 F9 4.731 F10 3.1604 F11 -4.6302 F12 0.9999 F13 -3
0 F1 -0.89591 F4 -1.8068 F7 6.313 F8 -9.4281 F9 -4.731 F10 -3.1604 F11 4.6302 F12 -0.9999 F13 3
1 F1 1.47904 F4 3.11315 F7 -15.1824 F8 26.056 F9 10.874 F10 7.2243 F11 -8.3031 F13 -5
0 F1 -1.47904 F4 -3.11315 F7 15.1824 F8 -26.056 F9 -10.874 F10 -7.2243 F11 8.3031 F13 5
1 F1 1.44376 F4 2.22521 F7 -13.6706 F8 23.7795 F9 10.752 F10 8.1452 F11 -8.1415 F13 -4
0 F1 -1.44376 F4 -2.22521 F7 13.6706 F8 -23.7795 F9 -10.752 F10 -8.1452 F11 8.1415 F13 4
1 F1 1.44376 F4 2.22521 F7 -13.6706 F8 23.7795 F9 10.752 F10 8.1452 F11 -8.1415 F13 -4
0 F1 -1.44376 F4 -2.22521 F7 13.6706 F8 -23.7795 F9 -10.752 F10 -8.1452 F11 8.1415 F13 4
1 F1 1.36984 F4 3.39803 F7 -15.1824 F8 25.3973 F9 10.874 F10 8.089 F11 -8.3031 F13 -5
0 F1 -1.36984 F4 -3.39803 F7 15.1824 F8 -25.3973 F9 -10.874 F10 -8.089 F11 8.3031 F13 5
1 F1 0.85923 F4 3.34466 F7 -15.1824 F8 26.4767 F9 10.874 F10 8.092 F11 -8.3031 F12 -0.9999 F13 -5
0 F1 -0.85923 F4 -3.34466 F7 15.1824 F8 -26.4767 F9 -10.874 F10 -8.092 F11 8.3031 F12 0.9999 F13 5
1 F1 0.6747 F4 3.51403 F7 -8.998 F8 13.7687 F9 6.16 F10 3.7053 F11 -6.1283 F12 -0.9999 F13 -4
0 F1 -0.6747 F4 -3.51403 F7 8.998 F8 -13.7687 F9 -6.16 F10 -3.7053 F11 6.1283 F12 0.9999 F13 4
1 F1 0.55742 F4 2.77899 F7 -7.825 F8 11.0886 F9 4.853 F10 3.4162 F11 -4.7918 F12 0.9999 F13 -4
0 F1 -0.55742 F4 -2.77899 F7 7.825 F8 -11.0886 F9 -4.853 F10 -3.4162 F11 4.7918 F12 -0.9999 F13 4
1 F1 0.4164 F4 2.9461 F7 -8.998 F8 14.7449 F9 6.16 F10 4.3236 F11 -6.1283 F13 -4
0 F1 -0.4164 F4 -2.9461 F7 8.998 F8 -14.7449 F9 -6.16 F10 -4.3236 F11 6.1283 F13 4
1 F1 0.89592 F4 1.8068 F7 -6.313 F8 9.4282 F9 4.731 F10 3.1604 F11 -4.6302 F12 0.9999 F13 -3
0 F1 -0.89592 F4 -1.8068 F7 6.313 F8 -9.4282 F9 -4.731 F10 -3.1604 F11 4.6302 F12 -0.9999 F13 3
1 F1 0.5627 F4 1.82763 F7 -6.313 F8 10.1229 F9 4.731 F10 3.1072 F11 -4.6302 F13 -3
0 F1 -0.5627 F4 -1.82763 F7 6.313 F8 -10.1229 F9 -4.731 F10 -3.1072 F11 4.6302 F13 3
1 F1 0.66662 F4 2.49411 F7 -7.825 F8 11.7473 F9 4.853 F10 2.5515 F11 -4.7918 F12 0.9999 F13 -4
0 F1 -0.66662 F4 -2.49411 F7 7.825 F8 -11.7473 F9 -4.853 F10 -2.5515 F11 4.7918 F12 -0.9999 F13 4
1 F1 0.31138 F4 2.92624 F7 -7.825 F8 12.1253 F9 4.853 F10 3.1072 F11 -4.7918 F13 -4
0 F1 -0.31138 F4 -2.92624 F7 7.825 F8 -12.1253 F9 -4.853 F10 -3.1072 F11 4.7918 F13 4
1 F1 1.11054 F4 2.24605 F7 -13.6706 F8 24.4742 F9 10.752 F10 8.092 F11 -8.1415 F12 -0.9999 F13 -4
0 F1 -1.11054 F4 -2.24605 F7 13.6706 F8 -24.4742 F9 -10.752 F10 -8.092 F11 8.1415 F12 0.9999 F13 4
1 F1 0.38003 F4 2.70478 F7 -7.825 F8 11.4733 F9 4.853 F10 3.4724 F11 -4.7918 F12 0.9999 F13 -4
0 F1 -0.38003 F4 -2.70478 F7 7.825 F8 -11.4733 F9 -4.853 F10 -3.4724 F11 4.7918 F12 -0.9999 F13 4
1 F1 0.63134 F4 1.60617 F7 -6.313 F8 9.4708 F9 4.731 F10 3.4724 F11 -4.6302 F12 0.9999 F13 -3
0 F1 -0.63134 F4 -1.60617 F7 6.313 F8 -9.4708 F9 -4.731 F10 -3.4724 F11 4.6302 F12 -0.9999 F13 3
1 F1 0.6446 F4 2.90541 F7 -7.825 F8 11.4306 F9 4.853 F10 3.1604 F11 -4.7918 F12 0.9999 F13 -4
0 F1 -0.6446 F4 -2.90541 F7 7.825 F8 -11.4306 F9 -4.853 F10 -3.1604 F11 4.7918 F12 -0.9999 F13 4
1 F1 0.5627 F4 1.82763 F7 -6.313 F8 10.1228 F9 4.731 F10 3.1072 F11 -4.6302 F13 -3
0 F1 -0.5627 F4 -1.82763 F7 6.313 F8 -10.1228 F9 -4.731 F10 -3.1072 F11 4.6302 F13 3
1 F1 0.29813 F4 1.62701 F7 -6.313 F8 10.1656 F9 4.731 F10 3.4192 F11 -4.6302 F13 -3
0 F1 -0.29813 F4 -1.62701 F7 6.313 F8 -10.1656 F9 -4.731 F10 -3.4192 F11 4.6302 F13 3
1 F1 0.38003 F4 2.70478 F7 -7.825 F8 11.4733 F9 4.853 F10 3.4724 F11 -4.7918 F12 0.9999 F13 -4
0 F1 -0.38003 F4 -2.70478 F7 7.825 F8 -11.4733 F9 -4.853 F10 -3.4724 F11 4.7918 F12 -0.9999 F13 4
1 F1 -0.20341 F4 3.17761 F7 -8.998 F8 15.1656 F9 6.16 F10 5.1913 F11 -6.1283 F12 -0.9999 F13 -4
0 F1 0.20341 F4 -3.17761 F7 8.998 F8 -15.1656 F9 -6.16 F10 -5.1913 F11 6.1283 F12 0.9999 F13 4
1 F1 0.80874 F4 1.68038 F7 -6.313 F8 9.08611 F9 4.731 F10 3.4162 F11 -4.6302 F12 0.9999 F13 -3
0 F1 -0.80874 F4 -1.68038 F7 6.313 F8 -9.08611 F9 -4.731 F10 -3.4162 F11 4.6302 F12 -0.9999 F13 3
1 F1 0.81402 F4 0.72902 F7 -4.801 F8 8.1204 F9 4.609 F10 3.1072 F11 -4.4686 F13 -2
0 F1 -0.81402 F4 -0.72902 F7 4.801 F8 -8.1204 F9 -4.609 F10 -3.1072 F11 4.4686 F13 2
1 F1 1.62115 F4 2.29942 F7 -13.6706 F8 23.3948 F9 10.752 F10 8.089 F11 -8.1415 F13 -4
0 F1 -1.62115 F4 -2.29942 F7 13.6706 F8 -23.3948 F9 -10.752 F10 -8.089 F11 8.1415 F13 4
1 F1 2.23997 F4 0.95212 F7 -4.801 F8 2.0695 F9 4.67 F10 2.4229 F11 -5.1421 F12 0.9999 F13 -2
0 F1 -2.23997 F4 -0.95212 F7 4.801 F8 -2.0695 F9 -4.67 F10 -2.4229 F11 5.1421 F12 -0.9999 F13 2
1 F1 0.80874 F4 1.68038 F7 -6.313 F8 9.08611 F9 4.731 F10 3.4162 F11 -4.6302 F12 0.9999 F13 -3
0 F1 -0.80874 F4 -1.68038 F7 6.313 F8 -9.08611 F9 -4.731 F10 -3.4162 F11 4.6302 F12 -0.9999 F13 3
1 F1 1.73035 F4 2.01454 F7 -13.6706 F8 24.0535 F9 10.752 F10 7.2243 F11 -8.1415 F13 -4
0 F1 -1.73035 F4 -2.01454 F7 13.6706 F8 -24.0535 F9 -10.752 F10 -7.2243 F11 8.1415 F13 4
1 F1 0.69157 F4 2.15972 F7 -2.761 F8 6.51711 F9 0.523003 F10 0.186699 F11 -10.1662 F12 0.9999 F13 -4
0 F1 -0.69157 F4 -2.15972 F7 2.761 F8 -6.51711 F9 -0.523003 F10 -0.186699 F11 10.1662 F12 -0.9999 F13 4
1 F1 0.63135 F4 1.60617 F7 -6.313 F8 9.4709 F9 4.731 F10 3.4724 F11 -4.6302 F12 0.9999 F13 -3
0 F1 -0.63135 F4 -1.60617 F7 6.313 F8 -9.4709 F9 -4.731 F10 -3.4724 F11 4.6302 F12 -0.9999 F13 3
1 F1 0.71359 F4 1.74842 F7 -2.761 F8 6.8338 F9 0.523003 F10 -0.422201 F11 -10.1662 F12 0.9999 F13 -4
0 F1 -0.71359 F4 -1.74842 F7 2.761 F8 -6.8338 F9 -0.523003 F10 0.422201 F11 10.1662 F12 -0.9999 F13 4
1 F1 0.41013 F4 3.31341 F7 -8.998 F8 13.8114 F9 6.16 F10 4.0173 F11 -6.1283 F12 -0.9999 F13 -4
0 F1 -0.41013 F4 -3.31341 F7 8.998 F8 -13.8114 F9 -6.16 F10 -4.0173 F11 6.1283 F12 0.9999 F13 4
1 F1 0.60439 F4 2.0333 F7 -2.761 F8 6.1751 F9 0.523003 F10 0.4424 F11 -10.1662 F12 0.9999 F13 -4
0 F1 -0.60439 F4 -2.0333 F7 2.761 F8 -6.1751 F9 -0.523003 F10 -0.4424 F11 10.1662 F12 -0.9999 F13 4
1 F1 0.60439 F4 2.0333 F7 -2.761 F8 6.1751 F9 0.523003 F10 0.4424 F11 -10.1662 F12 0.9999 F13 -4
0 F1 -0.60439 F4 -2.0333 F7 2.761 F8 -6.1751 F9 -0.523003 F10 -0.4424 F11 10.1662 F12 -0.9999 F13 4
1 F1 0.74335 F4 3.29257 F7 -8.998 F8 13.1167 F9 6.16 F10 4.0705 F11 -6.1283 F13 -4
0 F1 -0.74335 F4 -3.29257 F7 8.998 F8 -13.1167 F9 -6.16 F10 -4.0705 F11 6.1283 F13 4
1 F1 1.1238 F4 3.54528 F7 -15.1824 F8 26.434 F9 10.874 F10 7.78 F11 -8.3031 F12 -0.9999 F13 -5
0 F1 -1.1238 F4 -3.54528 F7 15.1824 F8 -26.434 F9 -10.874 F10 -7.78 F11 8.3031 F12 0.9999 F13 5
1 F1 0.69157 F4 2.15972 F7 -2.761 F8 6.51711 F9 0.523003 F10 0.186699 F11 -10.1662 F12 0.9999 F13 -4
0 F1 -0.69157 F4 -2.15972 F7 2.761 F8 -6.51711 F9 -0.523003 F10 -0.186699 F11 10.1662 F12 -0.9999 F13 4
1 F1 -2.74764 F4 -1.29427 F7 4.2267 F8 8.7141 F9 4.3838 F10 0.0963001 F11 -10.179 F12 0.999889 F13 -5
0 F1 2.74764 F4 1.29427 F7 -4.2267 F8 -8.7141 F9 -4.3838 F10 -0.0963001 F11 10.179 F12 -0.999889 F13 5
1 F1 -0.30846 F4 -0.10751 F7 -7.8491 F8 23.6495 F9 10.9917 F10 5.9875 F11 -14.1523 F13 -8
0 F1 0.30846 F4 0.10751 F7 7.8491 F8 -23.6495 F9 -10.9917 F10 -5.9875 F11 14.1523 F13 8
1 F1 -1.24867 F4 -1.23482 F7 -1.0403 F8 16.2154 F9 8.78619 F10 2.6941 F11 -16.4733 F12 1.99983 F13 -8
0 F1 1.24867 F4 1.23482 F7 1.0403 F8 -16.2154 F9 -8.78619 F10 -2.6941 F11 16.4733 F12 -1.99983 F13 8
1 F1 -1.24953 F4 -1.0667 F7 -1.0403 F8 17.3607 F9 8.78619 F10 0.8258 F11 -16.4733 F12 2.99973 F13 -8
0 F1 1.24953 F4 1.0667 F7 1.0403 F8 -17.3607 F9 -8.78619 F10 -0.8258 F11 16.4733 F12 -2.99973 F13 8
1 F1 -1.73169 F4 -1.33689 F7 -1.0403 F8 20.51 F9 8.78619 F10 2.2898 F11 -16.4733 F12 1.99983 F13 -8
0 F1 1.73169 F4 1.33689 F7 1.0403 F8 -20.51 F9 -8.78619 F10 -2.2898 F11 16.4733 F12 -1.99983 F13 8
1 F1 0.49841 F4 -2.0893 F7 -6.3697 F8 23.2442 F9 16.1642 F10 2.4178 F11 -17.1645 F12 0.999941 F13 -7
0 F1 -0.49841 F4 2.0893 F7 6.3697 F8 -23.2442 F9 -16.1642 F10 -2.4178 F11 17.1645 F12 -0.999941 F13 7
1 F1 -1.01107 F4 -0.96793 F7 -1.0403 F8 19.2125 F9 8.78619 F10 2.8909 F11 -16.4733 F12 1.99983 F13 -8
0 F1 1.01107 F4 0.96793 F7 1.0403 F8 -19.2125 F9 -8.78619 F10 -2.8909 F11 16.4733 F12 -1.99983 F13 8
1 F1 -0.30846 F4 -0.10751 F7 -7.8491 F8 23.6495 F9 10.9917 F10 5.9875 F11 -14.1523 F13 -8
0 F1 0.30846 F4 0.10751 F7 7.8491 F8 -23.6495 F9 -10.9917 F10 -5.9875 F11 14.1523 F13 8
1 F1 -2.12064 F4 -1.75011 F7 4.2267 F8 6.9365 F9 2.26189 F10 0.250801 F11 -10.4168 F12 0.999889 F13 -5
0 F1 2.12064 F4 1.75011 F7 -4.2267 F8 -6.9365 F9 -2.26189 F10 -0.250801 F11 10.4168 F12 -0.999889 F13 5
1 F1 -2.03773 F4 -0.74793 F7 4.2267 F8 5.6209 F9 4.3838 F10 -1.5934 F11 -10.179 F12 0.999889 F13 -5
0 F1 2.03773 F4 0.74793 F7 -4.2267 F8 -5.6209 F9 -4.3838 F10 1.5934 F11 10.179 F12 -0.999889 F13 5
1 F1 0.73686 F4 -1.99054 F7 -6.3697 F8 25.096 F9 16.1642 F10 4.4829 F11 -17.1645 F13 -7
0 F1 -0.73686 F4 1.99054 F7 6.3697 F8 -25.096 F9 -16.1642 F10 -4.4829 F11 17.1645 F13 7
1 F1 -1.77538 F4 -1.7539 F7 4.2267 F8 9.7848 F9 2.08749 F10 0.4937 F11 -9.9871 F12 1.99983 F13 -5
0 F1 1.77538 F4 1.7539 F7 -4.2267 F8 -9.7848 F9 -2.08749 F10 -0.4937 F11 9.9871 F12 -1.99983 F13 5
1 F1 1.40822 F4 -2.26277 F7 -6.3697 F8 25.558 F9 13.8679 F10 5.3832 F11 -16.9726 F12 0.999889 F13 -7
0 F1 -1.40822 F4 2.26277 F7 6.3697 F8 -25.558 F9 -13.8679 F10 -5.3832 F11 16.9726 F12 -0.999889 F13 7
1 F1 -2.12064 F4 -1.75011 F7 4.2267 F8 6.9365 F9 2.26189 F10 0.250801 F11 -10.4168 F12 0.999889 F13 -5
0 F1 2.12064 F4 1.75011 F7 -4.2267 F8 -6.9365 F9 -2.26189 F10 -0.250801 F11 10.4168 F12 -0.999889 F13 5
1 F1 -1.33643 F4 -1.61013 F7 -1.0403 F8 17.9322 F9 8.96059 F10 2.7023 F11 -16.9031 F12 0.999889 F13 -8
0 F1 1.33643 F4 1.61013 F7 1.0403 F8 -17.9322 F9 -8.96059 F10 -2.7023 F11 16.9031 F12 -0.999889 F13 8
1 F1 -1.24953 F4 -1.0667 F7 -1.0403 F8 17.3607 F9 8.78619 F10 0.8258 F11 -16.4733 F12 2.99973 F13 -8
0 F1 1.24953 F4 1.0667 F7 1.0403 F8 -17.3607 F9 -8.78619 F10 -0.8258 F11 16.4733 F12 -2.99973 F13 8
1 F1 -0.30846 F4 -0.10751 F7 -7.8491 F8 23.6495 F9 10.9917 F10 5.9875 F11 -14.1523 F13 -8
0 F1 0.30846 F4 0.10751 F7 7.8491 F8 -23.6495 F9 -10.9917 F10 -5.9875 F11 14.1523 F13 8
1 F1 -1.81884 F4 -0.68596 F7 4.2267 F8 10.1998 F9 4.3838 F10 1.4494 F11 -10.179 F13 -5
0 F1 1.81884 F4 0.68596 F7 -4.2267 F8 -10.1998 F9 -4.3838 F10 -1.4494 F11 10.179 F13 5
1 F1 -1.34226 F4 -0.63994 F7 -1.0403 F8 19.5352 F9 8.78619 F10 2.0807 F11 -16.4733 F12 1.99983 F13 -8
0 F1 1.34226 F4 0.63994 F7 1.0403 F8 -19.5352 F9 -8.78619 F10 -2.0807 F11 16.4733 F12 -1.99983 F13 8
1 F1 -1.34226 F4 -0.63994 F7 -1.0403 F8 19.5352 F9 8.78619 F10 2.0807 F11 -16.4733 F12 1.99983 F13 -8
0 F1 1.34226 F4 0.63994 F7 1.0403 F8 -19.5352 F9 -8.78619 F10 -2.0807 F11 16.4733 F12 -1.99983 F13 8
1 F1 -1.10379 F4 -0.54118 F7 -1.0403 F8 21.387 F9 8.78619 F10 4.1459 F11 -16.4733 F12 0.999889 F13 -8
0 F1 1.10379 F4 0.54118 F7 1.0403 F8 -21.387 F9 -8.78619 F10 -4.1459 F11 16.4733 F12 -0.999889 F13 8
1 F1 -1.81884 F4 -0.68596 F7 4.2267 F8 10.1998 F9 4.3838 F10 1.4494 F11 -10.179 F13 -5
0 F1 1.81884 F4 0.68596 F7 -4.2267 F8 -10.1998 F9 -4.3838 F10 -1.4494 F11 10.179 F13 5
1 F1 -2.0573 F4 -0.78472 F7 4.2267 F8 8.348 F9 4.3838 F10 -0.6157 F11 -10.179 F12 0.999889 F13 -5
0 F1 2.0573 F4 0.78472 F7 -4.2267 F8 -8.348 F9 -4.3838 F10 0.6157 F11 10.179 F12 -0.999889 F13 5
1 F1 -0.30846 F4 -0.10751 F7 -7.8491 F8 23.6495 F9 10.9917 F10 5.9875 F11 -14.1523 F13 -8
0 F1 0.30846 F4 0.10751 F7 7.8491 F8 -23.6495 F9 -10.9917 F10 -5.9875 F11 14.1523 F13 8
1 F1 -2.74764 F4 -1.29427 F7 4.2267 F8 8.7141 F9 4.3838 F10 0.0963001 F11 -10.179 F12 0.999889 F13 -5
0 F1 2.74764 F4 1.29427 F7 -4.2267 F8 -8.7141 F9 -4.3838 F10 -0.0963001 F11 10.179 F12 -0.999889 F13 5
1 F1 -2.13709 F4 -1.62846 F7 4.2267 F8 5.8546 F9 2.08749 F10 -1.0354 F11 -9.9871 F12 2.99973 F13 -5
0 F1 2.13709 F4 1.62846 F7 -4.2267 F8 -5.8546 F9 -2.08749 F10 1.0354 F11 9.9871 F12 -2.99973 F13 5
1 F1 -1.33643 F4 -1.61013 F7 -1.0403 F8 17.9322 F9 8.96059 F10 2.7023 F11 -16.9031 F12 0.999889 F13 -8
0 F1 1.33643 F4 1.61013 F7 1.0403 F8 -17.9322 F9 -8.96059 F10 -2.7023 F11 16.9031 F12 -0.999889 F13 8
1 F1 -2.31475 F4 -1.66526 F7 4.2267 F8 7.3243 F9 2.08749 F10 -1.0685 F11 -9.9871 F12 2.99973 F13 -5
0 F1 2.31475 F4 1.66526 F7 -4.2267 F8 -7.3243 F9 -2.08749 F10 1.0685 F11 9.9871 F12 -2.99973 F13 5
1 F1 -2.0573 F4 -0.78472 F7 4.2267 F8 8.348 F9 4.3838 F10 -0.6157 F11 -10.179 F12 0.999889 F13 -5
0 F1 2.0573 F4 0.78472 F7 -4.2267 F8 -8.348 F9 -4.3838 F10 0.6157 F11 10.179 F12 -0.999889 F13 5
1 F1 -1.24953 F4 -1.0667 F7 -1.0403 F8 17.3607 F9 8.78619 F10 0.8258 F11 -16.4733 F12 2.99973 F13 -8
0 F1 1.24953 F4 1.0667 F7 1.0403 F8 -17.3607 F9 -8.78619 F10 -0.8258 F11 16.4733 F12 -2.99973 F13 8
1 F1 -1.14748 F4 -1.46901 F7 -2.6619 F8 19.5398 F9 6.2062 F10 4.7476 F11 -14.5301 F12 0.999889 F13 -6
0 F1 1.14748 F4 1.46901 F7 2.6619 F8 -19.5398 F9 -6.2062 F10 -4.7476 F11 14.5301 F12 -0.999889 F13 6
1 F1 1.40822 F4 -2.26277 F7 -6.3697 F8 25.558 F9 13.8679 F10 5.3832 F11 -16.9726 F12 0.999889 F13 -7
0 F1 -1.40822 F4 2.26277 F7 6.3697 F8 -25.558 F9 -13.8679 F10 -5.3832 F11 16.9726 F12 -0.999889 F13 7
1 F1 -2.12064 F4 -1.75011 F7 4.2267 F8 6.9365 F9 2.26189 F10 0.250801 F11 -10.4168 F12 0.999889 F13 -5
0 F1 2.12064 F4 1.75011 F7 -4.2267 F8 -6.9365 F9 -2.26189 F10 -0.250801 F11 10.4168 F12 -0.999889 F13 5
1 F1 -3.06747 F4 -1.30821 F7 4.3474 F8 13.9272 F9 10.3496 F10 -1.8334 F11 -22.6825 F13 -7
0 F1 3.06747 F4 1.30821 F7 -4.3474 F8 -13.9272 F9 -10.3496 F10 1.8334 F11 22.6825 F13 7
1 F1 -1.60483 F4 -1.11891 F7 4.2267 F8 4.2311 F9 2.08749 F10 -2.7582 F11 -9.9871 F12 2.99973 F13 -5
0 F1 1.60483 F4 1.11891 F7 -4.2267 F8 -4.2311 F9 -2.08749 F10 2.7582 F11 9.9871 F12 -2.99973 F13 5
1 F1 -2.33987 F4 -1.06614 F7 -2.5821 F8 14.8641 F9 4.293 F10 9.2343 F11 -7.666 F13 -5
0 F1 2.33987 F4 1.06614 F7 2.5821 F8 -14.8641 F9 -4.293 F10 -9.2343 F11 7.666 F13 5
1 F1 -1.92003 F4 -0.96259 F7 -1.0403 F8 15.7534 F9 11.0826 F10 1.7939 F11 -16.6653 F12 0.999889 F13 -8
0 F1 1.92003 F4 0.96259 F7 1.0403 F8 -15.7534 F9 -11.0826 F10 -1.7939 F11 16.6653 F12 -0.999889 F13 8
1 F1 -1.34226 F4 -0.63994 F7 -1.0403 F8 19.5352 F9 8.78619 F10 2.0807 F11 -16.4733 F12 1.99983 F13 -8
0 F1 1.34226 F4 0.63994 F7 1.0403 F8 -19.5352 F9 -8.78619 F10 -2.0807 F11 16.4733 F12 -1.99983 F13 8
1 F1 -1.24867 F4 -1.23482 F7 -1.0403 F8 16.2154 F9 8.78619 F10 2.6941 F11 -16.4733 F12 1.99983 F13 -8
0 F1 1.24867 F4 1.23482 F7 1.0403 F8 -16.2154 F9 -8.78619 F10 -2.6941 F11 16.4733 F12 -1.99983 F13 8
1 F1 -2.13709 F4 -1.62846 F7 4.2267 F8 5.8546 F9 2.08749 F10 -1.0354 F11 -9.9871 F12 2.99973 F13 -5
0 F1 2.13709 F4 1.62846 F7 -4.2267 F8 -5.8546 F9 -2.08749 F10 1.0354 F11 9.9871 F12 -2.99973 F13 5
1 F1 -2.39611 F4 -1.58044 F7 4.3474 F8 14.3892 F9 8.0533 F10 -0.9331 F11 -22.4906 F12 0.999889 F13 -7
0 F1 2.39611 F4 1.58044 F7 -4.3474 F8 -14.3892 F9 -8.0533 F10 0.9331 F11 22.4906 F12 -0.999889 F13 7
1 F1 -1.27198 F4 -0.6524 F7 -1.0403 F8 15.8487 F9 8.78619 F10 0.4072 F11 -16.4733 F12 1.99983 F13 -8
0 F1 1.27198 F4 0.6524 F7 1.0403 F8 -15.8487 F9 -8.78619 F10 -0.4072 F11 16.4733 F12 -1.99983 F13 8
1 F1 -1.14748 F4 -1.46901 F7 -2.6619 F8 19.5398 F9 6.2062 F10 4.7476 F11 -14.5301 F12 0.999889 F13 -6
0 F1 1.14748 F4 1.46901 F7 2.6619 F8 -19.5398 F9 -6.2062 F10 -4.7476 F11 14.5301 F12 -0.999889 F13 6
1 F1 -2.74764 F4 -1.29427 F7 4.2267 F8 8.7141 F9 4.3838 F10 0.0963001 F11 -10.179 F12 0.999889 F13 -5
0 F1 2.74764 F4 1.29427 F7 -4.2267 F8 -8.7141 F9 -4.3838 F10 -0.0963001 F11 10.179 F12 -0.999889 F13 5
1 F1 -2.0573 F4 -0.78472 F7 4.2267 F8 8.348 F9 4.3838 F10 -0.6157 F11 -10.179 F12 0.999889 F13 -5
0 F1 2.0573 F4 0.78472 F7 -4.2267 F8 -8.348 F9 -4.3838 F10 0.6157 F11 10.179 F12 -0.999889 F13 5
1 F1 -2.18082 F4 -1.01633 F7 -0.404697 F8 21.1556 F9 9.0923 F10 3.057 F11 -20.6549 F13 -8
0 F1 2.18082 F4 1.01633 F7 0.404697 F8 -21.1556 F9 -9.0923 F10 -3.057 F11 20.6549 F13 8
1 F1 -2.92022 F4 -1.58044 F7 4.2267 F8 8.4318 F9 4.3838 F10 -1.0522 F11 -10.179 F12 1.99983 F13 -5
0 F1 2.92022 F4 1.58044 F7 -4.2267 F8 -8.4318 F9 -4.3838 F10 1.0522 F11 10.179 F12 -1.99983 F13 5
1 F1 -0.35215 F4 -0.52452 F7 -2.5821 F8 12.9243 F9 4.293 F10 4.1913 F11 -7.666 F13 -5
0 F1 0.35215 F4 0.52452 F7 2.5821 F8 -12.9243 F9 -4.293 F10 -4.1913 F11 7.666 F13 5
1 F1 -1.77515 F4 -0.26895 F7 -1.0403 F8 20.925 F9 11.0825 F10 3.2456 F11 -16.6653 F13 -8
0 F1 1.77515 F4 0.26895 F7 1.0403 F8 -20.925 F9 -11.0825 F10 -3.2456 F11 16.6653 F13 8
1 F1 -1.10379 F4 -0.54118 F7 -1.0403 F8 21.387 F9 8.78619 F10 4.1459 F11 -16.4733 F12 0.999889 F13 -8
0 F1 1.10379 F4 0.54118 F7 1.0403 F8 -21.387 F9 -8.78619 F10 -4.1459 F11 16.4733 F12 -0.999889 F13 8
1 F1 -0.25753 F4 0.51176 F7 -10.5674 F8 19.7632 F9 29.486 F10 0.17617 F11 -3.0649 F12 1.99979 F13 -4
0 F1 0.25753 F4 -0.51176 F7 10.5674 F8 -19.7632 F9 -29.486 F10 -0.17617 F11 3.0649 F12 -1.99979 F13 4
1 F1 0.51258 F4 0.44697 F7 -10.5674 F8 18.7164 F9 29.486 F10 -2.50323 F11 -3.0649 F12 1.99979 F13 -4
0 F1 -0.51258 F4 -0.44697 F7 10.5674 F8 -18.7164 F9 -29.486 F10 2.50323 F11 3.0649 F12 -1.99979 F13 4
1 F1 -0.88862 F4 0.24918 F7 -10.5674 F8 20.0893 F9 29.486 F10 1.5141 F11 -3.0649 F12 2.99969 F13 -4
0 F1 0.88862 F4 -0.24918 F7 10.5674 F8 -20.0893 F9 -29.486 F10 -1.5141 F11 3.0649 F12 -2.99969 F13 4
1 F1 0.0664201 F4 0.21904 F7 -10.5674 F8 18.2834 F9 29.486 F10 -1.34352 F11 -3.0649 F12 2.99969 F13 -4
0 F1 -0.0664201 F4 -0.21904 F7 10.5674 F8 -18.2834 F9 -29.486 F10 1.34352 F11 3.0649 F12 -2.99969 F13 4
1 F1 -0.70754 F4 0.50869 F7 -10.5674 F8 19.5208 F9 29.486 F10 0.0381203 F11 -3.0649 F12 2.99969 F13 -4
0 F1 0.70754 F4 -0.50869 F7 10.5674 F8 -19.5208 F9 -29.486 F10 -0.0381203 F11 3.0649 F12 -2.99969 F13 4
1 F1 -0.0921199 F4 0.22584 F7 -10.5674 F8 19.3264 F9 29.486 F10 -0.75665 F11 -3.0649 F12 1.99979 F13 -4
0 F1 0.0921199 F4 -0.22584 F7 10.5674 F8 -19.3264 F9 -29.486 F10 0.75665 F11 3.0649 F12 -1.99979 F13 4
1 F1 -0.53658 F4 0.12619 F7 -10.5674 F8 20.24 F9 29.486 F10 1.01268 F11 -3.0649 F12 2.99969 F13 -4
0 F1 0.53658 F4 -0.12619 F7 10.5674 F8 -20.24 F9 -29.486 F10 -1.01268 F11 3.0649 F12 -2.99969 F13 4
1 F1 0.20314 F4 0.36093 F7 -10.5674 F8 18.3196 F9 29.486 F10 -1.82726 F11 -3.0649 F12 0.99989 F13 -4
0 F1 -0.20314 F4 -0.36093 F7 10.5674 F8 -18.3196 F9 -29.486 F10 1.82726 F11 3.0649 F12 -0.99989 F13 4
1 F1 -0.13192 F4 0.65901 F7 -10.5674 F8 20.7072 F9 29.486 F10 0.76331 F11 -3.0649 F12 0.99989 F13 -4
0 F1 0.13192 F4 -0.65901 F7 10.5674 F8 -20.7072 F9 -29.486 F10 -0.76331 F11 3.0649 F12 -0.99989 F13 4
1 F1 0.29 F4 0.49235 F7 -10.5674 F8 19.3191 F9 29.486 F10 -0.11692 F11 -3.0649 F12 0.99989 F13 -4
0 F1 -0.29 F4 -0.49235 F7 10.5674 F8 -19.3191 F9 -29.486 F10 0.11692 F11 3.0649 F12 -0.99989 F13 4
1 F1 0.16439 F4 0.3451 F7 -10.5674 F8 18.3751 F9 29.486 F10 -0.70406 F11 -3.0649 F12 1.99979 F13 -4
0 F1 -0.16439 F4 -0.3451 F7 10.5674 F8 -18.3751 F9 -29.486 F10 0.70406 F11 3.0649 F12 -1.99979 F13 4
1 F1 0.16439 F4 0.3451 F7 -10.5674 F8 18.3751 F9 29.486 F10 -0.70406 F11 -3.0649 F12 1.99979 F13 -4
0 F1 -0.16439 F4 -0.3451 F7 10.5674 F8 -18.3751 F9 -29.486 F10 0.70406 F11 3.0649 F12 -1.99979 F13 4
1 F1 0.81158 F4 0.70648 F7 -10.5674 F8 18.4051 F9 29.486 F10 -4.1887 F11 -3.0649 F12 1.99979 F13 -4
0 F1 -0.81158 F4 -0.70648 F7 10.5674 F8 -18.4051 F9 -29.486 F10 4.1887 F11 3.0649 F12 -1.99979 F13 4
1 F1 0.32754 F4 0.41539 F7 -10.5674 F8 17.0451 F9 29.486 F10 -1.85333 F11 -3.0649 F12 1.99979 F13 -4
0 F1 -0.32754 F4 -0.41539 F7 10.5674 F8 -17.0451 F9 -29.486 F10 1.85333 F11 3.0649 F12 -1.99979 F13 4
1 F1 -0.53658 F4 0.12619 F7 -10.5674 F8 20.24 F9 29.486 F10 1.01268 F11 -3.0649 F12 2.99969 F13 -4
0 F1 0.53658 F4 -0.12619 F7 10.5674 F8 -20.24 F9 -29.486 F10 -1.01268 F11 3.0649 F12 -2.99969 F13 4
1 F1 -0.70754 F4 0.50869 F7 -10.5674 F8 19.5208 F9 29.486 F10 0.0381203 F11 -3.0649 F12 2.99969 F13 -4
0 F1 0.70754 F4 -0.50869 F7 10.5674 F8 -19.5208 F9 -29.486 F10 -0.0381203 F11 3.0649 F12 -2.99969 F13 4
1 F1 -0.47947 F4 0.20687 F7 -10.5674 F8 20.6098 F9 29.486 F10 -0.45439 F11 -3.0649 F12 2.99969 F13 -4
0 F1 0.47947 F4 -0.20687 F7 10.5674 F8 -20.6098 F9 -29.486 F10 0.45439 F11 3.0649 F12 -2.99969 F13 4
1 F1 0.44854 F4 0.48555 F7 -10.5674 F8 18.2761 F9 29.486 F10 -0.7038 F11 -3.0649 F12 1.99979 F13 -4
0 F1 -0.44854 F4 -0.48555 F7 10.5674 F8 -18.2761 F9 -29.486 F10 0.7038 F11 3.0649 F12 -1.99979 F13 4
1 F1 -0.09042 F4 0.35412 F7 -10.5674 F8 20.673 F9 29.486 F10 -0.14702 F11 -3.0649 F12 1.99979 F13 -4
0 F1 0.09042 F4 -0.35412 F7 10.5674 F8 -20.673 F9 -29.486 F10 0.14702 F11 3.0649 F12 -1.99979 F13 4
1 F1 0.29 F4 0.49235 F7 -10.5674 F8 19.3191 F9 29.486 F10 -0.11692 F11 -3.0649 F12 0.99989 F13 -4
0 F1 -0.29 F4 -0.49235 F7 10.5674 F8 -19.3191 F9 -29.486 F10 0.11692 F11 3.0649 F12 -0.99989 F13 4
1 F1 0.44854 F4 0.48555 F7 -10.5674 F8 18.2761 F9 29.486 F10 -0.7038 F11 -3.0649 F12 1.99979 F13 -4
0 F1 -0.44854 F4 -0.48555 F7 10.5674 F8 -18.2761 F9 -29.486 F10 0.7038 F11 3.0649 F12 -1.99979 F13 4
1 F1 -0.13192 F4 0.65901 F7 -10.5674 F8 20.7072 F9 29.486 F10 0.76331 F11 -3.0649 F12 0.99989 F13 -4
0 F1 0.13192 F4 -0.65901 F7 10.5674 F8 -20.7072 F9 -29.486 F10 -0.76331 F11 3.0649 F12 -0.99989 F13 4
1 F1 0.47871 F4 0.65221 F7 -10.5674 F8 16.2679 F9 29.486 F10 -2.09068 F11 -3.0649 F12 1.99979 F13 -4
0 F1 -0.47871 F4 -0.65221 F7 10.5674 F8 -16.2679 F9 -29.486 F10 2.09068 F11 3.0649 F12 -1.99979 F13 4
1 F1 -0.15447 F4 0.3927 F7 -10.5674 F8 20.2327 F9 29.486 F10 1.65241 F11 -3.0649 F12 1.99979 F13 -4
0 F1 0.15447 F4 -0.3927 F7 10.5674 F8 -20.2327 F9 -29.486 F10 -1.65241 F11 3.0649 F12 -1.99979 F13 4
1 F1 0.32754 F4 0.41539 F7 -10.5674 F8 17.0451 F9 29.486 F10 -1.85333 F11 -3.0649 F12 1.99979 F13 -4
0 F1 -0.32754 F4 -0.41539 F7 10.5674 F8 -17.0451 F9 -29.486 F10 1.85333 F11 3.0649 F12 -1.99979 F13 4
1 F1 -0.39613 F4 0.3925 F7 -10.5674 F8 20.9716 F9 29.486 F10 -0.0859199 F11 -3.0649 F12 1.99979 F13 -4
0 F1 0.39613 F4 -0.3925 F7 10.5674 F8 -20.9716 F9 -29.486 F10 0.0859199 F11 3.0649 F12 -1.99979 F13 4
1 F1 0.36542 F4 0.47855 F7 -10.5674 F8 17.9721 F9 29.486 F10 -3.029 F11 -3.0649 F12 2.99969 F13 -4
0 F1 -0.36542 F4 -0.47855 F7 10.5674 F8 -17.9721 F9 -29.486 F10 3.029 F11 3.0649 F12 -2.99969 F13 4
1 F1 -0.24896 F4 0.36093 F7 -10.5674 F8 21.716 F9 29.486 F10 0.43985 F11 -3.0649 F12 0.99989 F13 -4
0 F1 0.24896 F4 -0.36093 F7 10.5674 F8 -21.716 F9 -29.486 F10 -0.43985 F11 3.0649 F12 -0.99989 F13 4
1 F1 -0.90639 F4 0.36824 F7 -10.5674 F8 19.2581 F9 29.486 F10 -0.0805697 F11 -3.0649 F12 2.99969 F13 -4
0 F1 0.90639 F4 -0.36824 F7 10.5674 F8 -19.2581 F9 -29.486 F10 0.0805697 F11 3.0649 F12 -2.99969 F13 4
1 F1 -0.70754 F4 0.50869 F7 -10.5674 F8 19.5208 F9 29.486 F10 0.0381203 F11 -3.0649 F12 2.99969 F13 -4
0 F1 0.70754 F4 -0.50869 F7 10.5674 F8 -19.5208 F9 -29.486 F10 -0.0381203 F11 3.0649 F12 -2.99969 F13 4
1 F1 -0.25753 F4 0.51176 F7 -10.5674 F8 19.7632 F9 29.486 F10 0.17617 F11 -3.0649 F12 1.99979 F13 -4
0 F1 0.25753 F4 -0.51176 F7 10.5674 F8 -19.7632 F9 -29.486 F10 -0.17617 F11 3.0649 F12 -1.99979 F13 4
1 F1 0.13909 F4 0.3995 F7 -10.5674 F8 17.8793 F9 29.486 F10 -0.0278201 F11 -3.0649 F12 0.99989 F13 -4
0 F1 -0.13909 F4 -0.3995 F7 10.5674 F8 -17.8793 F9 -29.486 F10 0.0278201 F11 3.0649 F12 -0.99989 F13 4
1 F1 0.62962 F4 0.74506 F7 -10.5674 F8 17.7076 F9 29.486 F10 -2.17977 F11 -3.0649 F12 1.99979 F13 -4
0 F1 -0.62962 F4 -0.74506 F7 10.5674 F8 -17.7076 F9 -29.486 F10 2.17977 F11 3.0649 F12 -1.99979 F13 4
1 F1 0.35404 F4 0.45378 F7 -10.5674 F8 19.7594 F9 29.486 F10 -1.91636 F11 -3.0649 F12 0.99989 F13 -4
0 F1 -0.35404 F4 -0.45378 F7 10.5674 F8 -19.7594 F9 -29.486 F10 1.91636 F11 3.0649 F12 -0.99989 F13 4
1 F1 0.14645 F4 0.15588 F7 -10.5674 F8 17.6136 F9 29.486 F10 -0.37736 F11 -3.0649 F12 1.99979 F13 -4
0 F1 -0.14645 F4 -0.15588 F7 10.5674 F8 -17.6136 F9 -29.486 F10 0.37736 F11 3.0649 F12 -1.99979 F13 4
1 F1 0.36542 F4 0.47855 F7 -10.5674 F8 17.9721 F9 29.486 F10 -3.029 F11 -3.0649 F12 2.99969 F13 -4
0 F1 -0.36542 F4 -0.47855 F7 10.5674 F8 -17.9721 F9 -29.486 F10 3.029 F11 3.0649 F12 -2.99969 F13 4
1 F1 -0.25753 F4 0.51176 F7 -10.5674 F8 19.7632 F9 29.486 F10 0.17617 F11 -3.0649 F12 1.99979 F13 -4
0 F1 0.25753 F4 -0.51176 F7 10.5674 F8 -19.7632 F9 -29.486 F10 -0.17617 F11 3.0649 F12 -1.99979 F13 4
1 F1 0.16439 F4 0.3451 F7 -10.5674 F8 18.3751 F9 29.486 F10 -0.70406 F11 -3.0649 F12 1.99979 F13 -4
0 F1 -0.16439 F4 -0.3451 F7 10.5674 F8 -18.3751 F9 -29.486 F10 0.70406 F11 3.0649 F12 -1.99979 F13 4
1 F1 -0.47947 F4 0.20687 F7 -10.5674 F8 20.6098 F9 29.486 F10 -0.45439 F11 -3.0649 F12 2.99969 F13 -4
0 F1 0.47947 F4 -0.20687 F7 10.5674 F8 -20.6098 F9 -29.486 F10 0.45439 F11 3.0649 F12 -2.99969 F13 4
1 F1 -0.70754 F4 0.50869 F7 -10.5674 F8 19.5208 F9 29.486 F10 0.0381203 F11 -3.0649 F12 2.99969 F13 -4
0 F1 0.70754 F4 -0.50869 F7 10.5674 F8 -19.5208 F9 -29.486 F10 -0.0381203 F11 3.0649 F12 -2.99969 F13 4
1 F1 0.14645 F4 0.15588 F7 -10.5674 F8 17.6136 F9 29.486 F10 -0.37736 F11 -3.0649 F12 1.99979 F13 -4
0 F1 -0.14645 F4 -0.15588 F7 10.5674 F8 -17.6136 F9 -29.486 F10 0.37736 F11 3.0649 F12 -1.99979 F13 4
1 F1 0.22843 F4 0.30652 F7 -10.5674 F8 18.8154 F9 29.486 F10 -2.50349 F11 -3.0649 F12 1.99979 F13 -4
0 F1 -0.22843 F4 -0.30652 F7 10.5674 F8 -18.8154 F9 -29.486 F10 2.50349 F11 3.0649 F12 -1.99979 F13 4
1 F1 -0.31301 F4 0.3995 F7 -10.5674 F8 21.2756 F9 29.486 F10 2.23928 F11 -3.0649 F12 0.99989 F13 -4
0 F1 0.31301 F4 -0.3995 F7 10.5674 F8 -21.2756 F9 -29.486 F10 -2.23928 F11 3.0649 F12 -0.99989 F13 4
1 F1 -0.52558 F4 0.47011 F7 -10.5674 F8 20.2183 F9 29.486 F10 -1.97081 F11 -3.0649 F12 2.99969 F13 -4
0 F1 0.52558 F4 -0.47011 F7 10.5674 F8 -20.2183 F9 -29.486 F10 1.97081 F11 3.0649 F12 -2.99969 F13 4
1 F1 -0.32991 F4 0.14819 F7 -10.5674 F8 18.5617 F9 29.486 F10 0.26081 F11 -3.0649 F12 1.99979 F13 -4
0 F1 0.32991 F4 -0.14819 F7 10.5674 F8 -18.5617 F9 -29.486 F10 -0.26081 F11 3.0649 F12 -1.99979 F13 4
1 F1 0.29 F4 0.49235 F7 -10.5674 F8 19.3191 F9 29.486 F10 -0.11692 F11 -3.0649 F12 0.99989 F13 -4
0 F1 -0.29 F4 -0.49235 F7 10.5674 F8 -19.3191 F9 -29.486 F10 0.11692 F11 3.0649 F12 -0.99989 F13 4
1 F1 0.62962 F4 0.74506 F7 -10.5674 F8 17.7076 F9 29.486 F10 -2.17977 F11 -3.0649 F12 1.99979 F13 -4
0 F1 -0.62962 F4 -0.74506 F7 10.5674 F8 -17.7076 F9 -29.486 F10 2.17977 F11 3.0649 F12 -1.99979 F13 4
1 F1 -0.70754 F4 0.50869 F7 -10.5674 F8 19.5208 F9 29.486 F10 0.0381203 F11 -3.0649 F12 2.99969 F13 -4
0 F1 0.70754 F4 -0.50869 F7 10.5674 F8 -19.5208 F9 -29.486 F10 -0.0381203 F11 3.0649 F12 -2.99969 F13 4
1 F1 -0.29416 F4 0.38305 F7 -10.5674 F8 18.6973 F9 29.486 F10 -1.4388 F11 -3.0649 F12 0.99989 F13 -4
0 F1 0.29416 F4 -0.38305 F7 10.5674 F8 -18.6973 F9 -29.486 F10 1.4388 F11 3.0649 F12 -0.99989 F13 4
1 F1 -0.54352 F4 0.24545 F7 -10.5674 F8 20.1695 F9 29.486 F10 1.34505 F11 -3.0649 F12 2.99969 F13 -4
0 F1 0.54352 F4 -0.24545 F7 10.5674 F8 -20.1695 F9 -29.486 F10 -1.34505 F11 3.0649 F12 -2.99969 F13 4
1 F1 0.192039 F4 -0.61823 F7 -0.519012 F8 -2.4559 F9 3.366 F10 1.078 F11 1.8464 F12 0.999901
0 F1 -0.192039 F4 0.61823 F7 0.519012 F8 2.4559 F9 -3.366 F10 -1.078 F11 -1.8464 F12 -0.999901
1 F1 0.0637703 F4 0.0806999 F7 -0.519012 F8 -1.1402 F9 3.366 F10 -2.4658 F11 1.8464
0 F1 -0.0637703 F4 -0.0806999 F7 0.519012 F8 1.1402 F9 -3.366 F10 2.4658 F11 -1.8464
1 F1 0.75116 F4 0.08743 F7 -3.80301 F8 2.1489 F9 7.5622 F10 0.9923 F11 0.7981 F13 -1
0 F1 -0.75116 F4 -0.08743 F7 3.80301 F8 -2.1489 F9 -7.5622 F10 -0.9923 F11 -0.7981 F13 1
1 F1 0.192039 F4 -0.61823 F7 -0.519012 F8 -2.4559 F9 3.366 F10 1.078 F11 1.8464 F12 0.999901
0 F1 -0.192039 F4 0.61823 F7 0.519012 F8 2.4559 F9 -3.366 F10 -1.078 F11 -1.8464 F12 -0.999901
1 F1 0.399091 F4 0.33242 F7 -1.84401 F8 2.6344 F9 2.186 F10 1.2041 F11 -2.6173 F12 -0.999901 F13 -1
0 F1 -0.399091 F4 -0.33242 F7 1.84401 F8 -2.6344 F9 -2.186 F10 -1.2041 F11 2.6173 F12 0.999901 F13 1
1 F1 0.0549908 F4 0.10988 F7 -1.84401 F8 2.2277 F9 2.186 F10 1.7132 F11 -2.6173 F13 -1
0 F1 -0.0549908 F4 -0.10988 F7 1.84401 F8 -2.2277 F9 -2.186 F10 -1.7132 F11 2.6173 F13 1
1 F1 0.751321 F4 -0.17881 F7 -0.519012 F8 -2.4189 F9 3.366 F10 -2.641 F11 1.8464 F12 0.999899
0 F1 -0.751321 F4 0.17881 F7 0.519012 F8 2.4189 F9 -3.366 F10 2.641 F11 -1.8464 F12 -0.999899
1 F1 -0.17917 F4 0.71622 F7 -4.054 F8 7.8346 F9 5.492 F10 0.5187 F11 -1.2353 F13 -1
0 F1 0.17917 F4 -0.71622 F7 4.054 F8 -7.8346 F9 -5.492 F10 -0.5187 F11 1.2353 F13 1
1 F1 1.08058 F4 -0.50423 F7 -0.519012 F8 -4.7457 F9 3.366 F10 0.0203991 F11 1.8464 F12 0.999899
0 F1 -1.08058 F4 0.50423 F7 0.519012 F8 4.7457 F9 -3.366 F10 -0.0203991 F11 -1.8464 F12 -0.999899
1 F1 0.2284 F4 -0.0820098 F7 -0.519012 F8 -2.3036 F9 3.366 F10 -1.1351 F11 1.8464
0 F1 -0.2284 F4 0.0820098 F7 0.519012 F8 2.3036 F9 -3.366 F10 1.1351 F11 -1.8464
1 F1 0.59113 F4 0.22092 F7 -3.80301 F8 2.4134 F9 7.5622 F10 1.6368 F11 0.7981 F13 -1
0 F1 -0.59113 F4 -0.22092 F7 3.80301 F8 -2.4134 F9 -7.5622 F10 -1.6368 F11 -0.7981 F13 1
1 F1 -0.21553 F4 0.18 F7 -4.054 F8 7.6823 F9 5.492 F10 2.7318 F11 -1.2353 F12 0.999901 F13 -1
0 F1 0.21553 F4 -0.18 F7 4.054 F8 -7.6823 F9 -5.492 F10 -2.7318 F11 1.2353 F12 -0.999901 F13 1
1 F1 0.75722 F4 0.66457 F7 -5.12801 F8 8.25031 F9 6.3822 F10 2.0008 F11 -3.6656 F12 -0.999901 F13 -2
0 F1 -0.75722 F4 -0.66457 F7 5.12801 F8 -8.25031 F9 -6.3822 F10 -2.0008 F11 3.6656 F12 0.999901 F13 2
1 F1 0.97538 F4 -0.0886703 F7 -4.703 F8 7.0074 F9 7.5362 F10 0.685299 F11 -0.307098 F13 -1
0 F1 -0.97538 F4 0.0886703 F7 4.703 F8 -7.0074 F9 -7.5362 F10 -0.685299 F11 0.307098 F13 1
1 F1 0.71496 F4 -0.71503 F7 -0.519012 F8 -2.57121 F9 3.366 F10 -0.4279 F11 1.8464 F12 1.9998
0 F1 -0.71496 F4 0.71503 F7 0.519012 F8 2.57121 F9 -3.366 F10 0.4279 F11 -1.8464 F12 -1.9998
1 F1 0.21694 F4 -1.2563 F7 -0.157013 F8 -2.3066 F9 4.52 F10 -1.3942 F11 5.2049 F12 1.9998 F13 1
0 F1 -0.21694 F4 1.2563 F7 0.157013 F8 2.3066 F9 -4.52 F10 1.3942 F11 -5.2049 F12 -1.9998 F13 -1
1 F1 0.287991 F4 -0.0953999 F7 -1.41901 F8 3.7183 F9 3.34 F10 -2.7728 F11 0.741203
0 F1 -0.287991 F4 0.0953999 F7 1.41901 F8 -3.7183 F9 -3.34 F10 2.7728 F11 -0.741203
1 F1 -0.26967 F4 0.40608 F7 -1.84401 F8 3.6556 F9 2.186 F10 1.027 F11 -2.6173 F13 -1
0 F1 0.26967 F4 -0.40608 F7 1.84401 F8 -3.6556 F9 -2.186 F10 -1.027 F11 2.6173 F13 1
1 F1 0.75116 F4 0.08743 F7 -3.80301 F8 2.1489 F9 7.5622 F10 0.9923 F11 0.7981 F13 -1
0 F1 -0.75116 F4 -0.08743 F7 3.80301 F8 -2.1489 F9 -7.5622 F10 -0.9923 F11 -0.7981 F13 1
1 F1 0.81075 F4 0.0740399 F7 -4.703 F8 8.1708 F9 7.5362 F10 -0.645401 F11 -0.307098 F13 -1
0 F1 -0.81075 F4 -0.0740399 F7 4.703 F8 -8.1708 F9 -7.5362 F10 0.645401 F11 0.307098 F13 1
1 F1 0.192039 F4 -0.61823 F7 -0.519012 F8 -2.4559 F9 3.366 F10 1.078 F11 1.8464 F12 0.999901
0 F1 -0.192039 F4 0.61823 F7 0.519012 F8 2.4559 F9 -3.366 F10 -1.078 F11 -1.8464 F12 -0.999901
1 F1 -0.10504 F4 0.24337 F7 -1.84401 F8 2.4922 F9 2.186 F10 2.3577 F11 -2.6173 F13 -1
0 F1 0.10504 F4 -0.24337 F7 1.84401 F8 -2.4922 F9 -2.186 F10 -2.3577 F11 2.6173 F13 1
1 F1 0.0698299 F4 0.65783 F7 -1.84401 F8 4.9612 F9 2.186 F10 -1.4573 F11 -2.6173 F12 -0.999901 F13 -1
0 F1 -0.0698299 F4 -0.65783 F7 1.84401 F8 -4.9612 F9 -2.186 F10 1.4573 F11 2.6173 F12 0.999901 F13 1
1 F1 0.248489 F4 0.60473 F7 -5.12801 F8 9.007 F9 6.3822 F10 1.1792 F11 -3.6656 F13 -2
0 F1 -0.248489 F4 -0.60473 F7 5.12801 F8 -9.007 F9 -6.3822 F10 -1.1792 F11 3.6656 F13 2
1 F1 0.92055 F4 -0.370739 F7 -0.519012 F8 -4.4812 F9 3.366 F10 0.664999 F11 1.8464 F12 0.999899
0 F1 -0.92055 F4 0.370739 F7 0.519012 F8 4.4812 F9 -3.366 F10 -0.664999 F11 -1.8464 F12 -0.999899
1 F1 0.75592 F4 -0.20803 F7 -0.519012 F8 -3.31779 F9 3.366 F10 -0.665701 F11 1.8464 F12 0.999899
0 F1 -0.75592 F4 0.20803 F7 0.519012 F8 3.31779 F9 -3.366 F10 0.665701 F11 -1.8464 F12 -0.999899
1 F1 -0.0145397 F4 0.55351 F7 -4.054 F8 6.6712 F9 5.492 F10 1.8494 F11 -1.2353 F13 -1
0 F1 0.0145397 F4 -0.55351 F7 4.054 F8 -6.6712 F9 -5.492 F10 -1.8494 F11 1.2353 F13 1
1 F1 0.582561 F4 -1.0455 F7 -0.157013 F8 -4.4811 F9 4.52 F10 -0.9459 F11 5.2049 F12 0.999899 F13 1
0 F1 -0.582561 F4 1.0455 F7 0.157013 F8 4.4811 F9 -4.52 F10 0.9459 F11 -5.2049 F12 -0.999899 F13 -1
1 F1 0.94069 F4 -0.71335 F7 -3.44101 F8 1.1348 F9 8.7162 F10 -0.1492 F11 4.1566 F12 0.999899
0 F1 -0.94069 F4 0.71335 F7 3.44101 F8 -1.1348 F9 -8.7162 F10 0.1492 F11 -4.1566 F12 -0.999899
1 F1 0.2284 F4 -0.0820098 F7 -0.519012 F8 -2.3036 F9 3.366 F10 -1.1351 F11 1.8464
0 F1 -0.2284 F4 0.0820098 F7 0.519012 F8 2.3036 F9 -3.366 F10 1.1351 F11 -1.8464
1 F1 0.87959 F4 -0.87774 F7 -0.519012 F8 -3.7346 F9 3.366 F10 0.9028 F11 1.8464 F12 1.9998
0 F1 -0.87959 F4 0.87774 F7 0.519012 F8 3.7346 F9 -3.366 F10 -0.9028 F11 -1.8464 F12 -1.9998
1 F1 -0.0145397 F4 0.55351 F7 -4.054 F8 6.6712 F9 5.492 F10 1.8494 F11 -1.2353 F13 -1
0 F1 0.0145397 F4 -0.55351 F7 4.054 F8 -6.6712 F9 -5.492 F10 -1.8494 F11 1.2353 F13 1
1 F1 0.221539 F4 -1.28551 F7 -0.157013 F8 -3.20551 F9 4.52 F10 0.580999 F11 5.2049 F12 1.9998 F13 1
0 F1 -0.221539 F4 1.28551 F7 0.157013 F8 3.20551 F9 -4.52 F10 -0.580999 F11 -5.2049 F12 -1.9998 F13 -1
1 F1 1.08058 F4 -0.50423 F7 -0.519012 F8 -4.7457 F9 3.366 F10 0.0203991 F11 1.8464 F12 0.999899
0 F1 -1.08058 F4 0.50423 F7 0.519012 F8 4.7457 F9 -3.366 F10 -0.0203991 F11 -1.8464 F12 -0.999899
1 F1 0.233001 F4 -0.111229 F7 -0.519012 F8 -3.20251 F9 3.366 F10 0.840099 F11 1.8464
0 F1 -0.233001 F4 0.111229 F7 0.519012 F8 3.20251 F9 -3.366 F10 -0.840099 F11 -1.8464
1 F1 0.41626 F4 -0.79433 F7 -1.41901 F8 2.4026 F9 3.34 F10 0.771 F11 0.741203 F12 0.999901
0 F1 -0.41626 F4 0.79433 F7 1.41901 F8 -2.4026 F9 -3.34 F10 -0.771 F11 -0.741203 F12 -0.999901
1 F1 0.234461 F4 0.49513 F7 -1.84401 F8 3.79781 F9 2.186 F10 -0.1266 F11 -2.6173 F12 -0.999901 F13 -1
0 F1 -0.234461 F4 -0.49513 F7 1.84401 F8 -3.79781 F9 -2.186 F10 0.1266 F11 2.6173 F12 0.999901 F13 1
1 F1 -0.10504 F4 0.24337 F7 -1.84401 F8 2.4922 F9 2.186 F10 2.3577 F11 -2.6173 F13 -1
0 F1 0.10504 F4 -0.24337 F7 1.84401 F8 -2.4922 F9 -2.186 F10 -2.3577 F11 2.6173 F13 1
1 F1 0.1981 F4 -0.04109 F7 -1.84401 F8 3.6455 F9 2.186 F10 2.0865 F11 -2.6173 F13 -1
0 F1 -0.1981 F4 0.04109 F7 1.84401 F8 -3.6455 F9 -2.186 F10 -2.0865 F11 2.6173 F13 1
1 F1 0.23446 F4 0.49512 F7 -1.84401 F8 3.7978 F9 2.186 F10 -0.1266 F11 -2.6173 F12 -0.999901 F13 -1
0 F1 -0.23446 F4 -0.49512 F7 1.84401 F8 -3.7978 F9 -2.186 F10 0.1266 F11 2.6173 F12 0.999901 F13 1
1 F1 0.592589 F4 0.82727 F7 -5.12801 F8 9.4137 F9 6.3822 F10 0.670099 F11 -3.6656 F12 -0.999901 F13 -2
0 F1 -0.592589 F4 -0.82727 F7 5.12801 F8 -9.4137 F9 -6.3822 F10 -0.670099 F11 3.6656 F12 0.999901 F13 2
1 F1 0.1981 F4 -0.04109 F7 -1.84401 F8 3.6455 F9 2.186 F10 2.0865 F11 -2.6173 F13 -1
0 F1 -0.1981 F4 0.04109 F7 1.84401 F8 -3.6455 F9 -2.186 F10 -2.0865 F11 2.6173 F13 1
1 F1 0.39303 F4 -0.24472 F7 -0.519012 F8 -3.467 F9 3.366 F10 0.195601 F11 1.8464
0 F1 -0.39303 F4 0.24472 F7 0.519012 F8 3.467 F9 -3.366 F10 -0.195601 F11 -1.8464
1 F1 0.0274096 F4 -0.45552 F7 -0.519012 F8 -1.2925 F9 3.366 F10 -0.252699 F11 1.8464 F12 0.999901
0 F1 -0.0274096 F4 0.45552 F7 0.519012 F8 1.2925 F9 -3.366 F10 0.252699 F11 -1.8464 F12 -0.999901
1 F1 0.77606 F4 -0.55064 F7 -3.44101 F8 2.2982 F9 8.7162 F10 -1.4799 F11 4.1566 F12 0.999899
0 F1 -0.77606 F4 0.55064 F7 3.44101 F8 -2.2982 F9 -8.7162 F10 1.4799 F11 -4.1566 F12 -0.999899
1 F1 0.71956 F4 -0.74425 F7 -0.519012 F8 -3.4701 F9 3.366 F10 1.5474 F11 1.8464 F12 1.9998
0 F1 -0.71956 F4 0.74425 F7 0.519012 F8 3.4701 F9 -3.366 F10 -1.5474 F11 -1.8464 F12 -1.9998
1 F1 0.253301 F4 -0.72008 F7 -0.157013 F8 -2.1543 F9 4.52 F10 -3.6073 F11 5.2049 F12 0.999899 F13 1
0 F1 -0.253301 F4 0.72008 F7 0.157013 F8 2.1543 F9 -4.52 F10 3.6073 F11 -5.2049 F12 -0.999899 F13 -1
1 F1 0.97538 F4 -0.0886703 F7 -4.703 F8 7.0074 F9 7.5362 F10 0.685299 F11 -0.307098 F13 -1
0 F1 -0.97538 F4 0.0886703 F7 4.703 F8 -7.0074 F9 -7.5362 F10 -0.685299 F11 0.307098 F13 1
1 F1 0.253301 F4 -0.72008 F7 -0.157013 F8 -2.1543 F9 4.52 F10 -3.6073 F11 5.2049 F12 0.999899 F13 1
0 F1 -0.253301 F4 0.72008 F7 0.157013 F8 2.1543 F9 -4.52 F10 3.6073 F11 -5.2049 F12 -0.999899 F13 -1
1 F1 0.38157 F4 -1.41901 F7 -0.157013 F8 -3.47 F9 4.52 F10 -0.0634995 F11 5.2049 F12 1.9998 F13 1
0 F1 -0.38157 F4 1.41901 F7 0.157013 F8 3.47 F9 -4.52 F10 0.0634995 F11 -5.2049 F12 -1.9998 F13 -1
1 F1 2.42488 F4 0.04649 F7 -4.0933 F8 7.2516 F9 9.5275 F10 -1.43619 F11 -9.1427 F12 1.99979 F13 -4
0 F1 -2.42488 F4 -0.04649 F7 4.0933 F8 -7.2516 F9 -9.5275 F10 1.43619 F11 9.1427 F12 -1.99979 F13 4
1 F1 2.5362 F4 -0.63784 F7 -1.3098 F8 4.058 F9 5.7413 F10 -2.32631 F11 -11.1319 F12 1.99979 F13 -4
0 F1 -2.5362 F4 0.63784 F7 1.3098 F8 -4.058 F9 -5.7413 F10 2.32631 F11 11.1319 F12 -1.99979 F13 4
1 F1 2.84902 F4 0.32386 F7 -4.0933 F8 8.1404 F9 9.5275 F10 -1.12666 F11 -9.1427 F12 0.9999 F13 -4
0 F1 -2.84902 F4 -0.32386 F7 4.0933 F8 -8.1404 F9 -9.5275 F10 1.12666 F11 9.1427 F12 -0.9999 F13 4
1 F1 3.26829 F4 0.42445 F7 -4.311 F8 7.0387 F9 8.017 F10 -1.68582 F11 -9.5083 F13 -4
0 F1 -3.26829 F4 -0.42445 F7 4.311 F8 -7.0387 F9 -8.017 F10 1.68582 F11 9.5083 F13 4
1 F1 2.84662 F4 -0.6031 F7 -1.3098 F8 3.0382 F9 5.7413 F10 -2.29797 F11 -11.1319 F12 0.9999 F13 -4
0 F1 -2.84662 F4 0.6031 F7 1.3098 F8 -3.0382 F9 -5.7413 F10 2.29797 F11 11.1319 F12 -0.9999 F13 4
1 F1 2.89725 F4 -0.39176 F7 -1.3098 F8 3.6086 F9 5.7413 F10 -1.90945 F11 -11.1319 F12 0.9999 F13 -4
0 F1 -2.89725 F4 0.39176 F7 1.3098 F8 -3.6086 F9 -5.7413 F10 1.90945 F11 11.1319 F12 -0.9999 F13 4
1 F1 2.72412 F4 -0.72823 F7 -1.3098 F8 2.6615 F9 5.7413 F10 -1.53701 F11 -11.1319 F12 1.99979 F13 -4
0 F1 -2.72412 F4 0.72823 F7 1.3098 F8 -2.6615 F9 -5.7413 F10 1.53701 F11 11.1319 F12 -1.99979 F13 4
1 F1 2.91808 F4 -0.42875 F7 -1.3098 F8 4.5084 F9 5.7413 F10 -1.52502 F11 -11.1319 F12 0.9999 F13 -4
0 F1 -2.91808 F4 0.42875 F7 1.3098 F8 -4.5084 F9 -5.7413 F10 1.52502 F11 11.1319 F12 -0.9999 F13 4
1 F1 2.82352 F4 0.12332 F7 -4.0933 F8 7.2758 F9 9.5275 F10 -0.83187 F11 -9.1427 F12 0.9999 F13 -4
0 F1 -2.82352 F4 -0.12332 F7 4.0933 F8 -7.2758 F9 -9.5275 F10 0.83187 F11 9.1427 F12 -0.9999 F13 4
1 F1 2.84902 F4 0.32386 F7 -4.0933 F8 8.1404 F9 9.5275 F10 -1.12666 F11 -9.1427 F12 0.9999 F13 -4
0 F1 -2.84902 F4 -0.32386 F7 4.0933 F8 -8.1404 F9 -9.5275 F10 1.12666 F11 9.1427 F12 -0.9999 F13 4
1 F1 2.58628 F4 -0.2618 F7 -4.0933 F8 6.923 F9 9.5275 F10 -1.48617 F11 -9.1427 F12 1.99979 F13 -4
0 F1 -2.58628 F4 0.2618 F7 4.0933 F8 -6.923 F9 -9.5275 F10 1.48617 F11 9.1427 F12 -1.99979 F13 4
1 F1 2.42488 F4 0.04649 F7 -4.0933 F8 7.2516 F9 9.5275 F10 -1.43619 F11 -9.1427 F12 1.99979 F13 -4
0 F1 -2.42488 F4 -0.04649 F7 4.0933 F8 -7.2516 F9 -9.5275 F10 1.43619 F11 9.1427 F12 -1.99979 F13 4
1 F1 2.54457 F4 -0.49478 F7 -1.3098 F8 3.5954 F9 5.7413 F10 -1.44602 F11 -11.1319 F12 1.99979 F13 -4
0 F1 -2.54457 F4 0.49478 F7 1.3098 F8 -3.5954 F9 -5.7413 F10 1.44602 F11 11.1319 F12 -1.99979 F13 4
1 F1 2.83087 F4 0.24902 F7 -4.0933 F8 8.7458 F9 9.5275 F10 -1.08566 F11 -9.1427 F12 0.9999 F13 -4
0 F1 -2.83087 F4 -0.24902 F7 4.0933 F8 -8.7458 F9 -9.5275 F10 1.08566 F11 9.1427 F12 -0.9999 F13 4
1 F1 2.72412 F4 -0.72823 F7 -1.3098 F8 2.6615 F9 5.7413 F10 -1.53701 F11 -11.1319 F12 1.99979 F13 -4
0 F1 -2.72412 F4 0.72823 F7 1.3098 F8 -2.6615 F9 -5.7413 F10 1.53701 F11 11.1319 F12 -1.99979 F13 4
1 F1 2.6468 F4 0.05916 F7 -4.0933 F8 6.8451 F9 9.5275 F10 -1.22947 F11 -9.1427 F12 1.99979 F13 -4
0 F1 -2.6468 F4 -0.05916 F7 4.0933 F8 -6.8451 F9 -9.5275 F10 1.22947 F11 9.1427 F12 -1.99979 F13 4
1 F1 2.69944 F4 -0.41099 F7 -1.3098 F8 4.4642 F9 5.7413 F10 -2.5669 F11 -11.1319 F12 0.9999 F13 -4
0 F1 -2.69944 F4 0.41099 F7 1.3098 F8 -4.4642 F9 -5.7413 F10 2.5669 F11 11.1319 F12 -0.9999 F13 4
1 F1 2.87212 F4 -0.40256 F7 -1.3098 F8 3.9028 F9 5.7413 F10 -2.5928 F11 -11.1319 F12 0.9999 F13 -4
0 F1 -2.87212 F4 0.40256 F7 1.3098 F8 -3.9028 F9 -5.7413 F10 2.5928 F11 11.1319 F12 -0.9999 F13 4
1 F1 3.27287 F4 0.52453 F7 -4.0933 F8 5.1514 F9 9.5275 F10 -3.2196 F11 -9.1427 F13 -4
0 F1 -3.27287 F4 -0.52453 F7 4.0933 F8 -5.1514 F9 -9.5275 F10 3.2196 F11 9.1427 F13 4
1 F1 2.83087 F4 0.24902 F7 -4.0933 F8 8.7458 F9 9.5275 F10 -1.08566 F11 -9.1427 F12 0.9999 F13 -4
0 F1 -2.83087 F4 -0.24902 F7 4.0933 F8 -8.7458 F9 -9.5275 F10 1.08566 F11 9.1427 F12 -0.9999 F13 4
1 F1 2.7709 F4 -0.23663 F7 -1.3098 F8 5.9345 F9 5.7413 F10 -1.79397 F11 -11.1319 F12 0.9999 F13 -4
0 F1 -2.7709 F4 0.23663 F7 1.3098 F8 -5.9345 F9 -5.7413 F10 1.79397 F11 11.1319 F12 -0.9999 F13 4
1 F1 2.5617 F4 -0.4373 F7 -1.3098 F8 4.9226 F9 5.7413 F10 -2.6211 F11 -11.1319 F12 1.99979 F13 -4
0 F1 -2.5617 F4 0.4373 F7 1.3098 F8 -4.9226 F9 -5.7413 F10 2.6211 F11 11.1319 F12 -1.99979 F13 4
1 F1 2.75941 F4 0.0746701 F7 -4.0933 F8 7.2755 F9 9.5275 F10 -1.85861 F11 -9.1427 F12 0.9999 F13 -4
0 F1 -2.75941 F4 -0.0746701 F7 4.0933 F8 -7.2755 F9 -9.5275 F10 1.85861 F11 9.1427 F12 -0.9999 F13 4
1 F1 2.76463 F4 -0.62274 F7 -1.3098 F8 4.2857 F9 5.7413 F10 -1.86109 F11 -11.1319 F12 0.9999 F13 -4
0 F1 -2.76463 F4 0.62274 F7 1.3098 F8 -4.2857 F9 -5.7413 F10 1.86109 F11 11.1319 F12 -0.9999 F13 4
1 F1 2.60488 F4 0.14108 F7 -4.0933 F8 7.2316 F9 9.5275 F10 -1.87377 F11 -9.1427 F12 0.9999 F13 -4
0 F1 -2.60488 F4 -0.14108 F7 4.0933 F8 -7.2316 F9 -9.5275 F10 1.87377 F11 9.1427 F12 -0.9999 F13 4
1 F1 3.36743 F4 -0.02754 F7 -1.3098 F8 2.3841 F9 5.7413 F10 -3.9127 F11 -11.1319 F13 -4
0 F1 -3.36743 F4 0.02754 F7 1.3098 F8 -2.3841 F9 -5.7413 F10 3.9127 F11 11.1319 F13 4
1 F1 2.87415 F4 0.33466 F7 -4.0933 F8 7.2516 F9 9.5275 F10 -0.44335 F11 -9.1427 F12 0.9999 F13 -4
0 F1 -2.87415 F4 -0.33466 F7 4.0933 F8 -7.2516 F9 -9.5275 F10 0.44335 F11 9.1427 F12 -0.9999 F13 4
1 F1 3.20898 F4 0.06336 F7 -4.6042 F8 6.8912 F9 7.6221 F10 -0.11506 F11 -9.0986 F12 0.9999 F13 -4
0 F1 -3.20898 F4 -0.06336 F7 4.6042 F8 -6.8912 F9 -7.6221 F10 0.11506 F11 9.0986 F12 -0.9999 F13 4
1 F1 2.60488 F4 0.14108 F7 -4.0933 F8 7.2316 F9 9.5275 F10 -1.87377 F11 -9.1427 F12 0.9999 F13 -4
0 F1 -2.60488 F4 -0.14108 F7 4.0933 F8 -7.2316 F9 -9.5275 F10 1.87377 F11 9.1427 F12 -0.9999 F13 4
1 F1 2.94358 F4 -0.22821 F7 -1.3098 F8 5.3731 F9 5.7413 F10 -1.81981 F11 -11.1319 F12 0.9999 F13 -4
0 F1 -2.94358 F4 0.22821 F7 1.3098 F8 -5.3731 F9 -5.7413 F10 1.81981 F11 11.1319 F12 -0.9999 F13 4
1 F1 2.699 F4 -0.73904 F7 -1.3098 F8 3.5504 F9 5.7413 F10 -2.22032 F11 -11.1319 F12 1.99979 F13 -4
0 F1 -2.699 F4 0.73904 F7 1.3098 F8 -3.5504 F9 -5.7413 F10 2.22032 F11 11.1319 F12 -1.99979 F13 4
1 F1 3.08132 F4 -0.20189 F7 -1.3098 F8 4.9147 F9 5.7413 F10 -1.76563 F11 -11.1319 F13 -4
0 F1 -3.08132 F4 0.20189 F7 1.3098 F8 -4.9147 F9 -5.7413 F10 1.76563 F11 11.1319 F13 4
1 F1 2.62167 F4 0.0483501 F7 -4.0933 F8 7.7339 F9 9.5275 F10 -1.91279 F11 -9.1427 F12 1.99979 F13 -4
0 F1 -2.62167 F4 -0.0483501 F7 4.0933 F8 -7.7339 F9 -9.5275 F10 1.91279 F11 9.1427 F12 -1.99979 F13 4
1 F1 2.80269 F4 0.16031 F7 -4.0933 F8 6.376 F9 9.5275 F10 -1.2163 F11 -9.1427 F12 0.9999 F13 -4
0 F1 -2.80269 F4 -0.16031 F7 4.0933 F8 -6.376 F9 -9.5275 F10 1.2163 F11 9.1427 F12 -0.9999 F13 4
1 F1 2.91808 F4 -0.42875 F7 -1.3098 F8 4.5084 F9 5.7413 F10 -1.52502 F11 -11.1319 F12 0.9999 F13 -4
0 F1 -2.91808 F4 0.42875 F7 1.3098 F8 -4.5084 F9 -5.7413 F10 1.52502 F11 11.1319 F12 -0.9999 F13 4
1 F1 2.75206 F4 -0.0510299 F7 -4.0933 F8 5.8055 F9 9.5275 F10 -1.60483 F11 -9.1427 F12 0.9999 F13 -4
0 F1 -2.75206 F4 0.0510299 F7 4.0933 F8 -5.8055 F9 -9.5275 F10 1.60483 F11 9.1427 F12 -0.9999 F13 4
1 F1 2.73401 F4 -0.61861 F7 -1.3098 F8 2.6077 F9 5.7413 F10 -1.66884 F11 -11.1319 F12 1.99979 F13 -4
0 F1 -2.73401 F4 0.61861 F7 1.3098 F8 -2.6077 F9 -5.7413 F10 1.66884 F11 11.1319 F12 -1.99979 F13 4
1 F1 2.96871 F4 -0.21741 F7 -1.3098 F8 4.4842 F9 5.7413 F10 -1.13649 F11 -11.1319 F12 0.9999 F13 -4
0 F1 -2.96871 F4 0.21741 F7 1.3098 F8 -4.4842 F9 -5.7413 F10 1.13649 F11 11.1319 F12 -0.9999 F13 4
1 F1 2.62167 F4 0.0483501 F7 -4.0933 F8 7.7339 F9 9.5275 F10 -1.91279 F11 -9.1427 F12 1.99979 F13 -4
0 F1 -2.62167 F4 -0.0483501 F7 4.0933 F8 -7.7339 F9 -9.5275 F10 1.91279 F11 9.1427 F12 -1.99979 F13 4
1 F1 2.5362 F4 -0.63784 F7 -1.3098 F8 4.058 F9 5.7413 F10 -2.32631 F11 -11.1319 F12 1.99979 F13 -4
0 F1 -2.5362 F4 0.63784 F7 1.3098 F8 -4.058 F9 -5.7413 F10 2.32631 F11 11.1319 F12 -1.99979 F13 4
1 F1 2.75941 F4 0.0746701 F7 -4.0933 F8 7.2755 F9 9.5275 F10 -1.85861 F11 -9.1427 F12 0.9999 F13 -4
0 F1 -2.75941 F4 -0.0746701 F7 4.0933 F8 -7.2755 F9 -9.5275 F10 1.85861 F11 9.1427 F12 -0.9999 F13 4
1 F1 2.43539 F4 0.0137 F7 -4.0933 F8 7.9508 F9 9.5275 F10 -0.420691 F11 -9.1427 F12 0.9999 F13 -4
0 F1 -2.43539 F4 -0.0137 F7 4.0933 F8 -7.9508 F9 -9.5275 F10 0.420691 F11 9.1427 F12 -0.9999 F13 4
1 F1 2.76463 F4 -0.62274 F7 -1.3098 F8 4.2857 F9 5.7413 F10 -1.86109 F11 -11.1319 F12 0.9999 F13 -4
0 F1 -2.76463 F4 0.62274 F7 1.3098 F8 -4.2857 F9 -5.7413 F10 1.86109 F11 11.1319 F12 -0.9999 F13 4
1 F1 2.84902 F4 0.32386 F7 -4.0933 F8 8.1404 F9 9.5275 F10 -1.12666 F11 -9.1427 F12 0.9999 F13 -4
0 F1 -2.84902 F4 -0.32386 F7 4.0933 F8 -8.1404 F9 -9.5275 F10 1.12666 F11 9.1427 F12 -0.9999 F13 4
1 F1 2.91808 F4 -0.42875 F7 -1.3098 F8 4.5084 F9 5.7413 F10 -1.52502 F11 -11.1319 F12 0.9999 F13 -4
0 F1 -2.91808 F4 0.42875 F7 1.3098 F8 -4.5084 F9 -5.7413 F10 1.52502 F11 11.1319 F12 -0.9999 F13 4
1 F1 2.83087 F4 0.24902 F7 -4.0933 F8 8.7458 F9 9.5275 F10 -1.08566 F11 -9.1427 F12 0.9999 F13 -4
0 F1 -2.83087 F4 -0.24902 F7 4.0933 F8 -8.7458 F9 -9.5275 F10 1.08566 F11 9.1427 F12 -0.9999 F13 4
1 F1 2.60488 F4 0.14108 F7 -4.0933 F8 7.2316 F9 9.5275 F10 -1.87377 F11 -9.1427 F12 0.9999 F13 -4
0 F1 -2.60488 F4 -0.14108 F7 4.0933 F8 -7.2316 F9 -9.5275 F10 1.87377 F11 9.1427 F12 -0.9999 F13 4
1 F1 3.05822 F4 0.52453 F7 -4.0933 F8 9.1523 F9 9.5275 F10 -0.29953 F11 -9.1427 F13 -4
0 F1 -3.05822 F4 -0.52453 F7 4.0933 F8 -9.1523 F9 -9.5275 F10 0.29953 F11 9.1427 F13 4
1 F1 2.75941 F4 0.0746701 F7 -4.0933 F8 7.2755 F9 9.5275 F10 -1.85861 F11 -9.1427 F12 0.9999 F13 -4
0 F1 -2.75941 F4 -0.0746701 F7 4.0933 F8 -7.2755 F9 -9.5275 F10 1.85861 F11 9.1427 F12 -0.9999 F13 4
1 F1 2.72412 F4 -0.72823 F7 -1.3098 F8 2.6615 F9 5.7413 F10 -1.53701 F11 -11.1319 F12 1.99979 F13 -4
0 F1 -2.72412 F4 0.72823 F7 1.3098 F8 -2.6615 F9 -5.7413 F10 1.53701 F11 11.1319 F12 -1.99979 F13 4
1 F1 1.47728 F4 1.11033 F7 -7.186 F8 12.414 F9 9.5948 F10 3.7178 F11 -10.9513 F13 -5
0 F1 -1.47728 F4 -1.11033 F7 7.186 F8 -12.414 F9 -9.5948 F10 -3.7178 F11 10.9513 F13 5
1 F1 1.81463 F4 0.67998 F7 -7.3858 F8 13.1844 F9 8.5417 F10 4.9135 F11 -11.7573 F13 -5
0 F1 -1.81463 F4 -0.67998 F7 7.3858 F8 -13.1844 F9 -8.5417 F10 -4.9135 F11 11.7573 F13 5
1 F1 1.79212 F4 1.04644 F7 -9.4082 F8 18.973 F9 11.6673 F10 5.2109 F11 -12.5457 F12 -0.999941 F13 -6
0 F1 -1.79212 F4 -1.04644 F7 9.4082 F8 -18.973 F9 -11.6673 F10 -5.2109 F11 12.5457 F12 0.999941 F13 6
1 F1 2.20595 F4 1.37369 F7 -9.4082 F8 15.9518 F9 11.6673 F10 4.0703 F11 -12.5457 F13 -6
0 F1 -2.20595 F4 -1.37369 F7 9.4082 F8 -15.9518 F9 -11.6673 F10 -4.0703 F11 12.5457 F13 6
1 F1 1.97468 F4 1.12474 F7 -9.4082 F8 17.1493 F9 11.6673 F10 5.0569 F11 -12.5457 F13 -6
0 F1 -1.97468 F4 -1.12474 F7 9.4082 F8 -17.1493 F9 -11.6673 F10 -5.0569 F11 12.5457 F13 6
1 F1 0.95433 F4 0.66339 F7 -8.3049 F8 15.0329 F9 10.3314 F10 5.2886 F11 -9.4776 F12 -0.999941 F13 -4
0 F1 -0.95433 F4 -0.66339 F7 8.3049 F8 -15.0329 F9 -10.3314 F10 -5.2886 F11 9.4776 F12 0.999941 F13 4
1 F1 1.93957 F4 0.67931 F7 -7.3858 F8 12.8178 F9 8.5417 F10 4.1359 F11 -11.7573 F13 -5
0 F1 -1.93957 F4 -0.67931 F7 7.3858 F8 -12.8178 F9 -8.5417 F10 -4.1359 F11 11.7573 F13 5
1 F1 2.00742 F4 1.27864 F7 -12.3671 F8 23.0697 F9 15.8267 F10 5.3617 F11 -12.4786 F12 -0.999941 F13 -6
0 F1 -2.00742 F4 -1.27864 F7 12.3671 F8 -23.0697 F9 -15.8267 F10 -5.3617 F11 12.4786 F12 0.999941 F13 6
1 F1 2.15349 F4 0.77323 F7 -7.3858 F8 12.2457 F9 8.5417 F10 4.0954 F11 -11.7573 F13 -5
0 F1 -2.15349 F4 -0.77323 F7 7.3858 F8 -12.2457 F9 -8.5417 F10 -4.0954 F11 11.7573 F13 5
1 F1 1.97468 F4 1.12474 F7 -9.4082 F8 17.1493 F9 11.6673 F10 5.0569 F11 -12.5457 F13 -6
0 F1 -1.97468 F4 -1.12474 F7 9.4082 F8 -17.1493 F9 -11.6673 F10 -5.0569 F11 12.5457 F13 6
1 F1 1.84576 F4 1.01672 F7 -7.3858 F8 13.1698 F9 8.5417 F10 3.727 F11 -11.7573 F12 -0.999941 F13 -5
0 F1 -1.84576 F4 -1.01672 F7 7.3858 F8 -13.1698 F9 -8.5417 F10 -3.727 F11 11.7573 F12 0.999941 F13 5
1 F1 0.9719 F4 0.49728 F7 -8.3049 F8 15.6737 F9 10.3314 F10 5.6425 F11 -9.4776 F12 -0.999941 F13 -4
0 F1 -0.9719 F4 -0.49728 F7 8.3049 F8 -15.6737 F9 -10.3314 F10 -5.6425 F11 9.4776 F12 0.999941 F13 4
1 F1 1.88262 F4 0.83387 F7 -9.4082 F8 16.5529 F9 11.6673 F10 5.8594 F11 -12.5457 F13 -6
0 F1 -1.88262 F4 -0.83387 F7 9.4082 F8 -16.5529 F9 -11.6673 F10 -5.8594 F11 12.5457 F13 6
1 F1 0.9719 F4 0.49728 F7 -8.3049 F8 15.6737 F9 10.3314 F10 5.6425 F11 -9.4776 F12 -0.999941 F13 -4
0 F1 -0.9719 F4 -0.49728 F7 8.3049 F8 -15.6737 F9 -10.3314 F10 -5.6425 F11 9.4776 F12 0.999941 F13 4
1 F1 1.93957 F4 0.67931 F7 -7.3858 F8 12.8178 F9 8.5417 F10 4.1359 F11 -11.7573 F13 -5
0 F1 -1.93957 F4 -0.67931 F7 7.3858 F8 -12.8178 F9 -8.5417 F10 -4.1359 F11 11.7573 F13 5
1 F1 2.09631 F4 1.24892 F7 -9.4082 F8 14.7146 F9 11.6673 F10 4.5188 F11 -12.5457 F13 -6
0 F1 -2.09631 F4 -1.24892 F7 9.4082 F8 -14.7146 F9 -11.6673 F10 -4.5188 F11 12.5457 F13 6
1 F1 1.38524 F4 1.0475 F7 -8.3049 F8 14.6906 F9 10.3314 F10 3.6681 F11 -9.4777 F12 -0.999941 F13 -4
0 F1 -1.38524 F4 -1.0475 F7 8.3049 F8 -14.6906 F9 -10.3314 F10 -3.6681 F11 9.4777 F12 0.999941 F13 4
1 F1 1.81463 F4 0.67998 F7 -7.3858 F8 13.1844 F9 8.5417 F10 4.9135 F11 -11.7573 F13 -5
0 F1 -1.81463 F4 -0.67998 F7 7.3858 F8 -13.1844 F9 -8.5417 F10 -4.9135 F11 11.7573 F13 5
1 F1 1.79212 F4 1.04644 F7 -9.4082 F8 18.973 F9 11.6673 F10 5.2109 F11 -12.5457 F12 -0.999941 F13 -6
0 F1 -1.79212 F4 -1.04644 F7 9.4082 F8 -18.973 F9 -11.6673 F10 -5.2109 F11 12.5457 F12 0.999941 F13 6
1 F1 1.86835 F4 0.87513 F7 -9.4082 F8 17.9802 F9 11.6673 F10 5.266 F11 -12.5457 F13 -6
0 F1 -1.86835 F4 -0.87513 F7 9.4082 F8 -17.9802 F9 -11.6673 F10 -5.266 F11 12.5457 F13 6
1 F1 2.09962 F4 1.12407 F7 -9.4082 F8 16.7827 F9 11.6673 F10 4.2793 F11 -12.5457 F13 -6
0 F1 -2.09962 F4 -1.12407 F7 9.4082 F8 -16.7827 F9 -11.6673 F10 -4.2793 F11 12.5457 F13 6
1 F1 1.7083 F4 0.43037 F7 -7.3858 F8 14.0153 F9 8.5417 F10 5.1226 F11 -11.7573 F13 -5
0 F1 -1.7083 F4 -0.43037 F7 7.3858 F8 -14.0153 F9 -8.5417 F10 -5.1226 F11 11.7573 F13 5
1 F1 1.80777 F4 1.14347 F7 -12.3671 F8 22.2145 F9 15.8267 F10 5.9956 F11 -12.4786 F12 -0.999941 F13 -6
0 F1 -1.80777 F4 -1.14347 F7 12.3671 F8 -22.2145 F9 -15.8267 F10 -5.9956 F11 12.4786 F12 0.999941 F13 6
1 F1 1.68261 F4 1.00451 F7 -9.4082 F8 17.0209 F9 11.6673 F10 4.9431 F11 -12.5457 F12 -0.999941 F13 -6
0 F1 -1.68261 F4 -1.00451 F7 9.4082 F8 -17.0209 F9 -11.6673 F10 -4.9431 F11 12.5457 F12 0.999941 F13 6
1 F1 1.45134 F4 0.75557 F7 -9.4082 F8 18.2184 F9 11.6673 F10 5.9297 F11 -12.5457 F12 -0.999941 F13 -6
0 F1 -1.45134 F4 -0.75557 F7 9.4082 F8 -18.2184 F9 -11.6673 F10 -5.9297 F11 12.5457 F12 0.999941 F13 6
1 F1 1.15397 F4 0.79856 F7 -8.3049 F8 15.8881 F9 10.3314 F10 4.6547 F11 -9.4777 F12 -0.999941 F13 -4
0 F1 -1.15397 F4 -0.79856 F7 8.3049 F8 -15.8881 F9 -10.3314 F10 -4.6547 F11 9.4777 F12 0.999941 F13 4
1 F1 1.59247 F4 0.91127 F7 -9.4082 F8 18.1178 F9 11.6673 F10 5.8448 F11 -12.5457 F12 -0.999941 F13 -6
0 F1 -1.59247 F4 -0.91127 F7 9.4082 F8 -18.1178 F9 -11.6673 F10 -5.8448 F11 12.5457 F12 0.999941 F13 6
1 F1 1.046 F4 1.03203 F7 -7.186 F8 14.0794 F9 9.5948 F10 3.7881 F11 -10.9513 F12 -0.999941 F13 -5
0 F1 -1.046 F4 -1.03203 F7 7.186 F8 -14.0794 F9 -9.5948 F10 -3.7881 F11 10.9513 F12 0.999941 F13 5
1 F1 1.69091 F4 0.16923 F7 -7.3858 F8 14.2497 F9 8.5417 F10 5.6575 F11 -11.7573 F12 -0.999941 F13 -5
0 F1 -1.69091 F4 -0.16923 F7 7.3858 F8 -14.2497 F9 -8.5417 F10 -5.6575 F11 11.7573 F12 0.999941 F13 5
1 F1 1.66503 F4 1.17061 F7 -9.4082 F8 16.3801 F9 11.6673 F10 4.5892 F11 -12.5457 F12 -0.999941 F13 -6
0 F1 -1.66503 F4 -1.17061 F7 9.4082 F8 -16.3801 F9 -11.6673 F10 -4.5892 F11 12.5457 F12 0.999941 F13 6
1 F1 1.77503 F4 0.98957 F7 -9.4082 F8 16.2941 F9 11.6673 F10 5.6908 F11 -12.5457 F13 -6
0 F1 -1.77503 F4 -0.98957 F7 9.4082 F8 -16.2941 F9 -11.6673 F10 -5.6908 F11 12.5457 F13 6
1 F1 1.88262 F4 0.83387 F7 -9.4082 F8 16.5529 F9 11.6673 F10 5.8594 F11 -12.5457 F13 -6
0 F1 -1.88262 F4 -0.83387 F7 9.4082 F8 -16.5529 F9 -11.6673 F10 -5.8594 F11 12.5457 F13 6
1 F1 1.82374 F4 1.16021 F7 -9.4082 F8 16.9203 F9 11.6673 F10 4.8581 F11 -12.5457 F12 -0.999941 F13 -6
0 F1 -1.82374 F4 -1.16021 F7 9.4082 F8 -16.9203 F9 -11.6673 F10 -4.8581 F11 12.5457 F12 0.999941 F13 6
1 F1 1.89997 F4 0.9889 F7 -9.4082 F8 15.9275 F9 11.6673 F10 4.9132 F11 -12.5457 F13 -6
0 F1 -1.89997 F4 -0.9889 F7 9.4082 F8 -15.9275 F9 -11.6673 F10 -4.9132 F11 12.5457 F13 6
1 F1 1.63207 F4 0.60168 F7 -7.3858 F8 15.0081 F9 8.5417 F10 5.0675 F11 -11.7573 F12 -0.999941 F13 -5
0 F1 -1.63207 F4 -0.60168 F7 7.3858 F8 -15.0081 F9 -8.5417 F10 -5.0675 F11 11.7573 F12 0.999941 F13 5
1 F1 1.92222 F4 0.52428 F7 -7.3858 F8 13.4432 F9 8.5417 F10 5.0821 F11 -11.7573 F13 -5
0 F1 -1.92222 F4 -0.52428 F7 7.3858 F8 -13.4432 F9 -8.5417 F10 -5.0821 F11 11.7573 F13 5
1 F1 2.31354 F4 1.21799 F7 -9.4082 F8 16.2106 F9 11.6673 F10 4.2388 F11 -12.5457 F13 -6
0 F1 -2.31354 F4 -1.21799 F7 9.4082 F8 -16.2106 F9 -11.6673 F10 -4.2388 F11 12.5457 F13 6
1 F1 1.15397 F4 0.79856 F7 -8.3049 F8 15.8881 F9 10.3314 F10 4.6547 F11 -9.4777 F12 -0.999941 F13 -4
0 F1 -1.15397 F4 -0.79856 F7 8.3049 F8 -15.8881 F9 -10.3314 F10 -4.6547 F11 9.4777 F12 0.999941 F13 4
1 F1 1.7083 F4 0.43037 F7 -7.3858 F8 14.0153 F9 8.5417 F10 5.1226 F11 -11.7573 F13 -5
0 F1 -1.7083 F4 -0.43037 F7 7.3858 F8 -14.0153 F9 -8.5417 F10 -5.1226 F11 11.7573 F13 5
1 F1 1.80616 F4 1.32631 F7 -9.4082 F8 16.2795 F9 11.6673 F10 4.5043 F11 -12.5457 F12 -0.999941 F13 -6
0 F1 -1.80616 F4 -1.32631 F7 9.4082 F8 -16.2795 F9 -11.6673 F10 -4.5043 F11 12.5457 F12 0.999941 F13 6
1 F1 1.1856 F4 0.91233 F7 -8.3049 F8 13.8354 F9 10.3314 F10 4.302 F11 -9.4776 F12 -0.999941 F13 -4
0 F1 -1.1856 F4 -0.91233 F7 8.3049 F8 -13.8354 F9 -10.3314 F10 -4.302 F11 9.4776 F12 0.999941 F13 4
1 F1 1.79059 F4 0.77104 F7 -10.5271 F8 18.8296 F9 12.4039 F10 5.8097 F11 -11.072 F12 -0.999941 F13 -5
0 F1 -1.79059 F4 -0.77104 F7 10.5271 F8 -18.8296 F9 -12.4039 F10 -5.8097 F11 11.072 F12 0.999941 F13 5
1 F1 1.86835 F4 0.87513 F7 -9.4082 F8 17.9802 F9 11.6673 F10 5.266 F11 -12.5457 F13 -6
0 F1 -1.86835 F4 -0.87513 F7 9.4082 F8 -17.9802 F9 -11.6673 F10 -5.266 F11 12.5457 F13 6
1 F1 1.95064 F4 1.2158 F7 -12.5495 F8 22.7945 F9 15.5295 F10 5.9531 F11 -11.8604 F12 -0.999941 F13 -6
0 F1 -1.95064 F4 -1.2158 F7 12.5495 F8 -22.7945 F9 -15.5295 F10 -5.9531 F11 11.8604 F12 0.999941 F13 6
1 F1 1.80616 F4 1.32631 F7 -9.4082 F8 16.2795 F9 11.6673 F10 4.5043 F11 -12.5457 F12 -0.999941 F13 -6
0 F1 -1.80616 F4 -1.32631 F7 9.4082 F8 -16.2795 F9 -11.6673 F10 -4.5043 F11 12.5457 F12 0.999941 F13 6
1 F1 2.0063 F4 1.23852 F7 -9.4082 F8 15.0966 F9 11.6673 F10 4.7042 F11 -12.5457 F13 -6
0 F1 -2.0063 F4 -1.23852 F7 9.4082 F8 -15.0966 F9 -11.6673 F10 -4.7042 F11 12.5457 F13 6
1 F1 1.77503 F4 0.98957 F7 -9.4082 F8 16.2941 F9 11.6673 F10 5.6908 F11 -12.5457 F13 -6
0 F1 -1.77503 F4 -0.98957 F7 9.4082 F8 -16.2941 F9 -11.6673 F10 -5.6908 F11 12.5457 F13 6
1 F1 1.95064 F4 1.2158 F7 -12.5495 F8 22.7945 F9 15.5295 F10 5.9531 F11 -11.8604 F12 -0.999941 F13 -6
0 F1 -1.95064 F4 -1.2158 F7 12.5495 F8 -22.7945 F9 -15.5295 F10 -5.9531 F11 11.8604 F12 0.999941 F13 6
1 F1 1.95064 F4 1.2158 F7 -12.5495 F8 22.7945 F9 15.5295 F10 5.9531 F11 -11.8604 F12 -0.999941 F13 -6
0 F1 -1.95064 F4 -1.2158 F7 12.5495 F8 -22.7945 F9 -15.5295 F10 -5.9531 F11 11.8604 F12 0.999941 F13 6
1 F1 2.00581 F4 1.46148 F7 -9.4082 F8 17.1347 F9 11.6673 F10 3.8704 F11 -12.5457 F12 -0.999941 F13 -6
0 F1 -2.00581 F4 -1.46148 F7 9.4082 F8 -17.1347 F9 -11.6673 F10 -3.8704 F11 12.5457 F12 0.999941 F13 6
1 F1 -0.2244 F4 -0.0352499 F7 -4.0264 F8 8.84 F9 14.616 F10 0.571099 F11 -3.1251 F13 -3
0 F1 0.2244 F4 0.0352499 F7 4.0264 F8 -8.84 F9 -14.616 F10 -0.571099 F11 3.1251 F13 3
1 F1 -0.0315504 F4 -0.19403 F7 -4.0264 F8 6.2655 F9 16.7379 F10 -1.1692 F11 -3.1251 F12 0.999941 F13 -3
0 F1 0.0315504 F4 0.19403 F7 4.0264 F8 -6.2655 F9 -16.7379 F10 1.1692 F11 3.1251 F12 -0.999941 F13 3
1 F1 -0.46225 F4 -0.22511 F7 -4.0264 F8 8.1201 F9 14.616 F10 0.5224 F11 -3.1251 F12 0.999941 F13 -3
0 F1 0.46225 F4 0.22511 F7 4.0264 F8 -8.1201 F9 -14.616 F10 -0.5224 F11 3.1251 F12 -0.999941 F13 3
1 F1 -0.16556 F4 0.10055 F7 -3.5213 F8 7.3732 F9 13.577 F10 -0.239901 F11 -4.0833 F13 -3
0 F1 0.16556 F4 -0.10055 F7 3.5213 F8 -7.3732 F9 -13.577 F10 0.239901 F11 4.0833 F13 3
1 F1 -0.23885 F4 -0.32172 F7 -6.1812 F8 10.6195 F9 19.7165 F10 0.9886 F11 -2.2044 F13 -4
0 F1 0.23885 F4 0.32172 F7 6.1812 F8 -10.6195 F9 -19.7165 F10 -0.9886 F11 2.2044 F13 4
1 F1 -0.0324502 F4 -0.46645 F7 -4.0264 F8 8.0844 F9 14.616 F10 0.1774 F11 -3.1251 F12 0.999941 F13 -3
0 F1 0.0324502 F4 0.46645 F7 4.0264 F8 -8.0844 F9 -14.616 F10 -0.1774 F11 3.1251 F12 -0.999941 F13 3
1 F1 -0.61992 F4 -0.10367 F7 -4.0264 F8 8.3562 F9 14.616 F10 -0.0968008 F11 -3.1251 F13 -3
0 F1 0.61992 F4 0.10367 F7 4.0264 F8 -8.3562 F9 -14.616 F10 0.0968008 F11 3.1251 F13 3
1 F1 -0.0425 F4 -0.0109499 F7 -8.78761 F8 15.0593 F9 24.197 F10 1.3404 F11 -4.5391 F13 -5
0 F1 0.0425 F4 0.0109499 F7 8.78761 F8 -15.0593 F9 -24.197 F10 -1.3404 F11 4.5391 F13 5
1 F1 -0.42686 F4 -0.32983 F7 -4.0264 F8 7.8397 F9 16.7379 F10 -0.686701 F11 -3.1251 F12 0.999941 F13 -3
0 F1 0.42686 F4 0.32983 F7 4.0264 F8 -7.8397 F9 -16.7379 F10 0.686701 F11 3.1251 F12 -0.999941 F13 3
1 F1 0.17291 F4 -0.63034 F7 -4.0264 F8 8.2136 F9 14.616 F10 0.6654 F11 -3.1251 F12 -0.999889 F13 -3
0 F1 -0.17291 F4 0.63034 F7 4.0264 F8 -8.2136 F9 -14.616 F10 -0.6654 F11 3.1251 F12 0.999889 F13 3
1 F1 -0.0374103 F4 0.17606 F7 -4.0264 F8 7.2287 F9 14.616 F10 -0.4069 F11 -3.1251 F13 -3
0 F1 0.0374103 F4 -0.17606 F7 4.0264 F8 -7.2287 F9 -14.616 F10 0.4069 F11 3.1251 F13 3
1 F1 -0.37898 F4 -0.178 F7 -6.1812 F8 9.9335 F9 19.7165 F10 -0.5792 F11 -2.2044 F12 0.999889 F13 -4
0 F1 0.37898 F4 0.178 F7 6.1812 F8 -9.9335 F9 -19.7165 F10 0.5792 F11 2.2044 F12 -0.999889 F13 4
1 F1 -0.26633 F4 -0.63586 F7 -4.0264 F8 7.9719 F9 16.7379 F10 -0.488501 F11 -3.1251 F12 0.999941 F13 -3
0 F1 0.26633 F4 0.63586 F7 4.0264 F8 -7.9719 F9 -16.7379 F10 0.488501 F11 3.1251 F12 -0.999941 F13 3
1 F1 -0.40453 F4 -0.42293 F7 -6.1812 F8 9.8581 F9 21.8384 F10 -0.7496 F11 -2.2044 F12 0.999889 F13 -4
0 F1 0.40453 F4 0.42293 F7 6.1812 F8 -9.8581 F9 -21.8384 F10 0.7496 F11 2.2044 F12 -0.999889 F13 4
1 F1 -0.0374103 F4 0.17606 F7 -4.0264 F8 7.2287 F9 14.616 F10 -0.4069 F11 -3.1251 F13 -3
0 F1 0.0374103 F4 -0.17606 F7 4.0264 F8 -7.2287 F9 -14.616 F10 0.4069 F11 3.1251 F13 3
1 F1 -0.16556 F4 0.10055 F7 -3.5213 F8 7.3732 F9 13.577 F10 -0.239901 F11 -4.0833 F13 -3
0 F1 0.16556 F4 -0.10055 F7 3.5213 F8 -7.3732 F9 -13.577 F10 0.239901 F11 4.0833 F13 3
1 F1 0.17291 F4 -0.63034 F7 -4.0264 F8 8.2136 F9 14.616 F10 0.6654 F11 -3.1251 F12 -0.999889 F13 -3
0 F1 -0.17291 F4 0.63034 F7 4.0264 F8 -8.2136 F9 -14.616 F10 -0.6654 F11 3.1251 F12 0.999889 F13 3
1 F1 -0.0324502 F4 -0.46645 F7 -4.0264 F8 8.0844 F9 14.616 F10 0.1774 F11 -3.1251 F12 0.999941 F13 -3
0 F1 0.0324502 F4 0.46645 F7 4.0264 F8 -8.0844 F9 -14.616 F10 -0.1774 F11 3.1251 F12 -0.999941 F13 3
1 F1 -0.39944 F4 -0.0688698 F7 -3.5213 F8 7.2607 F9 15.6989 F10 -0.905701 F11 -4.0833 F13 -3
0 F1 0.39944 F4 0.0688698 F7 3.5213 F8 -7.2607 F9 -15.6989 F10 0.905701 F11 4.0833 F13 3
1 F1 -0.0629702 F4 -0.0688698 F7 -4.0264 F8 7.1533 F9 16.7379 F10 -0.5772 F11 -3.1251 F13 -3
0 F1 0.0629702 F4 0.0688698 F7 4.0264 F8 -7.1533 F9 -16.7379 F10 0.5772 F11 3.1251 F13 3
1 F1 -0.47273 F4 -0.49114 F7 -6.1812 F8 10.507 F9 21.8384 F10 0.3227 F11 -2.2044 F13 -4
0 F1 0.47273 F4 0.49114 F7 6.1812 F8 -10.507 F9 -21.8384 F10 -0.3227 F11 2.2044 F13 4
1 F1 0.16783 F4 -0.81735 F7 -8.78761 F8 16.0442 F9 24.197 F10 2.4127 F11 -4.5391 F12 -0.999889 F13 -5
0 F1 -0.16783 F4 0.81735 F7 8.78761 F8 -16.0442 F9 -24.197 F10 -2.4127 F11 4.5391 F12 0.999889 F13 5
1 F1 -0.44412 F4 -0.15681 F7 -6.1812 F8 10.4093 F9 19.7165 F10 0.7671 F11 -2.2044 F12 -0.999889 F13 -4
0 F1 0.44412 F4 0.15681 F7 6.1812 F8 -10.4093 F9 -19.7165 F10 -0.7671 F11 2.2044 F12 0.999889 F13 4
1 F1 -0.41865 F4 -0.0352499 F7 -4.0264 F8 8.7768 F9 14.616 F10 0.3332 F11 -3.1251 F13 -3
0 F1 0.41865 F4 0.0352499 F7 4.0264 F8 -8.7768 F9 -14.616 F10 -0.3332 F11 3.1251 F13 3
1 F1 -0.38723 F4 -0.16041 F7 -4.0264 F8 7.8889 F9 14.616 F10 -0.258801 F11 -3.1251 F12 0.999941 F13 -3
0 F1 0.38723 F4 0.16041 F7 4.0264 F8 -7.8889 F9 -14.616 F10 0.258801 F11 3.1251 F12 -0.999941 F13 3
1 F1 -0.0233302 F4 0.10055 F7 -4.0264 F8 7.2026 F9 14.616 F10 -0.149301 F11 -3.1251 F13 -3
0 F1 0.0233302 F4 -0.10055 F7 4.0264 F8 -7.2026 F9 -14.616 F10 0.149301 F11 3.1251 F13 3
1 F1 -0.61992 F4 -0.10367 F7 -4.0264 F8 8.3562 F9 14.616 F10 -0.0968008 F11 -3.1251 F13 -3
0 F1 0.61992 F4 0.10367 F7 4.0264 F8 -8.3562 F9 -14.616 F10 0.0968008 F11 3.1251 F13 3
1 F1 -0.0629702 F4 -0.0688698 F7 -4.0264 F8 7.1533 F9 16.7379 F10 -0.5772 F11 -3.1251 F13 -3
0 F1 0.0629702 F4 0.0688698 F7 4.0264 F8 -7.1533 F9 -16.7379 F10 0.5772 F11 3.1251 F13 3
1 F1 0.17091 F4 0.10055 F7 -4.0264 F8 7.2658 F9 14.616 F10 0.0885992 F11 -3.1251 F13 -3
0 F1 -0.17091 F4 -0.10055 F7 4.0264 F8 -7.2658 F9 -14.616 F10 -0.0885992 F11 3.1251 F13 3
1 F1 -0.17065 F4 -0.25351 F7 -6.1812 F8 9.9706 F9 19.7165 F10 -0.0837002 F11 -2.2044 F12 0.999889 F13 -4
0 F1 0.17065 F4 0.25351 F7 6.1812 F8 -9.9706 F9 -19.7165 F10 0.0837002 F11 2.2044 F12 -0.999889 F13 4
1 F1 -0.17065 F4 -0.25351 F7 -6.1812 F8 9.9706 F9 19.7165 F10 -0.0837002 F11 -2.2044 F12 0.999889 F13 -4
0 F1 0.17065 F4 0.25351 F7 6.1812 F8 -9.9706 F9 -19.7165 F10 0.0837002 F11 2.2044 F12 -0.999889 F13 4
1 F1 -0.0680504 F4 -0.25588 F7 -8.78761 F8 14.9839 F9 26.3189 F10 1.17 F11 -4.5391 F13 -5
0 F1 0.0680504 F4 0.25588 F7 8.78761 F8 -14.9839 F9 -26.3189 F10 -1.17 F11 4.5391 F13 5
1 F1 -0.46871 F4 0.0559402 F7 -6.1812 F8 9.6499 F9 19.7165 F10 0.9095 F11 -2.2044 F12 -0.999889 F13 -4
0 F1 0.46871 F4 -0.0559402 F7 6.1812 F8 -9.6499 F9 -19.7165 F10 -0.9095 F11 2.2044 F12 0.999889 F13 4
1 F1 -0.37898 F4 -0.178 F7 -6.1812 F8 9.9335 F9 19.7165 F10 -0.5792 F11 -2.2044 F12 0.999889 F13 -4
0 F1 0.37898 F4 0.178 F7 6.1812 F8 -9.9335 F9 -19.7165 F10 0.5792 F11 2.2044 F12 -0.999889 F13 4
1 F1 -0.17065 F4 -0.25351 F7 -6.1812 F8 9.9706 F9 19.7165 F10 -0.0837002 F11 -2.2044 F12 0.999889 F13 -4
0 F1 0.17065 F4 0.25351 F7 6.1812 F8 -9.9706 F9 -19.7165 F10 0.0837002 F11 2.2044 F12 -0.999889 F13 4
1 F1 -0.0669403 F4 -0.0893099 F7 -4.0264 F8 6.5459 F9 14.616 F10 0.04 F11 -3.1251 F12 0.999941 F13 -3
0 F1 0.0669403 F4 0.0893099 F7 4.0264 F8 -6.5459 F9 -14.616 F10 -0.04 F11 3.1251 F12 -0.999941 F13 3
1 F1 -0.25551 F4 0.44196 F7 -3.5213 F8 5.302 F9 15.6989 F10 -1.5223 F11 -4.0833 F12 -0.999889 F13 -3
0 F1 0.25551 F4 -0.44196 F7 3.5213 F8 -5.302 F9 -15.6989 F10 1.5223 F11 4.0833 F12 0.999889 F13 3
1 F1 -0.61992 F4 -0.10367 F7 -4.0264 F8 8.3562 F9 14.616 F10 -0.0968008 F11 -3.1251 F13 -3
0 F1 0.61992 F4 0.10367 F7 4.0264 F8 -8.3562 F9 -14.616 F10 0.0968008 F11 3.1251 F13 3
1 F1 -0.0640302 F4 0.2912 F7 -8.78761 F8 14.1268 F9 24.197 F10 1.7568 F11 -4.5391 F12 -0.999889 F13 -5
0 F1 0.0640302 F4 -0.2912 F7 8.78761 F8 -14.1268 F9 -24.197 F10 -1.7568 F11 4.5391 F12 0.999889 F13 5
1 F1 -0.17065 F4 -0.25351 F7 -6.1812 F8 9.9706 F9 19.7165 F10 -0.0837002 F11 -2.2044 F12 0.999889 F13 -4
0 F1 0.17065 F4 0.25351 F7 6.1812 F8 -9.9706 F9 -19.7165 F10 0.0837002 F11 2.2044 F12 -0.999889 F13 4
1 F1 -0.16865 F4 -0.9844 F7 -6.1812 F8 10.9184 F9 19.7165 F10 0.4931 F11 -2.2044 F13 -4
0 F1 0.16865 F4 0.9844 F7 6.1812 F8 -10.9184 F9 -19.7165 F10 -0.4931 F11 2.2044 F13 4
1 F1 -0.43272 F4 0.0402601 F7 -4.0264 F8 8.8029 F9 14.616 F10 0.0754995 F11 -3.1251 F13 -3
0 F1 0.43272 F4 -0.0402601 F7 4.0264 F8 -8.8029 F9 -14.616 F10 -0.0754995 F11 3.1251 F13 3
1 F1 -0.0629702 F4 -0.0688698 F7 -4.0264 F8 7.1533 F9 16.7379 F10 -0.5772 F11 -3.1251 F13 -3
0 F1 0.0629702 F4 0.0688698 F7 4.0264 F8 -7.1533 F9 -16.7379 F10 0.5772 F11 3.1251 F13 3
1 F1 -0.44412 F4 -0.15681 F7 -6.1812 F8 10.4093 F9 19.7165 F10 0.7671 F11 -2.2044 F12 -0.999889 F13 -4
0 F1 0.44412 F4 0.15681 F7 6.1812 F8 -10.4093 F9 -19.7165 F10 -0.7671 F11 2.2044 F12 0.999889 F13 4
1 F1 -0.26633 F4 -0.63586 F7 -4.0264 F8 7.9719 F9 16.7379 F10 -0.488501 F11 -3.1251 F12 0.999941 F13 -3
0 F1 0.26633 F4 0.63586 F7 4.0264 F8 -7.9719 F9 -16.7379 F10 0.488501 F11 3.1251 F12 -0.999941 F13 3
1 F1 -0.0640302 F4 0.2912 F7 -8.78761 F8 14.1268 F9 24.197 F10 1.7568 F11 -4.5391 F12 -0.999889 F13 -5
0 F1 0.0640302 F4 -0.2912 F7 8.78761 F8 -14.1268 F9 -24.197 F10 -1.7568 F11 4.5391 F12 0.999889 F13 5
1 F1 -0.16865 F4 -0.9844 F7 -6.1812 F8 10.9184 F9 19.7165 F10 0.4931 F11 -2.2044 F13 -4
0 F1 0.16865 F4 0.9844 F7 6.1812 F8 -10.9184 F9 -19.7165 F10 -0.4931 F11 2.2044 F13 4
1 F1 -0.31435 F4 0.30616 F7 -4.0264 F8 6.7688 F9 16.7379 F10 -0.7113 F11 -3.1251 F12 -0.999889 F13 -3
0 F1 0.31435 F4 -0.30616 F7 4.0264 F8 -6.7688 F9 -16.7379 F10 0.7113 F11 3.1251 F12 0.999889 F13 3
1 F1 -0.40051 F4 0.12415 F7 -6.1812 F8 9.001 F9 19.7165 F10 -0.1628 F11 -2.2044 F13 -4
0 F1 0.40051 F4 -0.12415 F7 6.1812 F8 -9.001 F9 -19.7165 F10 0.1628 F11 2.2044 F13 4
1 F1 -0.21039 F4 -0.05477 F7 -6.1812 F8 10.1381 F9 19.7165 F10 0.4164 F11 -2.2044 F12 -0.999889 F13 -4
0 F1 0.21039 F4 0.05477 F7 6.1812 F8 -10.1381 F9 -19.7165 F10 -0.4164 F11 2.2044 F12 0.999889 F13 4

View File

@ -0,0 +1,702 @@
STDOUT_1=Sampling ranked pairs.
STDOUT_2=1 F1 0.4164 F4 2.9461 F7 -8.998 F8 14.7449 F9 6.16 F10 4.3236 F11 -6.1283 F13 -4
STDOUT_3=0 F1 -0.4164 F4 -2.9461 F7 8.998 F8 -14.7449 F9 -6.16 F10 -4.3236 F11 6.1283 F13 4
STDOUT_4=1 F1 1.44376 F4 2.22521 F7 -13.6706 F8 23.7795 F9 10.752 F10 8.1452 F11 -8.1415 F13 -4
STDOUT_5=0 F1 -1.44376 F4 -2.22521 F7 13.6706 F8 -23.7795 F9 -10.752 F10 -8.1452 F11 8.1415 F13 4
STDOUT_6=1 F1 0.89591 F4 1.8068 F7 -6.313 F8 9.4281 F9 4.731 F10 3.1604 F11 -4.6302 F12 0.9999 F13 -3
STDOUT_7=0 F1 -0.89591 F4 -1.8068 F7 6.313 F8 -9.4281 F9 -4.731 F10 -3.1604 F11 4.6302 F12 -0.9999 F13 3
STDOUT_8=1 F1 0.6747 F4 3.51403 F7 -8.998 F8 13.7687 F9 6.16 F10 3.7053 F11 -6.1283 F12 -0.9999 F13 -4
STDOUT_9=0 F1 -0.6747 F4 -3.51403 F7 8.998 F8 -13.7687 F9 -6.16 F10 -3.7053 F11 6.1283 F12 0.9999 F13 4
STDOUT_10=1 F1 0.39438 F4 3.3574 F7 -8.998 F8 14.4282 F9 6.16 F10 4.9325 F11 -6.1283 F13 -4
STDOUT_11=0 F1 -0.39438 F4 -3.3574 F7 8.998 F8 -14.4282 F9 -6.16 F10 -4.9325 F11 6.1283 F13 4
STDOUT_12=1 F1 0.5627 F4 1.82763 F7 -6.313 F8 10.1229 F9 4.731 F10 3.1072 F11 -4.6302 F13 -3
STDOUT_13=0 F1 -0.5627 F4 -1.82763 F7 6.313 F8 -10.1229 F9 -4.731 F10 -3.1072 F11 4.6302 F13 3
STDOUT_14=1 F1 0.69157 F4 2.15972 F7 -2.761 F8 6.51711 F9 0.523003 F10 0.186699 F11 -10.1662 F12 0.9999 F13 -4
STDOUT_15=0 F1 -0.69157 F4 -2.15972 F7 2.761 F8 -6.51711 F9 -0.523003 F10 -0.186699 F11 10.1662 F12 -0.9999 F13 4
STDOUT_16=1 F1 0.79549 F4 0.38114 F7 -4.801 F8 7.1264 F9 4.609 F10 3.7282 F11 -4.4686 F12 0.9999 F13 -2
STDOUT_17=0 F1 -0.79549 F4 -0.38114 F7 4.801 F8 -7.1264 F9 -4.609 F10 -3.7282 F11 4.4686 F12 -0.9999 F13 2
STDOUT_18=1 F1 1.70833 F4 2.42584 F7 -13.6706 F8 23.7368 F9 10.752 F10 7.8332 F11 -8.1415 F13 -4
STDOUT_19=0 F1 -1.70833 F4 -2.42584 F7 13.6706 F8 -23.7368 F9 -10.752 F10 -7.8332 F11 8.1415 F13 4
STDOUT_20=1 F1 0.89591 F4 1.8068 F7 -6.313 F8 9.4281 F9 4.731 F10 3.1604 F11 -4.6302 F12 0.9999 F13 -3
STDOUT_21=0 F1 -0.89591 F4 -1.8068 F7 6.313 F8 -9.4281 F9 -4.731 F10 -3.1604 F11 4.6302 F12 -0.9999 F13 3
STDOUT_22=1 F1 0.31138 F4 2.92624 F7 -7.825 F8 12.1253 F9 4.853 F10 3.1072 F11 -4.7918 F13 -4
STDOUT_23=0 F1 -0.31138 F4 -2.92624 F7 7.825 F8 -12.1253 F9 -4.853 F10 -3.1072 F11 4.7918 F13 4
STDOUT_24=1 F1 1.44376 F4 2.22521 F7 -13.6706 F8 23.7795 F9 10.752 F10 8.1452 F11 -8.1415 F13 -4
STDOUT_25=0 F1 -1.44376 F4 -2.22521 F7 13.6706 F8 -23.7795 F9 -10.752 F10 -8.1452 F11 8.1415 F13 4
STDOUT_26=1 F1 0.31138 F4 2.92624 F7 -7.825 F8 12.1253 F9 4.853 F10 3.1072 F11 -4.7918 F13 -4
STDOUT_27=0 F1 -0.31138 F4 -2.92624 F7 7.825 F8 -12.1253 F9 -4.853 F10 -3.1072 F11 4.7918 F13 4
STDOUT_28=1 F1 0.5627 F4 1.82763 F7 -6.313 F8 10.1228 F9 4.731 F10 3.1072 F11 -4.6302 F13 -3
STDOUT_29=0 F1 -0.5627 F4 -1.82763 F7 6.313 F8 -10.1228 F9 -4.731 F10 -3.1072 F11 4.6302 F13 3
STDOUT_30=1 F1 1.02994 F4 3.0819 F7 -8.998 F8 13.3907 F9 6.16 F10 3.1496 F11 -6.1283 F13 -4
STDOUT_31=0 F1 -1.02994 F4 -3.0819 F7 8.998 F8 -13.3907 F9 -6.16 F10 -3.1496 F11 6.1283 F13 4
STDOUT_32=1 F1 0.81402 F4 0.72902 F7 -4.801 F8 8.1204 F9 4.609 F10 3.1072 F11 -4.4686 F13 -2
STDOUT_33=0 F1 -0.81402 F4 -0.72902 F7 4.801 F8 -8.1204 F9 -4.609 F10 -3.1072 F11 4.4686 F13 2
STDOUT_34=1 F1 1.00792 F4 3.4932 F7 -8.998 F8 13.074 F9 6.16 F10 3.7585 F11 -6.1283 F13 -4
STDOUT_35=0 F1 -1.00792 F4 -3.4932 F7 8.998 F8 -13.074 F9 -6.16 F10 -3.7585 F11 6.1283 F13 4
STDOUT_36=1 F1 0.79549 F4 0.38114 F7 -4.801 F8 7.1264 F9 4.609 F10 3.7282 F11 -4.4686 F12 0.9999 F13 -2
STDOUT_37=0 F1 -0.79549 F4 -0.38114 F7 4.801 F8 -7.1264 F9 -4.609 F10 -3.7282 F11 4.4686 F12 -0.9999 F13 2
STDOUT_38=1 F1 0.29812 F4 1.627 F7 -6.313 F8 10.1655 F9 4.731 F10 3.4192 F11 -4.6302 F13 -3
STDOUT_39=0 F1 -0.29812 F4 -1.627 F7 6.313 F8 -10.1655 F9 -4.731 F10 -3.4192 F11 4.6302 F13 3
STDOUT_40=1 F1 0.63134 F4 1.60617 F7 -6.313 F8 9.4708 F9 4.731 F10 3.4724 F11 -4.6302 F12 0.9999 F13 -3
STDOUT_41=0 F1 -0.63134 F4 -1.60617 F7 6.313 F8 -9.4708 F9 -4.731 F10 -3.4724 F11 4.6302 F12 -0.9999 F13 3
STDOUT_42=1 F1 0.12981 F4 3.15677 F7 -8.998 F8 14.4709 F9 6.16 F10 5.2445 F11 -6.1283 F13 -4
STDOUT_43=0 F1 -0.12981 F4 -3.15677 F7 8.998 F8 -14.4709 F9 -6.16 F10 -5.2445 F11 6.1283 F13 4
STDOUT_44=1 F1 0.39438 F4 3.3574 F7 -8.998 F8 14.4282 F9 6.16 F10 4.9325 F11 -6.1283 F13 -4
STDOUT_45=0 F1 -0.39438 F4 -3.3574 F7 8.998 F8 -14.4282 F9 -6.16 F10 -4.9325 F11 6.1283 F13 4
STDOUT_46=1 F1 1.44376 F4 2.22521 F7 -13.6706 F8 23.7795 F9 10.752 F10 8.1452 F11 -8.1415 F13 -4
STDOUT_47=0 F1 -1.44376 F4 -2.22521 F7 13.6706 F8 -23.7795 F9 -10.752 F10 -8.1452 F11 8.1415 F13 4
STDOUT_48=1 F1 0.69157 F4 2.15972 F7 -2.761 F8 6.51711 F9 0.523003 F10 0.186699 F11 -10.1662 F12 0.9999 F13 -4
STDOUT_49=0 F1 -0.69157 F4 -2.15972 F7 2.761 F8 -6.51711 F9 -0.523003 F10 -0.186699 F11 10.1662 F12 -0.9999 F13 4
STDOUT_50=1 F1 1.98865 F4 2.05073 F7 -6.313 F8 4.07191 F9 4.792 F10 2.4229 F11 -5.3037 F12 0.9999 F13 -3
STDOUT_51=0 F1 -1.98865 F4 -2.05073 F7 6.313 F8 -4.07191 F9 -4.792 F10 -2.4229 F11 5.3037 F12 -0.9999 F13 3
STDOUT_52=1 F1 1.16926 F4 0.29689 F7 -4.801 F8 7.7424 F9 4.609 F10 2.5515 F11 -4.4686 F12 0.9999 F13 -2
STDOUT_53=0 F1 -1.16926 F4 -0.29689 F7 4.801 F8 -7.7424 F9 -4.609 F10 -2.5515 F11 4.4686 F12 -0.9999 F13 2
STDOUT_54=1 F1 0.6747 F4 3.51403 F7 -8.998 F8 13.7687 F9 6.16 F10 3.7053 F11 -6.1283 F12 -0.9999 F13 -4
STDOUT_55=0 F1 -0.6747 F4 -3.51403 F7 8.998 F8 -13.7687 F9 -6.16 F10 -3.7053 F11 6.1283 F12 0.9999 F13 4
STDOUT_56=1 F1 1.7843 F4 2.40365 F7 -2.761 F8 1.1609 F9 0.584 F10 -0.5508 F11 -10.8397 F12 0.9999 F13 -4
STDOUT_57=0 F1 -1.7843 F4 -2.40365 F7 2.761 F8 -1.1609 F9 -0.584 F10 0.5508 F11 10.8397 F12 -0.9999 F13 4
STDOUT_58=1 F1 0.31138 F4 2.92624 F7 -7.825 F8 12.1253 F9 4.853 F10 3.1072 F11 -4.7918 F13 -4
STDOUT_59=0 F1 -0.31138 F4 -2.92624 F7 7.825 F8 -12.1253 F9 -4.853 F10 -3.1072 F11 4.7918 F13 4
STDOUT_60=1 F1 0.54944 F4 0.52839 F7 -4.801 F8 8.1631 F9 4.609 F10 3.4192 F11 -4.4686 F13 -2
STDOUT_61=0 F1 -0.54944 F4 -0.52839 F7 4.801 F8 -8.1631 F9 -4.609 F10 -3.4192 F11 4.4686 F13 2
STDOUT_62=1 F1 1.47904 F4 3.11315 F7 -15.1824 F8 26.056 F9 10.874 F10 7.2243 F11 -8.3031 F13 -5
STDOUT_63=0 F1 -1.47904 F4 -3.11315 F7 15.1824 F8 -26.056 F9 -10.874 F10 -7.2243 F11 8.3031 F13 5
STDOUT_64=1 F1 1.44376 F4 2.22521 F7 -13.6706 F8 23.7795 F9 10.752 F10 8.1452 F11 -8.1415 F13 -4
STDOUT_65=0 F1 -1.44376 F4 -2.22521 F7 13.6706 F8 -23.7795 F9 -10.752 F10 -8.1452 F11 8.1415 F13 4
STDOUT_66=1 F1 0.31138 F4 2.92624 F7 -7.825 F8 12.1253 F9 4.853 F10 3.1072 F11 -4.7918 F13 -4
STDOUT_67=0 F1 -0.31138 F4 -2.92624 F7 7.825 F8 -12.1253 F9 -4.853 F10 -3.1072 F11 4.7918 F13 4
STDOUT_68=1 F1 0.91794 F4 1.3955 F7 -6.313 F8 9.7449 F9 4.731 F10 2.5515 F11 -4.6302 F12 0.9999 F13 -3
STDOUT_69=0 F1 -0.91794 F4 -1.3955 F7 6.313 F8 -9.7449 F9 -4.731 F10 -2.5515 F11 4.6302 F12 -0.9999 F13 3
STDOUT_70=1 F1 0.91794 F4 1.3955 F7 -6.313 F8 9.7448 F9 4.731 F10 2.5515 F11 -4.6302 F12 0.9999 F13 -3
STDOUT_71=0 F1 -0.91794 F4 -1.3955 F7 6.313 F8 -9.7448 F9 -4.731 F10 -2.5515 F11 4.6302 F12 -0.9999 F13 3
STDOUT_72=1 F1 1.02994 F4 3.0819 F7 -8.998 F8 13.3907 F9 6.16 F10 3.1496 F11 -6.1283 F13 -4
STDOUT_73=0 F1 -1.02994 F4 -3.0819 F7 8.998 F8 -13.3907 F9 -6.16 F10 -3.1496 F11 6.1283 F13 4
STDOUT_74=1 F1 0.3072 F4 3.23098 F7 -8.998 F8 14.0862 F9 6.16 F10 5.1883 F11 -6.1283 F13 -4
STDOUT_75=0 F1 -0.3072 F4 -3.23098 F7 8.998 F8 -14.0862 F9 -6.16 F10 -5.1883 F11 6.1283 F13 4
STDOUT_76=1 F1 0.29812 F4 1.627 F7 -6.313 F8 10.1655 F9 4.731 F10 3.4192 F11 -4.6302 F13 -3
STDOUT_77=0 F1 -0.29812 F4 -1.627 F7 6.313 F8 -10.1655 F9 -4.731 F10 -3.4192 F11 4.6302 F13 3
STDOUT_78=1 F1 1.00792 F4 3.4932 F7 -8.998 F8 13.074 F9 6.16 F10 3.7585 F11 -6.1283 F13 -4
STDOUT_79=0 F1 -1.00792 F4 -3.4932 F7 8.998 F8 -13.074 F9 -6.16 F10 -3.7585 F11 6.1283 F13 4
STDOUT_80=1 F1 -0.20341 F4 3.17761 F7 -8.998 F8 15.1656 F9 6.16 F10 5.1913 F11 -6.1283 F12 -0.9999 F13 -4
STDOUT_81=0 F1 0.20341 F4 -3.17761 F7 8.998 F8 -15.1656 F9 -6.16 F10 -5.1913 F11 6.1283 F12 0.9999 F13 4
STDOUT_82=1 F1 0.69157 F4 2.15972 F7 -2.761 F8 6.51711 F9 0.523003 F10 0.186699 F11 -10.1662 F12 0.9999 F13 -4
STDOUT_83=0 F1 -0.69157 F4 -2.15972 F7 2.761 F8 -6.51711 F9 -0.523003 F10 -0.186699 F11 10.1662 F12 -0.9999 F13 4
STDOUT_84=1 F1 0.81402 F4 0.72902 F7 -4.801 F8 8.1204 F9 4.609 F10 3.1072 F11 -4.4686 F13 -2
STDOUT_85=0 F1 -0.81402 F4 -0.72902 F7 4.801 F8 -8.1204 F9 -4.609 F10 -3.1072 F11 4.4686 F13 2
STDOUT_86=1 F1 0.54417 F4 1.47975 F7 -6.313 F8 9.12881 F9 4.731 F10 3.7282 F11 -4.6302 F12 0.9999 F13 -3
STDOUT_87=0 F1 -0.54417 F4 -1.47975 F7 6.313 F8 -9.12881 F9 -4.731 F10 -3.7282 F11 4.6302 F12 -0.9999 F13 3
STDOUT_88=1 F1 -0.20341 F4 3.17761 F7 -8.998 F8 15.1656 F9 6.16 F10 5.1913 F11 -6.1283 F12 -0.9999 F13 -4
STDOUT_89=0 F1 0.20341 F4 -3.17761 F7 8.998 F8 -15.1656 F9 -6.16 F10 -5.1913 F11 6.1283 F12 0.9999 F13 4
STDOUT_90=1 F1 0.29812 F4 1.627 F7 -6.313 F8 10.1655 F9 4.731 F10 3.4192 F11 -4.6302 F13 -3
STDOUT_91=0 F1 -0.29812 F4 -1.627 F7 6.313 F8 -10.1655 F9 -4.731 F10 -3.4192 F11 4.6302 F13 3
STDOUT_92=1 F1 0.74335 F4 3.29257 F7 -8.998 F8 13.1167 F9 6.16 F10 4.0705 F11 -6.1283 F13 -4
STDOUT_93=0 F1 -0.74335 F4 -3.29257 F7 8.998 F8 -13.1167 F9 -6.16 F10 -4.0705 F11 6.1283 F13 4
STDOUT_94=1 F1 0.0611596 F4 3.37823 F7 -8.998 F8 15.1229 F9 6.16 F10 4.8793 F11 -6.1283 F12 -0.9999 F13 -4
STDOUT_95=0 F1 -0.0611596 F4 -3.37823 F7 8.998 F8 -15.1229 F9 -6.16 F10 -4.8793 F11 6.1283 F12 0.9999 F13 4
STDOUT_96=1 F1 0.85923 F4 3.34466 F7 -15.1824 F8 26.4767 F9 10.874 F10 8.092 F11 -8.3031 F12 -0.9999 F13 -5
STDOUT_97=0 F1 -0.85923 F4 -3.34466 F7 15.1824 F8 -26.4767 F9 -10.874 F10 -8.092 F11 8.3031 F12 0.9999 F13 5
STDOUT_98=1 F1 0.80874 F4 1.68038 F7 -6.313 F8 9.0862 F9 4.731 F10 3.4162 F11 -4.6302 F12 0.9999 F13 -3
STDOUT_99=0 F1 -0.80874 F4 -1.68038 F7 6.313 F8 -9.0862 F9 -4.731 F10 -3.4162 F11 4.6302 F12 -0.9999 F13 3
STDOUT_100=1 F1 0.81402 F4 0.72902 F7 -4.801 F8 8.1204 F9 4.609 F10 3.1072 F11 -4.4686 F13 -2
STDOUT_101=0 F1 -0.81402 F4 -0.72902 F7 4.801 F8 -8.1204 F9 -4.609 F10 -3.1072 F11 4.4686 F13 2
STDOUT_102=1 F1 1.16976 F4 -2.36153 F7 -6.3697 F8 23.7062 F9 13.8679 F10 3.318 F11 -16.9726 F12 1.99983 F13 -7
STDOUT_103=0 F1 -1.16976 F4 2.36153 F7 6.3697 F8 -23.7062 F9 -13.8679 F10 -3.318 F11 16.9726 F12 -1.99983 F13 7
STDOUT_104=1 F1 0.73686 F4 -1.99054 F7 -6.3697 F8 25.096 F9 16.1642 F10 4.4829 F11 -17.1645 F13 -7
STDOUT_105=0 F1 -0.73686 F4 1.99054 F7 6.3697 F8 -25.096 F9 -16.1642 F10 -4.4829 F11 17.1645 F13 7
STDOUT_106=1 F1 1.16976 F4 -2.36153 F7 -6.3697 F8 23.7062 F9 13.8679 F10 3.318 F11 -16.9726 F12 1.99983 F13 -7
STDOUT_107=0 F1 -1.16976 F4 2.36153 F7 6.3697 F8 -23.7062 F9 -13.8679 F10 -3.318 F11 16.9726 F12 -1.99983 F13 7
STDOUT_108=1 F1 -3.06747 F4 -1.30821 F7 4.3474 F8 13.9272 F9 10.3496 F10 -1.8334 F11 -22.6825 F13 -7
STDOUT_109=0 F1 3.06747 F4 1.30821 F7 -4.3474 F8 -13.9272 F9 -10.3496 F10 1.8334 F11 22.6825 F13 7
STDOUT_110=1 F1 -2.40305 F4 -1.06467 F7 -1.0403 F8 20.048 F9 11.0825 F10 1.3896 F11 -16.6653 F12 0.999889 F13 -8
STDOUT_111=0 F1 2.40305 F4 1.06467 F7 1.0403 F8 -20.048 F9 -11.0825 F10 -1.3896 F11 16.6653 F12 -0.999889 F13 8
STDOUT_112=1 F1 -1.61858 F4 -2.1259 F7 4.2267 F8 5.3552 F9 2.26189 F10 -1.1591 F11 -10.4168 F12 1.99983 F13 -5
STDOUT_113=0 F1 1.61858 F4 2.1259 F7 -4.2267 F8 -5.3552 F9 -2.26189 F10 1.1591 F11 10.4168 F12 -1.99983 F13 5
STDOUT_114=1 F1 -3.06747 F4 -1.30821 F7 4.3474 F8 13.9272 F9 10.3496 F10 -1.8334 F11 -22.6825 F13 -7
STDOUT_115=0 F1 3.06747 F4 1.30821 F7 -4.3474 F8 -13.9272 F9 -10.3496 F10 1.8334 F11 22.6825 F13 7
STDOUT_116=1 F1 0.73687 F4 -1.99054 F7 -6.3697 F8 25.096 F9 16.1642 F10 4.483 F11 -17.1645 F13 -7
STDOUT_117=0 F1 -0.73687 F4 1.99054 F7 6.3697 F8 -25.096 F9 -16.1642 F10 -4.483 F11 17.1645 F13 7
STDOUT_118=1 F1 -1.27198 F4 -0.6524 F7 -1.0403 F8 15.8487 F9 8.78619 F10 0.4072 F11 -16.4733 F12 1.99983 F13 -8
STDOUT_119=0 F1 1.27198 F4 0.6524 F7 1.0403 F8 -15.8487 F9 -8.78619 F10 -0.4072 F11 16.4733 F12 -1.99983 F13 8
STDOUT_120=1 F1 -1.89933 F4 -0.90188 F7 -1.0403 F8 16.5404 F9 8.78619 F10 2.1928 F11 -16.4733 F12 1.99983 F13 -8
STDOUT_121=0 F1 1.89933 F4 0.90188 F7 1.0403 F8 -16.5404 F9 -8.78619 F10 -2.1928 F11 16.4733 F12 -1.99983 F13 8
STDOUT_122=1 F1 1.40822 F4 -2.26277 F7 -6.3697 F8 25.558 F9 13.8679 F10 5.3832 F11 -16.9726 F12 0.999889 F13 -7
STDOUT_123=0 F1 -1.40822 F4 2.26277 F7 6.3697 F8 -25.558 F9 -13.8679 F10 -5.3832 F11 16.9726 F12 -0.999889 F13 7
STDOUT_124=1 F1 -1.38012 F4 -2.02713 F7 4.2267 F8 7.207 F9 2.26189 F10 0.906101 F11 -10.4168 F12 0.999889 F13 -5
STDOUT_125=0 F1 1.38012 F4 2.02713 F7 -4.2267 F8 -7.207 F9 -2.26189 F10 -0.906101 F11 10.4168 F12 -0.999889 F13 5
STDOUT_126=1 F1 -1.92089 F4 -0.79447 F7 -1.0403 F8 16.8987 F9 11.0826 F10 -0.0744991 F11 -16.6653 F12 1.99983 F13 -8
STDOUT_127=0 F1 1.92089 F4 0.79447 F7 1.0403 F8 -16.8987 F9 -11.0826 F10 0.0744991 F11 16.6653 F12 -1.99983 F13 8
STDOUT_128=1 F1 -2.39611 F4 -1.58044 F7 4.3474 F8 14.3892 F9 8.0533 F10 -0.9331 F11 -22.4906 F12 0.999889 F13 -7
STDOUT_129=0 F1 2.39611 F4 1.58044 F7 -4.3474 F8 -14.3892 F9 -8.0533 F10 0.9331 F11 22.4906 F12 -0.999889 F13 7
STDOUT_130=1 F1 -1.74551 F4 -2.32966 F7 4.2267 F8 7.3125 F9 2.7443 F10 -2.1007 F11 -10.6798 F12 0.999889 F13 -5
STDOUT_131=0 F1 1.74551 F4 2.32966 F7 -4.2267 F8 -7.3125 F9 -2.7443 F10 2.1007 F11 10.6798 F12 -0.999889 F13 5
STDOUT_132=1 F1 -2.07629 F4 -1.56649 F7 4.2267 F8 9.1761 F9 2.08749 F10 0.996601 F11 -9.9871 F12 1.99983 F13 -5
STDOUT_133=0 F1 2.07629 F4 1.56649 F7 -4.2267 F8 -9.1761 F9 -2.08749 F10 -0.996601 F11 9.9871 F12 -1.99983 F13 5
STDOUT_134=1 F1 -1.24867 F4 -1.23482 F7 -1.0403 F8 16.2154 F9 8.78619 F10 2.6941 F11 -16.4733 F12 1.99983 F13 -8
STDOUT_135=0 F1 1.24867 F4 1.23482 F7 1.0403 F8 -16.2154 F9 -8.78619 F10 -2.6941 F11 16.4733 F12 -1.99983 F13 8
STDOUT_136=1 F1 -1.14748 F4 -0.95818 F7 4.2267 F8 10.6618 F9 2.08749 F10 2.3497 F11 -9.9871 F12 0.999889 F13 -5
STDOUT_137=0 F1 1.14748 F4 0.95818 F7 -4.2267 F8 -10.6618 F9 -2.08749 F10 -2.3497 F11 9.9871 F12 -0.999889 F13 5
STDOUT_138=1 F1 -1.94333 F4 -0.38018 F7 -1.0403 F8 15.3867 F9 11.0825 F10 -0.493099 F11 -16.6653 F12 0.999889 F13 -8
STDOUT_139=0 F1 1.94333 F4 0.38018 F7 1.0403 F8 -15.3867 F9 -11.0825 F10 0.493099 F11 16.6653 F12 -0.999889 F13 8
STDOUT_140=1 F1 -2.30485 F4 -2.84343 F7 -1.1508 F8 21.4646 F9 11.9422 F10 2.5503 F11 -16.9697 F13 -6
STDOUT_141=0 F1 2.30485 F4 2.84343 F7 1.1508 F8 -21.4646 F9 -11.9422 F10 -2.5503 F11 16.9697 F13 6
STDOUT_142=1 F1 -2.01362 F4 -0.36772 F7 -1.0403 F8 19.0732 F9 11.0826 F10 1.1805 F11 -16.6653 F12 0.999889 F13 -8
STDOUT_143=0 F1 2.01362 F4 0.36772 F7 1.0403 F8 -19.0732 F9 -11.0826 F10 -1.1805 F11 16.6653 F12 -0.999889 F13 8
STDOUT_144=1 F1 -2.31475 F4 -1.66526 F7 4.2267 F8 7.3243 F9 2.08749 F10 -1.0685 F11 -9.9871 F12 2.99973 F13 -5
STDOUT_145=0 F1 2.31475 F4 1.66526 F7 -4.2267 F8 -7.3243 F9 -2.08749 F10 1.0685 F11 9.9871 F12 -2.99973 F13 5
STDOUT_146=1 F1 -2.40305 F4 -1.06467 F7 -1.0403 F8 20.048 F9 11.0825 F10 1.3896 F11 -16.6653 F12 0.999889 F13 -8
STDOUT_147=0 F1 2.40305 F4 1.06467 F7 1.0403 F8 -20.048 F9 -11.0825 F10 -1.3896 F11 16.6653 F12 -0.999889 F13 8
STDOUT_148=1 F1 -2.51328 F4 -2.78259 F7 -1.1508 F8 22.3043 F9 14.2385 F10 2.7334 F11 -17.1616 F12 -0.999889 F13 -6
STDOUT_149=0 F1 2.51328 F4 2.78259 F7 1.1508 F8 -22.3043 F9 -14.2385 F10 -2.7334 F11 17.1616 F12 0.999889 F13 6
STDOUT_150=1 F1 -2.98611 F4 -1.39304 F7 4.2267 F8 6.8623 F9 4.3838 F10 -1.9688 F11 -10.179 F12 1.99983 F13 -5
STDOUT_151=0 F1 2.98611 F4 1.39304 F7 -4.2267 F8 -6.8623 F9 -4.3838 F10 1.9688 F11 10.179 F12 -1.99983 F13 5
STDOUT_152=1 F1 0.0655103 F4 -1.71831 F7 -6.3697 F8 24.634 F9 18.4605 F10 3.5827 F11 -17.3564 F12 -0.999889 F13 -7
STDOUT_153=0 F1 -0.0655103 F4 1.71831 F7 6.3697 F8 -24.634 F9 -18.4605 F10 -3.5827 F11 17.3564 F12 0.999889 F13 7
STDOUT_154=1 F1 -1.24953 F4 -1.0667 F7 -1.0403 F8 17.3607 F9 8.78619 F10 0.8258 F11 -16.4733 F12 2.99973 F13 -8
STDOUT_155=0 F1 1.24953 F4 1.0667 F7 1.0403 F8 -17.3607 F9 -8.78619 F10 -0.8258 F11 16.4733 F12 -2.99973 F13 8
STDOUT_156=1 F1 -2.51328 F4 -2.78259 F7 -1.1508 F8 22.3043 F9 14.2385 F10 2.7334 F11 -17.1616 F12 -0.999889 F13 -6
STDOUT_157=0 F1 2.51328 F4 2.78259 F7 1.1508 F8 -22.3043 F9 -14.2385 F10 -2.7334 F11 17.1616 F12 0.999889 F13 6
STDOUT_158=1 F1 -2.39611 F4 -1.58044 F7 4.3474 F8 14.3892 F9 8.0533 F10 -0.9331 F11 -22.4906 F12 0.999889 F13 -7
STDOUT_159=0 F1 2.39611 F4 1.58044 F7 -4.3474 F8 -14.3892 F9 -8.0533 F10 0.9331 F11 22.4906 F12 -0.999889 F13 7
STDOUT_160=1 F1 -1.33643 F4 -1.61013 F7 -1.0403 F8 17.9322 F9 8.96059 F10 2.7023 F11 -16.9031 F12 0.999889 F13 -8
STDOUT_161=0 F1 1.33643 F4 1.61013 F7 1.0403 F8 -17.9322 F9 -8.96059 F10 -2.7023 F11 16.9031 F12 -0.999889 F13 8
STDOUT_162=1 F1 -1.24953 F4 -1.0667 F7 -1.0403 F8 17.3607 F9 8.78619 F10 0.8258 F11 -16.4733 F12 2.99973 F13 -8
STDOUT_163=0 F1 1.24953 F4 1.0667 F7 1.0403 F8 -17.3607 F9 -8.78619 F10 -0.8258 F11 16.4733 F12 -2.99973 F13 8
STDOUT_164=1 F1 -2.07629 F4 -1.56649 F7 4.2267 F8 9.1761 F9 2.08749 F10 0.996601 F11 -9.9871 F12 1.99983 F13 -5
STDOUT_165=0 F1 2.07629 F4 1.56649 F7 -4.2267 F8 -9.1761 F9 -2.08749 F10 -0.996601 F11 9.9871 F12 -1.99983 F13 5
STDOUT_166=1 F1 -2.33987 F4 -1.06614 F7 -2.5821 F8 14.8641 F9 4.293 F10 9.2343 F11 -7.666 F13 -5
STDOUT_167=0 F1 2.33987 F4 1.06614 F7 2.5821 F8 -14.8641 F9 -4.293 F10 -9.2343 F11 7.666 F13 5
STDOUT_168=1 F1 -2.40305 F4 -1.06467 F7 -1.0403 F8 20.048 F9 11.0825 F10 1.3896 F11 -16.6653 F12 0.999889 F13 -8
STDOUT_169=0 F1 2.40305 F4 1.06467 F7 1.0403 F8 -20.048 F9 -11.0825 F10 -1.3896 F11 16.6653 F12 -0.999889 F13 8
STDOUT_170=1 F1 -1.34226 F4 -0.63994 F7 -1.0403 F8 19.5352 F9 8.78619 F10 2.0807 F11 -16.4733 F12 1.99983 F13 -8
STDOUT_171=0 F1 1.34226 F4 0.63994 F7 1.0403 F8 -19.5352 F9 -8.78619 F10 -2.0807 F11 16.4733 F12 -1.99983 F13 8
STDOUT_172=1 F1 -2.63457 F4 -1.6792 F7 4.3474 F8 12.5374 F9 8.0533 F10 -2.9983 F11 -22.4906 F12 1.99983 F13 -7
STDOUT_173=0 F1 2.63457 F4 1.6792 F7 -4.3474 F8 -12.5374 F9 -8.0533 F10 2.9983 F11 22.4906 F12 -1.99983 F13 7
STDOUT_174=1 F1 -1.77538 F4 -1.7539 F7 4.2267 F8 9.7848 F9 2.08749 F10 0.4937 F11 -9.9871 F12 1.99983 F13 -5
STDOUT_175=0 F1 1.77538 F4 1.7539 F7 -4.2267 F8 -9.7848 F9 -2.08749 F10 -0.4937 F11 9.9871 F12 -1.99983 F13 5
STDOUT_176=1 F1 -1.84192 F4 -3.05482 F7 -1.1508 F8 22.7663 F9 11.9421 F10 3.6337 F11 -16.9697 F13 -6
STDOUT_177=0 F1 1.84192 F4 3.05482 F7 1.1508 F8 -22.7663 F9 -11.9421 F10 -3.6337 F11 16.9697 F13 6
STDOUT_178=1 F1 -1.60483 F4 -1.11891 F7 4.2267 F8 4.2311 F9 2.08749 F10 -2.7582 F11 -9.9871 F12 2.99973 F13 -5
STDOUT_179=0 F1 1.60483 F4 1.11891 F7 -4.2267 F8 -4.2311 F9 -2.08749 F10 2.7582 F11 9.9871 F12 -2.99973 F13 5
STDOUT_180=1 F1 -2.08038 F4 -3.15358 F7 -1.1508 F8 20.9145 F9 11.9422 F10 1.5685 F11 -16.9697 F12 0.999941 F13 -6
STDOUT_181=0 F1 2.08038 F4 3.15358 F7 1.1508 F8 -20.9145 F9 -11.9422 F10 -1.5685 F11 16.9697 F12 -0.999941 F13 6
STDOUT_182=1 F1 1.16976 F4 -2.36153 F7 -6.3697 F8 23.7062 F9 13.8679 F10 3.318 F11 -16.9726 F12 1.99983 F13 -7
STDOUT_183=0 F1 -1.16976 F4 2.36153 F7 6.3697 F8 -23.7062 F9 -13.8679 F10 -3.318 F11 16.9726 F12 -1.99983 F13 7
STDOUT_184=1 F1 -2.30485 F4 -2.84343 F7 -1.1508 F8 21.4646 F9 11.9422 F10 2.5503 F11 -16.9697 F13 -6
STDOUT_185=0 F1 2.30485 F4 2.84343 F7 1.1508 F8 -21.4646 F9 -11.9422 F10 -2.5503 F11 16.9697 F13 6
STDOUT_186=1 F1 -0.30846 F4 -0.10751 F7 -7.8491 F8 23.6495 F9 10.9917 F10 5.9875 F11 -14.1523 F13 -8
STDOUT_187=0 F1 0.30846 F4 0.10751 F7 7.8491 F8 -23.6495 F9 -10.9917 F10 -5.9875 F11 14.1523 F13 8
STDOUT_188=1 F1 0.49841 F4 -2.0893 F7 -6.3697 F8 23.2442 F9 16.1642 F10 2.4178 F11 -17.1645 F12 0.999941 F13 -7
STDOUT_189=0 F1 -0.49841 F4 2.0893 F7 6.3697 F8 -23.2442 F9 -16.1642 F10 -2.4178 F11 17.1645 F12 -0.999941 F13 7
STDOUT_190=1 F1 -2.12064 F4 -1.75011 F7 4.2267 F8 6.9365 F9 2.26189 F10 0.250801 F11 -10.4168 F12 0.999889 F13 -5
STDOUT_191=0 F1 2.12064 F4 1.75011 F7 -4.2267 F8 -6.9365 F9 -2.26189 F10 -0.250801 F11 10.4168 F12 -0.999889 F13 5
STDOUT_192=1 F1 -1.92089 F4 -0.79447 F7 -1.0403 F8 16.8987 F9 11.0826 F10 -0.0744991 F11 -16.6653 F12 1.99983 F13 -8
STDOUT_193=0 F1 1.92089 F4 0.79447 F7 1.0403 F8 -16.8987 F9 -11.0826 F10 0.0744991 F11 16.6653 F12 -1.99983 F13 8
STDOUT_194=1 F1 -1.74551 F4 -2.32966 F7 4.2267 F8 7.3125 F9 2.7443 F10 -2.1007 F11 -10.6798 F12 0.999889 F13 -5
STDOUT_195=0 F1 1.74551 F4 2.32966 F7 -4.2267 F8 -7.3125 F9 -2.7443 F10 2.1007 F11 10.6798 F12 -0.999889 F13 5
STDOUT_196=1 F1 -2.63457 F4 -1.6792 F7 4.3474 F8 12.5374 F9 8.0533 F10 -2.9983 F11 -22.4906 F12 1.99983 F13 -7
STDOUT_197=0 F1 2.63457 F4 1.6792 F7 -4.3474 F8 -12.5374 F9 -8.0533 F10 2.9983 F11 22.4906 F12 -1.99983 F13 7
STDOUT_198=1 F1 -1.34226 F4 -0.63994 F7 -1.0403 F8 19.5352 F9 8.78619 F10 2.0807 F11 -16.4733 F12 1.99983 F13 -8
STDOUT_199=0 F1 1.34226 F4 0.63994 F7 1.0403 F8 -19.5352 F9 -8.78619 F10 -2.0807 F11 16.4733 F12 -1.99983 F13 8
STDOUT_200=1 F1 1.40822 F4 -2.26277 F7 -6.3697 F8 25.558 F9 13.8679 F10 5.3832 F11 -16.9726 F12 0.999889 F13 -7
STDOUT_201=0 F1 -1.40822 F4 2.26277 F7 6.3697 F8 -25.558 F9 -13.8679 F10 -5.3832 F11 16.9726 F12 -0.999889 F13 7
STDOUT_202=1 F1 -0.62664 F4 0.23845 F7 -10.5674 F8 19.8655 F9 29.486 F10 -0.98015 F11 -3.0649 F12 3.99958 F13 -4
STDOUT_203=0 F1 0.62664 F4 -0.23845 F7 10.5674 F8 -19.8655 F9 -29.486 F10 0.98015 F11 3.0649 F12 -3.99958 F13 4
STDOUT_204=1 F1 0.44854 F4 0.48555 F7 -10.5674 F8 18.2761 F9 29.486 F10 -0.7038 F11 -3.0649 F12 1.99979 F13 -4
STDOUT_205=0 F1 -0.44854 F4 -0.48555 F7 10.5674 F8 -18.2761 F9 -29.486 F10 0.7038 F11 3.0649 F12 -1.99979 F13 4
STDOUT_206=1 F1 0.44854 F4 0.48555 F7 -10.5674 F8 18.2761 F9 29.486 F10 -0.7038 F11 -3.0649 F12 1.99979 F13 -4
STDOUT_207=0 F1 -0.44854 F4 -0.48555 F7 10.5674 F8 -18.2761 F9 -29.486 F10 0.7038 F11 3.0649 F12 -1.99979 F13 4
STDOUT_208=1 F1 -0.0921199 F4 0.22584 F7 -10.5674 F8 19.3264 F9 29.486 F10 -0.75665 F11 -3.0649 F12 1.99979 F13 -4
STDOUT_209=0 F1 0.0921199 F4 -0.22584 F7 10.5674 F8 -19.3264 F9 -29.486 F10 0.75665 F11 3.0649 F12 -1.99979 F13 4
STDOUT_210=1 F1 0.50213 F4 0.62044 F7 -10.5674 F8 18.0083 F9 29.486 F10 -3.51273 F11 -3.0649 F12 0.99989 F13 -4
STDOUT_211=0 F1 -0.50213 F4 -0.62044 F7 10.5674 F8 -18.0083 F9 -29.486 F10 3.51273 F11 3.0649 F12 -0.99989 F13 4
STDOUT_212=1 F1 0.36542 F4 0.47855 F7 -10.5674 F8 17.9721 F9 29.486 F10 -3.029 F11 -3.0649 F12 2.99969 F13 -4
STDOUT_213=0 F1 -0.36542 F4 -0.47855 F7 10.5674 F8 -17.9721 F9 -29.486 F10 3.029 F11 3.0649 F12 -2.99969 F13 4
STDOUT_214=1 F1 0.14645 F4 0.15588 F7 -10.5674 F8 17.6136 F9 29.486 F10 -0.37736 F11 -3.0649 F12 1.99979 F13 -4
STDOUT_215=0 F1 -0.14645 F4 -0.15588 F7 10.5674 F8 -17.6136 F9 -29.486 F10 0.37736 F11 3.0649 F12 -1.99979 F13 4
STDOUT_216=1 F1 -1.2723 F4 0.25598 F7 -10.5674 F8 19.3269 F9 29.486 F10 2.11812 F11 -3.0649 F12 1.99979 F13 -4
STDOUT_217=0 F1 1.2723 F4 -0.25598 F7 10.5674 F8 -19.3269 F9 -29.486 F10 -2.11812 F11 3.0649 F12 -1.99979 F13 4
STDOUT_218=1 F1 -0.82073 F4 -0.0142601 F7 -10.5674 F8 20.339 F9 29.486 F10 1.01242 F11 -3.0649 F12 2.99969 F13 -4
STDOUT_219=0 F1 0.82073 F4 0.0142601 F7 10.5674 F8 -20.339 F9 -29.486 F10 -1.01242 F11 3.0649 F12 -2.99969 F13 4
STDOUT_220=1 F1 -0.0921199 F4 0.22584 F7 -10.5674 F8 19.3264 F9 29.486 F10 -0.75665 F11 -3.0649 F12 1.99979 F13 -4
STDOUT_221=0 F1 0.0921199 F4 -0.22584 F7 10.5674 F8 -19.3264 F9 -29.486 F10 0.75665 F11 3.0649 F12 -1.99979 F13 4
STDOUT_222=1 F1 -0.18048 F4 0.46638 F7 -10.5674 F8 20.2984 F9 29.486 F10 -2.13986 F11 -3.0649 F12 2.99969 F13 -4
STDOUT_223=0 F1 0.18048 F4 -0.46638 F7 10.5674 F8 -20.2984 F9 -29.486 F10 2.13986 F11 3.0649 F12 -2.99969 F13 4
STDOUT_224=1 F1 -0.25753 F4 0.51176 F7 -10.5674 F8 19.7632 F9 29.486 F10 0.17617 F11 -3.0649 F12 1.99979 F13 -4
STDOUT_225=0 F1 0.25753 F4 -0.51176 F7 10.5674 F8 -19.7632 F9 -29.486 F10 -0.17617 F11 3.0649 F12 -1.99979 F13 4
STDOUT_226=1 F1 0.20314 F4 0.36093 F7 -10.5674 F8 18.3196 F9 29.486 F10 -1.82726 F11 -3.0649 F12 0.99989 F13 -4
STDOUT_227=0 F1 -0.20314 F4 -0.36093 F7 10.5674 F8 -18.3196 F9 -29.486 F10 1.82726 F11 3.0649 F12 -0.99989 F13 4
STDOUT_228=1 F1 -0.12778 F4 0.41539 F7 -10.5674 F8 18.707 F9 29.486 F10 -1.68073 F11 -3.0649 F12 1.99979 F13 -4
STDOUT_229=0 F1 0.12778 F4 -0.41539 F7 10.5674 F8 -18.707 F9 -29.486 F10 1.68073 F11 3.0649 F12 -1.99979 F13 4
STDOUT_230=1 F1 0.51258 F4 0.44697 F7 -10.5674 F8 18.7164 F9 29.486 F10 -2.50323 F11 -3.0649 F12 1.99979 F13 -4
STDOUT_231=0 F1 -0.51258 F4 -0.44697 F7 10.5674 F8 -18.7164 F9 -29.486 F10 2.50323 F11 3.0649 F12 -1.99979 F13 4
STDOUT_232=1 F1 -0.31301 F4 0.3995 F7 -10.5674 F8 21.2756 F9 29.486 F10 2.23928 F11 -3.0649 F12 0.99989 F13 -4
STDOUT_233=0 F1 0.31301 F4 -0.3995 F7 10.5674 F8 -21.2756 F9 -29.486 F10 -2.23928 F11 3.0649 F12 -0.99989 F13 4
STDOUT_234=1 F1 0.47871 F4 0.65221 F7 -10.5674 F8 16.2679 F9 29.486 F10 -2.09068 F11 -3.0649 F12 1.99979 F13 -4
STDOUT_235=0 F1 -0.47871 F4 -0.65221 F7 10.5674 F8 -16.2679 F9 -29.486 F10 2.09068 F11 3.0649 F12 -1.99979 F13 4
STDOUT_236=1 F1 0.20858 F4 0.61363 F7 -10.5674 F8 20.3616 F9 29.486 F10 -1.8325 F11 -3.0649 F12 1.99979 F13 -4
STDOUT_237=0 F1 -0.20858 F4 -0.61363 F7 10.5674 F8 -20.3616 F9 -29.486 F10 1.8325 F11 3.0649 F12 -1.99979 F13 4
STDOUT_238=1 F1 0.50213 F4 0.62044 F7 -10.5674 F8 18.0083 F9 29.486 F10 -3.51273 F11 -3.0649 F12 0.99989 F13 -4
STDOUT_239=0 F1 -0.50213 F4 -0.62044 F7 10.5674 F8 -18.0083 F9 -29.486 F10 3.51273 F11 3.0649 F12 -0.99989 F13 4
STDOUT_240=1 F1 0.81158 F4 0.70648 F7 -10.5674 F8 18.4051 F9 29.486 F10 -4.1887 F11 -3.0649 F12 1.99979 F13 -4
STDOUT_241=0 F1 -0.81158 F4 -0.70648 F7 10.5674 F8 -18.4051 F9 -29.486 F10 4.1887 F11 3.0649 F12 -1.99979 F13 4
STDOUT_242=1 F1 -0.23758 F4 0.3857 F7 -10.5674 F8 19.9287 F9 29.486 F10 -0.67279 F11 -3.0649 F12 2.99969 F13 -4
STDOUT_243=0 F1 0.23758 F4 -0.3857 F7 10.5674 F8 -19.9287 F9 -29.486 F10 0.67279 F11 3.0649 F12 -2.99969 F13 4
STDOUT_244=1 F1 -1.08748 F4 0.10873 F7 -10.5674 F8 19.8266 F9 29.486 F10 1.39541 F11 -3.0649 F12 2.99969 F13 -4
STDOUT_245=0 F1 1.08748 F4 -0.10873 F7 10.5674 F8 -19.8266 F9 -29.486 F10 -1.39541 F11 3.0649 F12 -2.99969 F13 4
STDOUT_246=1 F1 0.16439 F4 0.3451 F7 -10.5674 F8 18.3751 F9 29.486 F10 -0.70406 F11 -3.0649 F12 1.99979 F13 -4
STDOUT_247=0 F1 -0.16439 F4 -0.3451 F7 10.5674 F8 -18.3751 F9 -29.486 F10 0.70406 F11 3.0649 F12 -1.99979 F13 4
STDOUT_248=1 F1 0.65304 F4 0.71329 F7 -10.5674 F8 19.448 F9 29.486 F10 -3.60183 F11 -3.0649 F12 0.99989 F13 -4
STDOUT_249=0 F1 -0.65304 F4 -0.71329 F7 10.5674 F8 -19.448 F9 -29.486 F10 3.60183 F11 3.0649 F12 -0.99989 F13 4
STDOUT_250=1 F1 -0.88862 F4 0.24918 F7 -10.5674 F8 20.0893 F9 29.486 F10 1.5141 F11 -3.0649 F12 2.99969 F13 -4
STDOUT_251=0 F1 0.88862 F4 -0.24918 F7 10.5674 F8 -20.0893 F9 -29.486 F10 -1.5141 F11 3.0649 F12 -2.99969 F13 4
STDOUT_252=1 F1 0.29763 F4 0.3927 F7 -10.5674 F8 16.8364 F9 29.486 F10 -0.6147 F11 -3.0649 F12 1.99979 F13 -4
STDOUT_253=0 F1 -0.29763 F4 -0.3927 F7 10.5674 F8 -16.8364 F9 -29.486 F10 0.6147 F11 3.0649 F12 -1.99979 F13 4
STDOUT_254=1 F1 -0.0755799 F4 0.47318 F7 -10.5674 F8 20.4606 F9 29.486 F10 -1.83276 F11 -3.0649 F12 1.99979 F13 -4
STDOUT_255=0 F1 0.0755799 F4 -0.47318 F7 10.5674 F8 -20.4606 F9 -29.486 F10 1.83276 F11 3.0649 F12 -1.99979 F13 4
STDOUT_256=1 F1 0.52743 F4 0.56603 F7 -10.5674 F8 18.504 F9 29.486 F10 -4.18896 F11 -3.0649 F12 1.99979 F13 -4
STDOUT_257=0 F1 -0.52743 F4 -0.56603 F7 10.5674 F8 -18.504 F9 -29.486 F10 4.18896 F11 3.0649 F12 -1.99979 F13 4
STDOUT_258=1 F1 -0.15033 F4 0.14908 F7 -10.5674 F8 18.2325 F9 29.486 F10 -0.79163 F11 -3.0649 F12 2.99969 F13 -4
STDOUT_259=0 F1 0.15033 F4 -0.14908 F7 10.5674 F8 -18.2325 F9 -29.486 F10 0.79163 F11 3.0649 F12 -2.99969 F13 4
STDOUT_260=1 F1 -0.54352 F4 0.24545 F7 -10.5674 F8 20.1695 F9 29.486 F10 1.34505 F11 -3.0649 F12 2.99969 F13 -4
STDOUT_261=0 F1 0.54352 F4 -0.24545 F7 10.5674 F8 -20.1695 F9 -29.486 F10 -1.34505 F11 3.0649 F12 -2.99969 F13 4
STDOUT_262=1 F1 0.29763 F4 0.3927 F7 -10.5674 F8 16.8364 F9 29.486 F10 -0.6147 F11 -3.0649 F12 1.99979 F13 -4
STDOUT_263=0 F1 -0.29763 F4 -0.3927 F7 10.5674 F8 -16.8364 F9 -29.486 F10 0.6147 F11 3.0649 F12 -1.99979 F13 4
STDOUT_264=1 F1 0.47871 F4 0.65221 F7 -10.5674 F8 16.2679 F9 29.486 F10 -2.09068 F11 -3.0649 F12 1.99979 F13 -4
STDOUT_265=0 F1 -0.47871 F4 -0.65221 F7 10.5674 F8 -16.2679 F9 -29.486 F10 2.09068 F11 3.0649 F12 -1.99979 F13 4
STDOUT_266=1 F1 0.29 F4 0.49235 F7 -10.5674 F8 19.3191 F9 29.486 F10 -0.11692 F11 -3.0649 F12 0.99989 F13 -4
STDOUT_267=0 F1 -0.29 F4 -0.49235 F7 10.5674 F8 -19.3191 F9 -29.486 F10 0.11692 F11 3.0649 F12 -0.99989 F13 4
STDOUT_268=1 F1 -0.32991 F4 0.14819 F7 -10.5674 F8 18.5617 F9 29.486 F10 0.26081 F11 -3.0649 F12 1.99979 F13 -4
STDOUT_269=0 F1 0.32991 F4 -0.14819 F7 10.5674 F8 -18.5617 F9 -29.486 F10 -0.26081 F11 3.0649 F12 -1.99979 F13 4
STDOUT_270=1 F1 0.14645 F4 0.15588 F7 -10.5674 F8 17.6136 F9 29.486 F10 -0.37736 F11 -3.0649 F12 1.99979 F13 -4
STDOUT_271=0 F1 -0.14645 F4 -0.15588 F7 10.5674 F8 -17.6136 F9 -29.486 F10 0.37736 F11 3.0649 F12 -1.99979 F13 4
STDOUT_272=1 F1 -0.15447 F4 0.3927 F7 -10.5674 F8 20.2327 F9 29.486 F10 1.65241 F11 -3.0649 F12 1.99979 F13 -4
STDOUT_273=0 F1 0.15447 F4 -0.3927 F7 10.5674 F8 -20.2327 F9 -29.486 F10 -1.65241 F11 3.0649 F12 -1.99979 F13 4
STDOUT_274=1 F1 0.0664201 F4 0.21904 F7 -10.5674 F8 18.2834 F9 29.486 F10 -1.34352 F11 -3.0649 F12 2.99969 F13 -4
STDOUT_275=0 F1 -0.0664201 F4 -0.21904 F7 10.5674 F8 -18.2834 F9 -29.486 F10 1.34352 F11 3.0649 F12 -2.99969 F13 4
STDOUT_276=1 F1 0.52743 F4 0.56603 F7 -10.5674 F8 18.504 F9 29.486 F10 -4.18896 F11 -3.0649 F12 1.99979 F13 -4
STDOUT_277=0 F1 -0.52743 F4 -0.56603 F7 10.5674 F8 -18.504 F9 -29.486 F10 4.18896 F11 3.0649 F12 -1.99979 F13 4
STDOUT_278=1 F1 -0.30887 F4 0.15588 F7 -10.5674 F8 19.2754 F9 29.486 F10 -0.20475 F11 -3.0649 F12 1.99979 F13 -4
STDOUT_279=0 F1 0.30887 F4 -0.15588 F7 10.5674 F8 -19.2754 F9 -29.486 F10 0.20475 F11 3.0649 F12 -1.99979 F13 4
STDOUT_280=1 F1 -0.82073 F4 -0.0142601 F7 -10.5674 F8 20.339 F9 29.486 F10 1.01242 F11 -3.0649 F12 2.99969 F13 -4
STDOUT_281=0 F1 0.82073 F4 0.0142601 F7 10.5674 F8 -20.339 F9 -29.486 F10 -1.01242 F11 3.0649 F12 -2.99969 F13 4
STDOUT_282=1 F1 -0.47947 F4 0.20687 F7 -10.5674 F8 20.6098 F9 29.486 F10 -0.45439 F11 -3.0649 F12 2.99969 F13 -4
STDOUT_283=0 F1 0.47947 F4 -0.20687 F7 10.5674 F8 -20.6098 F9 -29.486 F10 0.45439 F11 3.0649 F12 -2.99969 F13 4
STDOUT_284=1 F1 -0.30887 F4 0.15588 F7 -10.5674 F8 19.2754 F9 29.486 F10 -0.20475 F11 -3.0649 F12 1.99979 F13 -4
STDOUT_285=0 F1 0.30887 F4 -0.15588 F7 10.5674 F8 -19.2754 F9 -29.486 F10 0.20475 F11 3.0649 F12 -1.99979 F13 4
STDOUT_286=1 F1 -0.82457 F4 0.2106 F7 -10.5674 F8 20.5297 F9 29.486 F10 -0.28534 F11 -3.0649 F12 2.99969 F13 -4
STDOUT_287=0 F1 0.82457 F4 -0.2106 F7 10.5674 F8 -20.5297 F9 -29.486 F10 0.28534 F11 3.0649 F12 -2.99969 F13 4
STDOUT_288=1 F1 -0.0755799 F4 0.47318 F7 -10.5674 F8 20.4606 F9 29.486 F10 -1.83276 F11 -3.0649 F12 1.99979 F13 -4
STDOUT_289=0 F1 0.0755799 F4 -0.47318 F7 10.5674 F8 -20.4606 F9 -29.486 F10 1.83276 F11 3.0649 F12 -1.99979 F13 4
STDOUT_290=1 F1 -0.31301 F4 0.3995 F7 -10.5674 F8 21.2756 F9 29.486 F10 2.23928 F11 -3.0649 F12 0.99989 F13 -4
STDOUT_291=0 F1 0.31301 F4 -0.3995 F7 10.5674 F8 -21.2756 F9 -29.486 F10 -2.23928 F11 3.0649 F12 -0.99989 F13 4
STDOUT_292=1 F1 0.05004 F4 0.62044 F7 -10.5674 F8 21.4046 F9 29.486 F10 -1.24562 F11 -3.0649 F12 0.99989 F13 -4
STDOUT_293=0 F1 -0.05004 F4 -0.62044 F7 10.5674 F8 -21.4046 F9 -29.486 F10 1.24562 F11 3.0649 F12 -0.99989 F13 4
STDOUT_294=1 F1 0.51258 F4 0.44697 F7 -10.5674 F8 18.7164 F9 29.486 F10 -2.50323 F11 -3.0649 F12 1.99979 F13 -4
STDOUT_295=0 F1 -0.51258 F4 -0.44697 F7 10.5674 F8 -18.7164 F9 -29.486 F10 2.50323 F11 3.0649 F12 -1.99979 F13 4
STDOUT_296=1 F1 0.62962 F4 0.74506 F7 -10.5674 F8 17.7076 F9 29.486 F10 -2.17977 F11 -3.0649 F12 1.99979 F13 -4
STDOUT_297=0 F1 -0.62962 F4 -0.74506 F7 10.5674 F8 -17.7076 F9 -29.486 F10 2.17977 F11 3.0649 F12 -1.99979 F13 4
STDOUT_298=1 F1 0.65304 F4 0.71329 F7 -10.5674 F8 19.448 F9 29.486 F10 -3.60183 F11 -3.0649 F12 0.99989 F13 -4
STDOUT_299=0 F1 -0.65304 F4 -0.71329 F7 10.5674 F8 -19.448 F9 -29.486 F10 3.60183 F11 3.0649 F12 -0.99989 F13 4
STDOUT_300=1 F1 -0.0755799 F4 0.47318 F7 -10.5674 F8 20.4606 F9 29.486 F10 -1.83276 F11 -3.0649 F12 1.99979 F13 -4
STDOUT_301=0 F1 0.0755799 F4 -0.47318 F7 10.5674 F8 -20.4606 F9 -29.486 F10 1.83276 F11 3.0649 F12 -1.99979 F13 4
STDOUT_302=1 F1 -0.0145397 F4 0.55351 F7 -4.054 F8 6.6712 F9 5.492 F10 1.8494 F11 -1.2353 F13 -1
STDOUT_303=0 F1 0.0145397 F4 -0.55351 F7 4.054 F8 -6.6712 F9 -5.492 F10 -1.8494 F11 1.2353 F13 1
STDOUT_304=1 F1 -0.146 F4 -0.26363 F7 -1.84401 F8 3.2388 F9 2.186 F10 2.5956 F11 -2.6173 F12 0.999901 F13 -1
STDOUT_305=0 F1 0.146 F4 0.26363 F7 1.84401 F8 -3.2388 F9 -2.186 F10 -2.5956 F11 2.6173 F12 -0.999901 F13 1
STDOUT_306=1 F1 0.1981 F4 -0.04109 F7 -1.84401 F8 3.6455 F9 2.186 F10 2.0865 F11 -2.6173 F13 -1
STDOUT_307=0 F1 -0.1981 F4 0.04109 F7 1.84401 F8 -3.6455 F9 -2.186 F10 -2.0865 F11 2.6173 F13 1
STDOUT_308=1 F1 0.417931 F4 -0.88279 F7 -0.157013 F8 -3.3177 F9 4.52 F10 -2.2766 F11 5.2049 F12 0.999899 F13 1
STDOUT_309=0 F1 -0.417931 F4 0.88279 F7 0.157013 F8 3.3177 F9 -4.52 F10 2.2766 F11 -5.2049 F12 -0.999899 F13 -1
STDOUT_310=1 F1 0.15009 F4 0.3908 F7 -4.054 F8 5.5078 F9 5.492 F10 3.1801 F11 -1.2353 F13 -1
STDOUT_311=0 F1 -0.15009 F4 -0.3908 F7 4.054 F8 -5.5078 F9 -5.492 F10 -3.1801 F11 1.2353 F13 1
STDOUT_312=1 F1 0.75722 F4 0.66457 F7 -5.12801 F8 8.25031 F9 6.3822 F10 2.0008 F11 -3.6656 F12 -0.999901 F13 -2
STDOUT_313=0 F1 -0.75722 F4 -0.66457 F7 5.12801 F8 -8.25031 F9 -6.3822 F10 -2.0008 F11 3.6656 F12 0.999901 F13 2
STDOUT_314=1 F1 -0.10504 F4 0.24337 F7 -1.84401 F8 2.4922 F9 2.186 F10 2.3577 F11 -2.6173 F13 -1
STDOUT_315=0 F1 0.10504 F4 -0.24337 F7 1.84401 F8 -2.4922 F9 -2.186 F10 -2.3577 F11 2.6173 F13 1
STDOUT_316=1 F1 0.34359 F4 0.88566 F7 -7.338 F8 12.2871 F9 9.6882 F10 2.6461 F11 -2.2836 F13 -2
STDOUT_317=0 F1 -0.34359 F4 -0.88566 F7 7.338 F8 -12.2871 F9 -9.6882 F10 -2.6461 F11 2.2836 F13 2
STDOUT_318=1 F1 0.25309 F4 0.57552 F7 -5.12801 F8 8.1081 F9 6.3822 F10 3.1544 F11 -3.6656 F13 -2
STDOUT_319=0 F1 -0.25309 F4 -0.57552 F7 5.12801 F8 -8.1081 F9 -6.3822 F10 -3.1544 F11 3.6656 F13 2
STDOUT_320=1 F1 -0.310631 F4 -0.10093 F7 -1.84401 F8 4.4022 F9 2.186 F10 1.2649 F11 -2.6173 F12 0.999901 F13 -1
STDOUT_321=0 F1 0.310631 F4 0.10093 F7 1.84401 F8 -4.4022 F9 -2.186 F10 -1.2649 F11 2.6173 F12 -0.999901 F13 1
STDOUT_322=1 F1 0.399091 F4 0.33242 F7 -1.84401 F8 2.6344 F9 2.186 F10 1.2041 F11 -2.6173 F12 -0.999901 F13 -1
STDOUT_323=0 F1 -0.399091 F4 -0.33242 F7 1.84401 F8 -2.6344 F9 -2.186 F10 -1.2041 F11 2.6173 F12 0.999901 F13 1
STDOUT_324=1 F1 0.97538 F4 -0.0886703 F7 -4.703 F8 7.0074 F9 7.5362 F10 0.685299 F11 -0.307098 F13 -1
STDOUT_325=0 F1 -0.97538 F4 0.0886703 F7 4.703 F8 -7.0074 F9 -7.5362 F10 -0.685299 F11 0.307098 F13 1
STDOUT_326=1 F1 0.61725 F4 -0.42082 F7 -1.41901 F8 1.39149 F9 3.34 F10 -0.111401 F11 0.741203
STDOUT_327=0 F1 -0.61725 F4 0.42082 F7 1.41901 F8 -1.39149 F9 -3.34 F10 0.111401 F11 -0.741203
STDOUT_328=1 F1 -0.10964 F4 0.27258 F7 -1.84401 F8 3.3911 F9 2.186 F10 0.3825 F11 -2.6173 F13 -1
STDOUT_329=0 F1 0.10964 F4 -0.27258 F7 1.84401 F8 -3.3911 F9 -2.186 F10 -0.3825 F11 2.6173 F13 1
STDOUT_330=1 F1 0.399091 F4 0.33242 F7 -1.84401 F8 2.6344 F9 2.186 F10 1.2041 F11 -2.6173 F12 -0.999901 F13 -1
STDOUT_331=0 F1 -0.399091 F4 -0.33242 F7 1.84401 F8 -2.6344 F9 -2.186 F10 -1.2041 F11 2.6173 F12 0.999901 F13 1
STDOUT_332=1 F1 0.221539 F4 -1.28551 F7 -0.157013 F8 -3.20551 F9 4.52 F10 0.580999 F11 5.2049 F12 1.9998 F13 1
STDOUT_333=0 F1 -0.221539 F4 1.28551 F7 0.157013 F8 3.20551 F9 -4.52 F10 -0.580999 F11 -5.2049 F12 -1.9998 F13 -1
STDOUT_334=1 F1 -0.109639 F4 0.27259 F7 -1.84401 F8 3.39111 F9 2.186 F10 0.3825 F11 -2.6173 F13 -1
STDOUT_335=0 F1 0.109639 F4 -0.27259 F7 1.84401 F8 -3.39111 F9 -2.186 F10 -0.3825 F11 2.6173 F13 1
STDOUT_336=1 F1 0.77606 F4 -0.55064 F7 -3.44101 F8 2.2982 F9 8.7162 F10 -1.4799 F11 4.1566 F12 0.999899
STDOUT_337=0 F1 -0.77606 F4 0.55064 F7 3.44101 F8 -2.2982 F9 -8.7162 F10 1.4799 F11 -4.1566 F12 -0.999899
STDOUT_338=1 F1 1.43871 F4 -0.17208 F7 -3.80301 F8 0.870201 F9 7.5622 F10 0.817099 F11 0.7981 F12 0.999899 F13 -1
STDOUT_339=0 F1 -1.43871 F4 0.17208 F7 3.80301 F8 -0.870201 F9 -7.5622 F10 -0.817099 F11 -0.7981 F12 -0.999899 F13 1
STDOUT_340=1 F1 -0.310631 F4 -0.10093 F7 -1.84401 F8 4.4022 F9 2.186 F10 1.2649 F11 -2.6173 F12 0.999901 F13 -1
STDOUT_341=0 F1 0.310631 F4 0.10093 F7 1.84401 F8 -4.4022 F9 -2.186 F10 -1.2649 F11 2.6173 F12 -0.999901 F13 1
STDOUT_342=1 F1 -0.0145397 F4 0.553511 F7 -4.054 F8 6.6712 F9 5.492 F10 1.8494 F11 -1.2353 F13 -1
STDOUT_343=0 F1 0.0145397 F4 -0.553511 F7 4.054 F8 -6.6712 F9 -5.492 F10 -1.8494 F11 1.2353 F13 1
STDOUT_344=1 F1 1.27868 F4 -0.03859 F7 -3.80301 F8 1.1347 F9 7.5622 F10 1.4617 F11 0.7981 F12 0.999899 F13 -1
STDOUT_345=0 F1 -1.27868 F4 0.03859 F7 3.80301 F8 -1.1347 F9 -7.5622 F10 -1.4617 F11 -0.7981 F12 -0.999899 F13 1
STDOUT_346=1 F1 -0.17917 F4 0.71622 F7 -4.054 F8 7.8346 F9 5.492 F10 0.5187 F11 -1.2353 F13 -1
STDOUT_347=0 F1 0.17917 F4 -0.71622 F7 4.054 F8 -7.8346 F9 -5.492 F10 -0.5187 F11 1.2353 F13 1
STDOUT_348=1 F1 0.417931 F4 -0.88279 F7 -0.157013 F8 -3.3177 F9 4.52 F10 -2.2766 F11 5.2049 F12 0.999899 F13 1
STDOUT_349=0 F1 -0.417931 F4 0.88279 F7 0.157013 F8 3.3177 F9 -4.52 F10 2.2766 F11 -5.2049 F12 -0.999899 F13 -1
STDOUT_350=1 F1 0.452621 F4 -0.25811 F7 -1.41901 F8 2.55489 F9 3.34 F10 -1.4421 F11 0.741203
STDOUT_351=0 F1 -0.452621 F4 0.25811 F7 1.41901 F8 -2.55489 F9 -3.34 F10 1.4421 F11 -0.741203
STDOUT_352=1 F1 0.582561 F4 -1.0455 F7 -0.157013 F8 -4.4811 F9 4.52 F10 -0.9459 F11 5.2049 F12 0.999899 F13 1
STDOUT_353=0 F1 -0.582561 F4 1.0455 F7 0.157013 F8 4.4811 F9 -4.52 F10 0.9459 F11 -5.2049 F12 -0.999899 F13 -1
STDOUT_354=1 F1 -0.26967 F4 0.40608 F7 -1.84401 F8 3.6556 F9 2.186 F10 1.027 F11 -2.6173 F13 -1
STDOUT_355=0 F1 0.26967 F4 -0.40608 F7 1.84401 F8 -3.6556 F9 -2.186 F10 -1.027 F11 2.6173 F13 1
STDOUT_356=1 F1 -0.27427 F4 0.43529 F7 -1.84401 F8 4.5545 F9 2.186 F10 -0.9482 F11 -2.6173 F13 -1
STDOUT_357=0 F1 0.27427 F4 -0.43529 F7 1.84401 F8 -4.5545 F9 -2.186 F10 0.9482 F11 2.6173 F13 1
STDOUT_358=1 F1 0.58653 F4 0.25014 F7 -3.80301 F8 3.3123 F9 7.5622 F10 -0.3384 F11 0.7981 F13 -1
STDOUT_359=0 F1 -0.58653 F4 -0.25014 F7 3.80301 F8 -3.3123 F9 -7.5622 F10 0.3384 F11 -0.7981 F13 1
STDOUT_360=1 F1 0.0549908 F4 0.10988 F7 -1.84401 F8 2.2277 F9 2.186 F10 1.7132 F11 -2.6173 F13 -1
STDOUT_361=0 F1 -0.0549908 F4 -0.10988 F7 1.84401 F8 -2.2277 F9 -2.186 F10 -1.7132 F11 2.6173 F13 1
STDOUT_362=1 F1 1.27408 F4 -0.00937033 F7 -3.80301 F8 2.0336 F9 7.5622 F10 -0.513601 F11 0.7981 F12 0.999899 F13 -1
STDOUT_363=0 F1 -1.27408 F4 0.00937033 F7 3.80301 F8 -2.0336 F9 -7.5622 F10 0.513601 F11 -0.7981 F12 -0.999899 F13 1
STDOUT_364=1 F1 0.15009 F4 0.3908 F7 -4.054 F8 5.5078 F9 5.492 F10 3.1801 F11 -1.2353 F13 -1
STDOUT_365=0 F1 -0.15009 F4 -0.3908 F7 4.054 F8 -5.5078 F9 -5.492 F10 -3.1801 F11 1.2353 F13 1
STDOUT_366=1 F1 0.253301 F4 -0.72008 F7 -0.157013 F8 -2.1543 F9 4.52 F10 -3.6073 F11 5.2049 F12 0.999899 F13 1
STDOUT_367=0 F1 -0.253301 F4 0.72008 F7 0.157013 F8 2.1543 F9 -4.52 F10 3.6073 F11 -5.2049 F12 -0.999899 F13 -1
STDOUT_368=1 F1 0.234461 F4 0.49513 F7 -1.84401 F8 3.79781 F9 2.186 F10 -0.1266 F11 -2.6173 F12 -0.999901 F13 -1
STDOUT_369=0 F1 -0.234461 F4 -0.49513 F7 1.84401 F8 -3.79781 F9 -2.186 F10 0.1266 F11 2.6173 F12 0.999901 F13 1
STDOUT_370=1 F1 0.253301 F4 -0.72008 F7 -0.157013 F8 -2.1543 F9 4.52 F10 -3.6073 F11 5.2049 F12 0.999899 F13 1
STDOUT_371=0 F1 -0.253301 F4 0.72008 F7 0.157013 F8 2.1543 F9 -4.52 F10 3.6073 F11 -5.2049 F12 -0.999899 F13 -1
STDOUT_372=1 F1 0.452621 F4 -0.25811 F7 -1.41901 F8 2.5549 F9 3.34 F10 -1.4421 F11 0.741203
STDOUT_373=0 F1 -0.452621 F4 0.25811 F7 1.41901 F8 -2.5549 F9 -3.34 F10 1.4421 F11 -0.741203
STDOUT_374=1 F1 -0.310631 F4 -0.10093 F7 -1.84401 F8 4.4022 F9 2.186 F10 1.2649 F11 -2.6173 F12 0.999901 F13 -1
STDOUT_375=0 F1 0.310631 F4 0.10093 F7 1.84401 F8 -4.4022 F9 -2.186 F10 -1.2649 F11 2.6173 F12 -0.999901 F13 1
STDOUT_376=1 F1 0.25163 F4 -0.63162 F7 -1.41901 F8 3.56599 F9 3.34 F10 -0.5597 F11 0.741203 F12 0.999901
STDOUT_377=0 F1 -0.25163 F4 0.63162 F7 1.41901 F8 -3.56599 F9 -3.34 F10 0.5597 F11 -0.741203 F12 -0.999901
STDOUT_378=1 F1 0.77606 F4 -0.55064 F7 -3.44101 F8 2.2982 F9 8.7162 F10 -1.4799 F11 4.1566 F12 0.999899
STDOUT_379=0 F1 -0.77606 F4 0.55064 F7 3.44101 F8 -2.2982 F9 -8.7162 F10 1.4799 F11 -4.1566 F12 -0.999899
STDOUT_380=1 F1 -0.26967 F4 0.40608 F7 -1.84401 F8 3.6556 F9 2.186 F10 1.027 F11 -2.6173 F13 -1
STDOUT_381=0 F1 0.26967 F4 -0.40608 F7 1.84401 F8 -3.6556 F9 -2.186 F10 -1.027 F11 2.6173 F13 1
STDOUT_382=1 F1 0.41312 F4 0.44203 F7 -5.12801 F8 7.84361 F9 6.3822 F10 2.5099 F11 -3.6656 F13 -2
STDOUT_383=0 F1 -0.41312 F4 -0.44203 F7 5.12801 F8 -7.84361 F9 -6.3822 F10 -2.5099 F11 3.6656 F13 2
STDOUT_384=1 F1 -0.310631 F4 -0.10093 F7 -1.84401 F8 4.4022 F9 2.186 F10 1.2649 F11 -2.6173 F12 0.999901 F13 -1
STDOUT_385=0 F1 0.310631 F4 0.10093 F7 1.84401 F8 -4.4022 F9 -2.186 F10 -1.2649 F11 2.6173 F12 -0.999901 F13 1
STDOUT_386=1 F1 0.221539 F4 -1.28551 F7 -0.157013 F8 -3.20551 F9 4.52 F10 0.580999 F11 5.2049 F12 1.9998 F13 1
STDOUT_387=0 F1 -0.221539 F4 1.28551 F7 0.157013 F8 3.20551 F9 -4.52 F10 -0.580999 F11 -5.2049 F12 -1.9998 F13 -1
STDOUT_388=1 F1 1.43871 F4 -0.17208 F7 -3.80301 F8 0.870201 F9 7.5622 F10 0.817099 F11 0.7981 F12 0.999899 F13 -1
STDOUT_389=0 F1 -1.43871 F4 0.17208 F7 3.80301 F8 -0.870201 F9 -7.5622 F10 -0.817099 F11 -0.7981 F12 -0.999899 F13 1
STDOUT_390=1 F1 0.2579 F4 -0.74929 F7 -0.157013 F8 -3.0532 F9 4.52 F10 -1.6321 F11 5.2049 F12 0.999899 F13 1
STDOUT_391=0 F1 -0.2579 F4 0.74929 F7 0.157013 F8 3.0532 F9 -4.52 F10 1.6321 F11 -5.2049 F12 -0.999899 F13 -1
STDOUT_392=1 F1 0.41626 F4 -0.79433 F7 -1.41901 F8 2.4026 F9 3.34 F10 0.771 F11 0.741203 F12 0.999901
STDOUT_393=0 F1 -0.41626 F4 0.79433 F7 1.41901 F8 -2.4026 F9 -3.34 F10 -0.771 F11 -0.741203 F12 -0.999901
STDOUT_394=1 F1 -0.21553 F4 0.18 F7 -4.054 F8 7.6823 F9 5.492 F10 2.7318 F11 -1.2353 F12 0.999901 F13 -1
STDOUT_395=0 F1 0.21553 F4 -0.18 F7 4.054 F8 -7.6823 F9 -5.492 F10 -2.7318 F11 1.2353 F12 -0.999901 F13 1
STDOUT_396=1 F1 0.452621 F4 -0.25811 F7 -1.41901 F8 2.55489 F9 3.34 F10 -1.4421 F11 0.741203
STDOUT_397=0 F1 -0.452621 F4 0.25811 F7 1.41901 F8 -2.55489 F9 -3.34 F10 1.4421 F11 -0.741203
STDOUT_398=1 F1 0.399091 F4 0.33242 F7 -1.84401 F8 2.6344 F9 2.186 F10 1.2041 F11 -2.6173 F12 -0.999901 F13 -1
STDOUT_399=0 F1 -0.399091 F4 -0.33242 F7 1.84401 F8 -2.6344 F9 -2.186 F10 -1.2041 F11 2.6173 F12 0.999901 F13 1
STDOUT_400=1 F1 0.1981 F4 -0.04109 F7 -1.84401 F8 3.6455 F9 2.186 F10 2.0865 F11 -2.6173 F13 -1
STDOUT_401=0 F1 -0.1981 F4 0.04109 F7 1.84401 F8 -3.6455 F9 -2.186 F10 -2.0865 F11 2.6173 F13 1
STDOUT_402=1 F1 2.67634 F4 0.31544 F7 -4.0933 F8 8.7018 F9 9.5275 F10 -1.10082 F11 -9.1427 F12 0.9999 F13 -4
STDOUT_403=0 F1 -2.67634 F4 -0.31544 F7 4.0933 F8 -8.7018 F9 -9.5275 F10 1.10082 F11 9.1427 F12 -0.9999 F13 4
STDOUT_404=1 F1 3.04585 F4 -0.53837 F7 -1.3098 F8 3.235 F9 5.7413 F10 -3.6832 F11 -11.1319 F12 0.9999 F13 -4
STDOUT_405=0 F1 -3.04585 F4 0.53837 F7 1.3098 F8 -3.235 F9 -5.7413 F10 3.6832 F11 11.1319 F12 -0.9999 F13 4
STDOUT_406=1 F1 3.20898 F4 0.06336 F7 -4.6042 F8 6.8912 F9 7.6221 F10 -0.11506 F11 -9.0986 F12 0.9999 F13 -4
STDOUT_407=0 F1 -3.20898 F4 -0.06336 F7 4.6042 F8 -6.8912 F9 -7.6221 F10 0.11506 F11 9.0986 F12 -0.9999 F13 4
STDOUT_408=1 F1 2.75951 F4 -0.41808 F7 -1.3098 F8 3.4724 F9 5.7413 F10 -1.96363 F11 -11.1319 F12 1.99979 F13 -4
STDOUT_409=0 F1 -2.75951 F4 0.41808 F7 1.3098 F8 -3.4724 F9 -5.7413 F10 1.96363 F11 11.1319 F12 -1.99979 F13 4
STDOUT_410=1 F1 2.84902 F4 0.32386 F7 -4.0933 F8 8.1404 F9 9.5275 F10 -1.12666 F11 -9.1427 F12 0.9999 F13 -4
STDOUT_411=0 F1 -2.84902 F4 -0.32386 F7 4.0933 F8 -8.1404 F9 -9.5275 F10 1.12666 F11 9.1427 F12 -0.9999 F13 4
STDOUT_412=1 F1 3.27287 F4 0.52453 F7 -4.0933 F8 5.1514 F9 9.5275 F10 -3.2196 F11 -9.1427 F13 -4
STDOUT_413=0 F1 -3.27287 F4 -0.52453 F7 4.0933 F8 -5.1514 F9 -9.5275 F10 3.2196 F11 9.1427 F13 4
STDOUT_414=1 F1 2.66495 F4 0.13399 F7 -4.0933 F8 6.2397 F9 9.5275 F10 -1.27048 F11 -9.1427 F12 1.99979 F13 -4
STDOUT_415=0 F1 -2.66495 F4 -0.13399 F7 4.0933 F8 -6.2397 F9 -9.5275 F10 1.27048 F11 9.1427 F12 -1.99979 F13 4
STDOUT_416=1 F1 2.80269 F4 0.16031 F7 -4.0933 F8 6.376 F9 9.5275 F10 -1.2163 F11 -9.1427 F12 0.9999 F13 -4
STDOUT_417=0 F1 -2.80269 F4 -0.16031 F7 4.0933 F8 -6.376 F9 -9.5275 F10 1.2163 F11 9.1427 F12 -0.9999 F13 4
STDOUT_418=1 F1 3.20898 F4 0.06336 F7 -4.6042 F8 6.8912 F9 7.6221 F10 -0.11506 F11 -9.0986 F12 0.9999 F13 -4
STDOUT_419=0 F1 -3.20898 F4 -0.06336 F7 4.6042 F8 -6.8912 F9 -7.6221 F10 0.11506 F11 9.0986 F12 -0.9999 F13 4
STDOUT_420=1 F1 2.87212 F4 -0.40256 F7 -1.3098 F8 3.9028 F9 5.7413 F10 -2.5928 F11 -11.1319 F12 0.9999 F13 -4
STDOUT_421=0 F1 -2.87212 F4 0.40256 F7 1.3098 F8 -3.9028 F9 -5.7413 F10 2.5928 F11 11.1319 F12 -0.9999 F13 4
STDOUT_422=1 F1 2.87212 F4 -0.40256 F7 -1.3098 F8 3.9028 F9 5.7413 F10 -2.5928 F11 -11.1319 F12 0.9999 F13 -4
STDOUT_423=0 F1 -2.87212 F4 0.40256 F7 1.3098 F8 -3.9028 F9 -5.7413 F10 2.5928 F11 11.1319 F12 -0.9999 F13 4
STDOUT_424=1 F1 2.66495 F4 0.13399 F7 -4.0933 F8 6.2397 F9 9.5275 F10 -1.27048 F11 -9.1427 F12 1.99979 F13 -4
STDOUT_425=0 F1 -2.66495 F4 -0.13399 F7 4.0933 F8 -6.2397 F9 -9.5275 F10 1.27048 F11 9.1427 F12 -1.99979 F13 4
STDOUT_426=1 F1 2.5362 F4 -0.63784 F7 -1.3098 F8 4.058 F9 5.7413 F10 -2.32631 F11 -11.1319 F12 1.99979 F13 -4
STDOUT_427=0 F1 -2.5362 F4 0.63784 F7 1.3098 F8 -4.058 F9 -5.7413 F10 2.32631 F11 11.1319 F12 -1.99979 F13 4
STDOUT_428=1 F1 2.77756 F4 0.14951 F7 -4.0933 F8 6.6702 F9 9.5275 F10 -1.89962 F11 -9.1427 F12 0.9999 F13 -4
STDOUT_429=0 F1 -2.77756 F4 -0.14951 F7 4.0933 F8 -6.6702 F9 -9.5275 F10 1.89962 F11 9.1427 F12 -0.9999 F13 4
STDOUT_430=1 F1 2.75206 F4 -0.0510299 F7 -4.0933 F8 5.8055 F9 9.5275 F10 -1.60483 F11 -9.1427 F12 0.9999 F13 -4
STDOUT_431=0 F1 -2.75206 F4 0.0510299 F7 4.0933 F8 -5.8055 F9 -9.5275 F10 1.60483 F11 9.1427 F12 -0.9999 F13 4
STDOUT_432=1 F1 2.82352 F4 0.12332 F7 -4.0933 F8 7.2758 F9 9.5275 F10 -0.83187 F11 -9.1427 F12 0.9999 F13 -4
STDOUT_433=0 F1 -2.82352 F4 -0.12332 F7 4.0933 F8 -7.2758 F9 -9.5275 F10 0.83187 F11 9.1427 F12 -0.9999 F13 4
STDOUT_434=1 F1 3.05822 F4 0.52453 F7 -4.0933 F8 9.1523 F9 9.5275 F10 -0.29953 F11 -9.1427 F13 -4
STDOUT_435=0 F1 -3.05822 F4 -0.52453 F7 4.0933 F8 -9.1523 F9 -9.5275 F10 0.29953 F11 9.1427 F13 4
STDOUT_436=1 F1 2.62167 F4 0.0483501 F7 -4.0933 F8 7.7339 F9 9.5275 F10 -1.91279 F11 -9.1427 F12 1.99979 F13 -4
STDOUT_437=0 F1 -2.62167 F4 -0.0483501 F7 4.0933 F8 -7.7339 F9 -9.5275 F10 1.91279 F11 9.1427 F12 -1.99979 F13 4
STDOUT_438=1 F1 2.6468 F4 0.05916 F7 -4.0933 F8 6.8451 F9 9.5275 F10 -1.22947 F11 -9.1427 F12 1.99979 F13 -4
STDOUT_439=0 F1 -2.6468 F4 -0.05916 F7 4.0933 F8 -6.8451 F9 -9.5275 F10 1.22947 F11 9.1427 F12 -1.99979 F13 4
STDOUT_440=1 F1 3.11442 F4 0.61543 F7 -7.3877 F8 9.6586 F9 11.4083 F10 0.57809 F11 -7.1094 F12 0.9999 F13 -4
STDOUT_441=0 F1 -3.11442 F4 -0.61543 F7 7.3877 F8 -9.6586 F9 -11.4083 F10 -0.57809 F11 7.1094 F12 -0.9999 F13 4
STDOUT_442=1 F1 2.67634 F4 0.31544 F7 -4.0933 F8 8.7018 F9 9.5275 F10 -1.10082 F11 -9.1427 F12 0.9999 F13 -4
STDOUT_443=0 F1 -2.67634 F4 -0.31544 F7 4.0933 F8 -8.7018 F9 -9.5275 F10 1.10082 F11 9.1427 F12 -0.9999 F13 4
STDOUT_444=1 F1 3.08132 F4 -0.20189 F7 -1.3098 F8 4.9147 F9 5.7413 F10 -1.76563 F11 -11.1319 F13 -4
STDOUT_445=0 F1 -3.08132 F4 0.20189 F7 1.3098 F8 -4.9147 F9 -5.7413 F10 1.76563 F11 11.1319 F13 4
STDOUT_446=1 F1 2.72412 F4 -0.72823 F7 -1.3098 F8 2.6615 F9 5.7413 F10 -1.53701 F11 -11.1319 F12 1.99979 F13 -4
STDOUT_447=0 F1 -2.72412 F4 0.72823 F7 1.3098 F8 -2.6615 F9 -5.7413 F10 1.53701 F11 11.1319 F12 -1.99979 F13 4
STDOUT_448=1 F1 2.51944 F4 -0.50558 F7 -1.3098 F8 4.4843 F9 5.7413 F10 -2.12934 F11 -11.1319 F12 1.99979 F13 -4
STDOUT_449=0 F1 -2.51944 F4 0.50558 F7 1.3098 F8 -4.4843 F9 -5.7413 F10 2.12934 F11 11.1319 F12 -1.99979 F13 4
STDOUT_450=1 F1 2.699 F4 -0.73904 F7 -1.3098 F8 3.5504 F9 5.7413 F10 -2.22032 F11 -11.1319 F12 1.99979 F13 -4
STDOUT_451=0 F1 -2.699 F4 0.73904 F7 1.3098 F8 -3.5504 F9 -5.7413 F10 2.22032 F11 11.1319 F12 -1.99979 F13 4
STDOUT_452=1 F1 2.6468 F4 0.05916 F7 -4.0933 F8 6.8451 F9 9.5275 F10 -1.22947 F11 -9.1427 F12 1.99979 F13 -4
STDOUT_453=0 F1 -2.6468 F4 -0.05916 F7 4.0933 F8 -6.8451 F9 -9.5275 F10 1.22947 F11 9.1427 F12 -1.99979 F13 4
STDOUT_454=1 F1 2.76463 F4 -0.62274 F7 -1.3098 F8 4.2857 F9 5.7413 F10 -1.86109 F11 -11.1319 F12 0.9999 F13 -4
STDOUT_455=0 F1 -2.76463 F4 0.62274 F7 1.3098 F8 -4.2857 F9 -5.7413 F10 1.86109 F11 11.1319 F12 -0.9999 F13 4
STDOUT_456=1 F1 2.51944 F4 -0.50558 F7 -1.3098 F8 4.4843 F9 5.7413 F10 -2.12934 F11 -11.1319 F12 1.99979 F13 -4
STDOUT_457=0 F1 -2.51944 F4 0.50558 F7 1.3098 F8 -4.4843 F9 -5.7413 F10 2.12934 F11 11.1319 F12 -1.99979 F13 4
STDOUT_458=1 F1 2.98676 F4 0.35018 F7 -4.0933 F8 7.682 F9 9.5275 F10 -1.07248 F11 -9.1427 F13 -4
STDOUT_459=0 F1 -2.98676 F4 -0.35018 F7 4.0933 F8 -7.682 F9 -9.5275 F10 1.07248 F11 9.1427 F13 4
STDOUT_460=1 F1 2.58628 F4 -0.2618 F7 -4.0933 F8 6.923 F9 9.5275 F10 -1.48617 F11 -9.1427 F12 1.99979 F13 -4
STDOUT_461=0 F1 -2.58628 F4 0.2618 F7 4.0933 F8 -6.923 F9 -9.5275 F10 1.48617 F11 9.1427 F12 -1.99979 F13 4
STDOUT_462=1 F1 2.2522 F4 0.03807 F7 -4.0933 F8 7.813 F9 9.5275 F10 -1.41034 F11 -9.1427 F12 1.99979 F13 -4
STDOUT_463=0 F1 -2.2522 F4 -0.03807 F7 4.0933 F8 -7.813 F9 -9.5275 F10 1.41034 F11 9.1427 F12 -1.99979 F13 4
STDOUT_464=1 F1 2.84662 F4 -0.6031 F7 -1.3098 F8 3.0382 F9 5.7413 F10 -2.29797 F11 -11.1319 F12 0.9999 F13 -4
STDOUT_465=0 F1 -2.84662 F4 0.6031 F7 1.3098 F8 -3.0382 F9 -5.7413 F10 2.29797 F11 11.1319 F12 -0.9999 F13 4
STDOUT_466=1 F1 2.75951 F4 -0.41808 F7 -1.3098 F8 3.4724 F9 5.7413 F10 -1.96363 F11 -11.1319 F12 1.99979 F13 -4
STDOUT_467=0 F1 -2.75951 F4 0.41808 F7 1.3098 F8 -3.4724 F9 -5.7413 F10 1.96363 F11 11.1319 F12 -1.99979 F13 4
STDOUT_468=1 F1 2.87056 F4 -0.0773499 F7 -4.0933 F8 5.6676 F9 9.5275 F10 -1.48027 F11 -9.1427 F12 1.99979 F13 -4
STDOUT_469=0 F1 -2.87056 F4 0.0773499 F7 4.0933 F8 -5.6676 F9 -9.5275 F10 1.48027 F11 9.1427 F12 -1.99979 F13 4
STDOUT_470=1 F1 2.51944 F4 -0.50558 F7 -1.3098 F8 4.4843 F9 5.7413 F10 -2.12934 F11 -11.1319 F12 1.99979 F13 -4
STDOUT_471=0 F1 -2.51944 F4 0.50558 F7 1.3098 F8 -4.4843 F9 -5.7413 F10 2.12934 F11 11.1319 F12 -1.99979 F13 4
STDOUT_472=1 F1 2.49227 F4 0.12557 F7 -4.0933 F8 6.8011 F9 9.5275 F10 -1.24463 F11 -9.1427 F12 1.99979 F13 -4
STDOUT_473=0 F1 -2.49227 F4 -0.12557 F7 4.0933 F8 -6.8011 F9 -9.5275 F10 1.24463 F11 9.1427 F12 -1.99979 F13 4
STDOUT_474=1 F1 2.699 F4 -0.73904 F7 -1.3098 F8 3.5504 F9 5.7413 F10 -2.22032 F11 -11.1319 F12 1.99979 F13 -4
STDOUT_475=0 F1 -2.699 F4 0.73904 F7 1.3098 F8 -3.5504 F9 -5.7413 F10 2.22032 F11 11.1319 F12 -1.99979 F13 4
STDOUT_476=1 F1 2.82352 F4 0.12332 F7 -4.0933 F8 7.2758 F9 9.5275 F10 -0.83187 F11 -9.1427 F12 0.9999 F13 -4
STDOUT_477=0 F1 -2.82352 F4 -0.12332 F7 4.0933 F8 -7.2758 F9 -9.5275 F10 0.83187 F11 9.1427 F12 -0.9999 F13 4
STDOUT_478=1 F1 2.58628 F4 -0.2618 F7 -4.0933 F8 6.923 F9 9.5275 F10 -1.48617 F11 -9.1427 F12 1.99979 F13 -4
STDOUT_479=0 F1 -2.58628 F4 0.2618 F7 4.0933 F8 -6.923 F9 -9.5275 F10 1.48617 F11 9.1427 F12 -1.99979 F13 4
STDOUT_480=1 F1 2.66495 F4 0.13399 F7 -4.0933 F8 6.2397 F9 9.5275 F10 -1.27048 F11 -9.1427 F12 1.99979 F13 -4
STDOUT_481=0 F1 -2.66495 F4 -0.13399 F7 4.0933 F8 -6.2397 F9 -9.5275 F10 1.27048 F11 9.1427 F12 -1.99979 F13 4
STDOUT_482=1 F1 3.26829 F4 0.42445 F7 -4.311 F8 7.0387 F9 8.017 F10 -1.68582 F11 -9.5083 F13 -4
STDOUT_483=0 F1 -3.26829 F4 -0.42445 F7 4.311 F8 -7.0387 F9 -8.017 F10 1.68582 F11 9.5083 F13 4
STDOUT_484=1 F1 2.62167 F4 0.0483501 F7 -4.0933 F8 7.7339 F9 9.5275 F10 -1.91279 F11 -9.1427 F12 1.99979 F13 -4
STDOUT_485=0 F1 -2.62167 F4 -0.0483501 F7 4.0933 F8 -7.7339 F9 -9.5275 F10 1.91279 F11 9.1427 F12 -1.99979 F13 4
STDOUT_486=1 F1 2.80269 F4 0.16031 F7 -4.0933 F8 6.376 F9 9.5275 F10 -1.2163 F11 -9.1427 F12 0.9999 F13 -4
STDOUT_487=0 F1 -2.80269 F4 -0.16031 F7 4.0933 F8 -6.376 F9 -9.5275 F10 1.2163 F11 9.1427 F12 -0.9999 F13 4
STDOUT_488=1 F1 2.87212 F4 -0.40256 F7 -1.3098 F8 3.9028 F9 5.7413 F10 -2.5928 F11 -11.1319 F12 0.9999 F13 -4
STDOUT_489=0 F1 -2.87212 F4 0.40256 F7 1.3098 F8 -3.9028 F9 -5.7413 F10 2.5928 F11 11.1319 F12 -0.9999 F13 4
STDOUT_490=1 F1 2.90819 F4 -0.53837 F7 -1.3098 F8 4.5622 F9 5.7413 F10 -1.39319 F11 -11.1319 F12 0.9999 F13 -4
STDOUT_491=0 F1 -2.90819 F4 0.53837 F7 1.3098 F8 -4.5622 F9 -5.7413 F10 1.39319 F11 11.1319 F12 -0.9999 F13 4
STDOUT_492=1 F1 2.7709 F4 -0.23663 F7 -1.3098 F8 5.9345 F9 5.7413 F10 -1.79397 F11 -11.1319 F12 0.9999 F13 -4
STDOUT_493=0 F1 -2.7709 F4 0.23663 F7 1.3098 F8 -5.9345 F9 -5.7413 F10 1.79397 F11 11.1319 F12 -0.9999 F13 4
STDOUT_494=1 F1 2.52631 F4 -0.74746 F7 -1.3098 F8 4.1118 F9 5.7413 F10 -2.19448 F11 -11.1319 F12 1.99979 F13 -4
STDOUT_495=0 F1 -2.52631 F4 0.74746 F7 1.3098 F8 -4.1118 F9 -5.7413 F10 2.19448 F11 11.1319 F12 -1.99979 F13 4
STDOUT_496=1 F1 2.87056 F4 -0.0773499 F7 -4.0933 F8 5.6676 F9 9.5275 F10 -1.48027 F11 -9.1427 F12 1.99979 F13 -4
STDOUT_497=0 F1 -2.87056 F4 0.0773499 F7 4.0933 F8 -5.6676 F9 -9.5275 F10 1.48027 F11 9.1427 F12 -1.99979 F13 4
STDOUT_498=1 F1 2.40673 F4 -0.0283499 F7 -4.0933 F8 7.857 F9 9.5275 F10 -1.39518 F11 -9.1427 F12 1.99979 F13 -4
STDOUT_499=0 F1 -2.40673 F4 0.0283499 F7 4.0933 F8 -7.857 F9 -9.5275 F10 1.39518 F11 9.1427 F12 -1.99979 F13 4
STDOUT_500=1 F1 2.72412 F4 -0.72823 F7 -1.3098 F8 2.6615 F9 5.7413 F10 -1.53701 F11 -11.1319 F12 1.99979 F13 -4
STDOUT_501=0 F1 -2.72412 F4 0.72823 F7 1.3098 F8 -2.6615 F9 -5.7413 F10 1.53701 F11 11.1319 F12 -1.99979 F13 4
STDOUT_502=1 F1 1.95064 F4 1.2158 F7 -12.5495 F8 22.7945 F9 15.5295 F10 5.9531 F11 -11.8604 F12 -0.999941 F13 -6
STDOUT_503=0 F1 -1.95064 F4 -1.2158 F7 12.5495 F8 -22.7945 F9 -15.5295 F10 -5.9531 F11 11.8604 F12 0.999941 F13 6
STDOUT_504=1 F1 1.80777 F4 1.14347 F7 -12.3671 F8 22.2145 F9 15.8267 F10 5.9956 F11 -12.4786 F12 -0.999941 F13 -6
STDOUT_505=0 F1 -1.80777 F4 -1.14347 F7 12.3671 F8 -22.2145 F9 -15.8267 F10 -5.9956 F11 12.4786 F12 0.999941 F13 6
STDOUT_506=1 F1 2.09962 F4 1.12407 F7 -9.4082 F8 16.7827 F9 11.6673 F10 4.2793 F11 -12.5457 F13 -6
STDOUT_507=0 F1 -2.09962 F4 -1.12407 F7 9.4082 F8 -16.7827 F9 -11.6673 F10 -4.2793 F11 12.5457 F13 6
STDOUT_508=1 F1 1.49094 F4 0.44598 F7 -7.3858 F8 15.1087 F9 8.5417 F10 5.1524 F11 -11.7573 F12 -0.999941 F13 -5
STDOUT_509=0 F1 -1.49094 F4 -0.44598 F7 7.3858 F8 -15.1087 F9 -8.5417 F10 -5.1524 F11 11.7573 F12 0.999941 F13 5
STDOUT_510=1 F1 1.84576 F4 1.01672 F7 -7.3858 F8 13.1698 F9 8.5417 F10 3.727 F11 -11.7573 F12 -0.999941 F13 -5
STDOUT_511=0 F1 -1.84576 F4 -1.01672 F7 7.3858 F8 -13.1698 F9 -8.5417 F10 -3.727 F11 11.7573 F12 0.999941 F13 5
STDOUT_512=1 F1 1.69091 F4 0.16923 F7 -7.3858 F8 14.2497 F9 8.5417 F10 5.6575 F11 -11.7573 F12 -0.999941 F13 -5
STDOUT_513=0 F1 -1.69091 F4 -0.16923 F7 7.3858 F8 -14.2497 F9 -8.5417 F10 -5.6575 F11 11.7573 F12 0.999941 F13 5
STDOUT_514=1 F1 1.88262 F4 0.83387 F7 -9.4082 F8 16.5529 F9 11.6673 F10 5.8594 F11 -12.5457 F13 -6
STDOUT_515=0 F1 -1.88262 F4 -0.83387 F7 9.4082 F8 -16.5529 F9 -11.6673 F10 -5.8594 F11 12.5457 F13 6
STDOUT_516=1 F1 2.11389 F4 1.08282 F7 -9.4082 F8 15.3554 F9 11.6673 F10 4.8727 F11 -12.5457 F13 -6
STDOUT_517=0 F1 -2.11389 F4 -1.08282 F7 9.4082 F8 -15.3554 F9 -11.6673 F10 -4.8727 F11 12.5457 F13 6
STDOUT_518=1 F1 1.59247 F4 0.91127 F7 -9.4082 F8 18.1178 F9 11.6673 F10 5.8448 F11 -12.5457 F12 -0.999941 F13 -6
STDOUT_519=0 F1 -1.59247 F4 -0.91127 F7 9.4082 F8 -18.1178 F9 -11.6673 F10 -5.8448 F11 12.5457 F12 0.999941 F13 6
STDOUT_520=1 F1 1.34553 F4 0.70373 F7 -8.3049 F8 16.2006 F9 10.3314 F10 4.268 F11 -9.4777 F12 -0.999941 F13 -4
STDOUT_521=0 F1 -1.34553 F4 -0.70373 F7 8.3049 F8 -16.2006 F9 -10.3314 F10 -4.268 F11 9.4777 F12 0.999941 F13 4
STDOUT_522=1 F1 2.09631 F4 1.24892 F7 -9.4082 F8 14.7146 F9 11.6673 F10 4.5188 F11 -12.5457 F13 -6
STDOUT_523=0 F1 -2.09631 F4 -1.24892 F7 9.4082 F8 -14.7146 F9 -11.6673 F10 -4.5188 F11 12.5457 F13 6
STDOUT_524=1 F1 1.66503 F4 1.17061 F7 -9.4082 F8 16.3801 F9 11.6673 F10 4.5892 F11 -12.5457 F12 -0.999941 F13 -6
STDOUT_525=0 F1 -1.66503 F4 -1.17061 F7 9.4082 F8 -16.3801 F9 -11.6673 F10 -4.5892 F11 12.5457 F12 0.999941 F13 6
STDOUT_526=1 F1 1.15397 F4 0.79856 F7 -8.3049 F8 15.8881 F9 10.3314 F10 4.6547 F11 -9.4777 F12 -0.999941 F13 -4
STDOUT_527=0 F1 -1.15397 F4 -0.79856 F7 8.3049 F8 -15.8881 F9 -10.3314 F10 -4.6547 F11 9.4777 F12 0.999941 F13 4
STDOUT_528=1 F1 1.77503 F4 0.98957 F7 -9.4082 F8 16.2941 F9 11.6673 F10 5.6908 F11 -12.5457 F13 -6
STDOUT_529=0 F1 -1.77503 F4 -0.98957 F7 9.4082 F8 -16.2941 F9 -11.6673 F10 -5.6908 F11 12.5457 F13 6
STDOUT_530=1 F1 1.36164 F4 0.85943 F7 -8.3049 F8 15.9089 F9 10.3314 F10 3.609 F11 -9.4777 F12 -0.999941 F13 -4
STDOUT_531=0 F1 -1.36164 F4 -0.85943 F7 8.3049 F8 -15.9089 F9 -10.3314 F10 -3.609 F11 9.4777 F12 0.999941 F13 4
STDOUT_532=1 F1 2.0459 F4 0.92893 F7 -7.3858 F8 11.9869 F9 8.5417 F10 3.9269 F11 -11.7573 F13 -5
STDOUT_533=0 F1 -2.0459 F4 -0.92893 F7 7.3858 F8 -11.9869 F9 -8.5417 F10 -3.9269 F11 11.7573 F13 5
STDOUT_534=1 F1 1.84737 F4 0.83388 F7 -10.3447 F8 19.1048 F9 12.7011 F10 5.2183 F11 -11.6902 F12 -0.999941 F13 -5
STDOUT_535=0 F1 -1.84737 F4 -0.83388 F7 10.3447 F8 -19.1048 F9 -12.7011 F10 -5.2183 F11 11.6902 F12 0.999941 F13 5
STDOUT_536=1 F1 2.31354 F4 1.21799 F7 -9.4082 F8 16.2106 F9 11.6673 F10 4.2388 F11 -12.5457 F13 -6
STDOUT_537=0 F1 -2.31354 F4 -1.21799 F7 9.4082 F8 -16.2106 F9 -11.6673 F10 -4.2388 F11 12.5457 F13 6
STDOUT_538=1 F1 2.13591 F4 0.93933 F7 -7.3858 F8 11.6049 F9 8.5417 F10 3.7415 F11 -11.7573 F13 -5
STDOUT_539=0 F1 -2.13591 F4 -0.93933 F7 7.3858 F8 -11.6049 F9 -8.5417 F10 -3.7415 F11 11.7573 F13 5
STDOUT_540=1 F1 2.00581 F4 1.46148 F7 -9.4082 F8 17.1347 F9 11.6673 F10 3.8704 F11 -12.5457 F12 -0.999941 F13 -6
STDOUT_541=0 F1 -2.00581 F4 -1.46148 F7 9.4082 F8 -17.1347 F9 -11.6673 F10 -3.8704 F11 12.5457 F12 0.999941 F13 6
STDOUT_542=1 F1 1.63207 F4 0.60168 F7 -7.3858 F8 15.0081 F9 8.5417 F10 5.0675 F11 -11.7573 F12 -0.999941 F13 -5
STDOUT_543=0 F1 -1.63207 F4 -0.60168 F7 7.3858 F8 -15.0081 F9 -8.5417 F10 -5.0675 F11 11.7573 F12 0.999941 F13 5
STDOUT_544=1 F1 1.77503 F4 0.98957 F7 -9.4082 F8 16.2941 F9 11.6673 F10 5.6908 F11 -12.5457 F13 -6
STDOUT_545=0 F1 -1.77503 F4 -0.98957 F7 9.4082 F8 -16.2941 F9 -11.6673 F10 -5.6908 F11 12.5457 F13 6
STDOUT_546=1 F1 1.75099 F4 1.08063 F7 -12.5495 F8 21.9393 F9 15.5295 F10 6.587 F11 -11.8604 F12 -0.999941 F13 -6
STDOUT_547=0 F1 -1.75099 F4 -1.08063 F7 12.5495 F8 -21.9393 F9 -15.5295 F10 -6.587 F11 11.8604 F12 0.999941 F13 6
STDOUT_548=1 F1 1.1856 F4 0.91233 F7 -8.3049 F8 13.8354 F9 10.3314 F10 4.302 F11 -9.4776 F12 -0.999941 F13 -4
STDOUT_549=0 F1 -1.1856 F4 -0.91233 F7 8.3049 F8 -13.8354 F9 -10.3314 F10 -4.302 F11 9.4776 F12 0.999941 F13 4
STDOUT_550=1 F1 2.00581 F4 1.46148 F7 -9.4082 F8 17.1347 F9 11.6673 F10 3.8704 F11 -12.5457 F12 -0.999941 F13 -6
STDOUT_551=0 F1 -2.00581 F4 -1.46148 F7 9.4082 F8 -17.1347 F9 -11.6673 F10 -3.8704 F11 12.5457 F12 0.999941 F13 6
STDOUT_552=1 F1 1.88262 F4 0.83387 F7 -9.4082 F8 16.5529 F9 11.6673 F10 5.8594 F11 -12.5457 F13 -6
STDOUT_553=0 F1 -1.88262 F4 -0.83387 F7 9.4082 F8 -16.5529 F9 -11.6673 F10 -5.8594 F11 12.5457 F13 6
STDOUT_554=1 F1 1.86334 F4 0.85062 F7 -7.3858 F8 13.8106 F9 8.5417 F10 4.0808 F11 -11.7573 F12 -0.999941 F13 -5
STDOUT_555=0 F1 -1.86334 F4 -0.85062 F7 7.3858 F8 -13.8106 F9 -8.5417 F10 -4.0808 F11 11.7573 F12 0.999941 F13 5
STDOUT_556=1 F1 1.77503 F4 0.98957 F7 -9.4082 F8 16.2941 F9 11.6673 F10 5.6908 F11 -12.5457 F13 -6
STDOUT_557=0 F1 -1.77503 F4 -0.98957 F7 9.4082 F8 -16.2941 F9 -11.6673 F10 -5.6908 F11 12.5457 F13 6
STDOUT_558=1 F1 1.02708 F4 0.74297 F7 -5.1635 F8 10.0139 F9 6.4692 F10 3.5598 F11 -10.1629 F12 -0.999941 F13 -4
STDOUT_559=0 F1 -1.02708 F4 -0.74297 F7 5.1635 F8 -10.0139 F9 -6.4692 F10 -3.5598 F11 10.1629 F12 0.999941 F13 4
STDOUT_560=1 F1 1.34553 F4 0.70373 F7 -8.3049 F8 16.2006 F9 10.3314 F10 4.268 F11 -9.4777 F12 -0.999941 F13 -4
STDOUT_561=0 F1 -1.34553 F4 -0.70373 F7 8.3049 F8 -16.2006 F9 -10.3314 F10 -4.268 F11 9.4777 F12 0.999941 F13 4
STDOUT_562=1 F1 2.0459 F4 0.92893 F7 -7.3858 F8 11.9869 F9 8.5417 F10 3.9269 F11 -11.7573 F13 -5
STDOUT_563=0 F1 -2.0459 F4 -0.92893 F7 7.3858 F8 -11.9869 F9 -8.5417 F10 -3.9269 F11 11.7573 F13 5
STDOUT_564=1 F1 2.0459 F4 0.92893 F7 -7.3858 F8 11.9869 F9 8.5417 F10 3.9269 F11 -11.7573 F13 -5
STDOUT_565=0 F1 -2.0459 F4 -0.92893 F7 7.3858 F8 -11.9869 F9 -8.5417 F10 -3.9269 F11 11.7573 F13 5
STDOUT_566=1 F1 2.20595 F4 1.37369 F7 -9.4082 F8 15.9518 F9 11.6673 F10 4.0703 F11 -12.5457 F13 -6
STDOUT_567=0 F1 -2.20595 F4 -1.37369 F7 9.4082 F8 -15.9518 F9 -11.6673 F10 -4.0703 F11 12.5457 F13 6
STDOUT_568=1 F1 1.38524 F4 1.0475 F7 -8.3049 F8 14.6906 F9 10.3314 F10 3.6681 F11 -9.4777 F12 -0.999941 F13 -4
STDOUT_569=0 F1 -1.38524 F4 -1.0475 F7 8.3049 F8 -14.6906 F9 -10.3314 F10 -3.6681 F11 9.4777 F12 0.999941 F13 4
STDOUT_570=1 F1 1.69091 F4 0.16923 F7 -7.3858 F8 14.2497 F9 8.5417 F10 5.6575 F11 -11.7573 F12 -0.999941 F13 -5
STDOUT_571=0 F1 -1.69091 F4 -0.16923 F7 7.3858 F8 -14.2497 F9 -8.5417 F10 -5.6575 F11 11.7573 F12 0.999941 F13 5
STDOUT_572=1 F1 1.38524 F4 1.0475 F7 -8.3049 F8 14.6906 F9 10.3314 F10 3.6681 F11 -9.4777 F12 -0.999941 F13 -4
STDOUT_573=0 F1 -1.38524 F4 -1.0475 F7 8.3049 F8 -14.6906 F9 -10.3314 F10 -3.6681 F11 9.4777 F12 0.999941 F13 4
STDOUT_574=1 F1 0.84635 F4 0.89686 F7 -7.186 F8 13.2242 F9 9.5948 F10 4.422 F11 -10.9513 F12 -0.999941 F13 -5
STDOUT_575=0 F1 -0.84635 F4 -0.89686 F7 7.186 F8 -13.2242 F9 -9.5948 F10 -4.422 F11 10.9513 F12 0.999941 F13 5
STDOUT_576=1 F1 1.86468 F4 1.30578 F7 -9.4082 F8 17.2353 F9 11.6673 F10 3.9553 F11 -12.5457 F12 -0.999941 F13 -6
STDOUT_577=0 F1 -1.86468 F4 -1.30578 F7 9.4082 F8 -17.2353 F9 -11.6673 F10 -3.9553 F11 12.5457 F12 0.999941 F13 6
STDOUT_578=1 F1 1.65131 F4 0.47882 F7 -9.4082 F8 17.3594 F9 11.6673 F10 6.4348 F11 -12.5457 F12 -0.999941 F13 -6
STDOUT_579=0 F1 -1.65131 F4 -0.47882 F7 9.4082 F8 -17.3594 F9 -11.6673 F10 -6.4348 F11 12.5457 F12 0.999941 F13 6
STDOUT_580=1 F1 1.43186 F4 1.07938 F7 -8.3049 F8 14.9567 F9 10.3314 F10 3.9699 F11 -9.4777 F12 -1.99984 F13 -4
STDOUT_581=0 F1 -1.43186 F4 -1.07938 F7 8.3049 F8 -14.9567 F9 -10.3314 F10 -3.9699 F11 9.4777 F12 1.99984 F13 4
STDOUT_582=1 F1 0.9719 F4 0.49728 F7 -8.3049 F8 15.6737 F9 10.3314 F10 5.6425 F11 -9.4776 F12 -0.999941 F13 -4
STDOUT_583=0 F1 -0.9719 F4 -0.49728 F7 8.3049 F8 -15.6737 F9 -10.3314 F10 -5.6425 F11 9.4776 F12 0.999941 F13 4
STDOUT_584=1 F1 1.85096 F4 0.61399 F7 -9.4082 F8 18.2146 F9 11.6673 F10 5.8009 F11 -12.5457 F12 -0.999941 F13 -6
STDOUT_585=0 F1 -1.85096 F4 -0.61399 F7 9.4082 F8 -18.2146 F9 -11.6673 F10 -5.8009 F11 12.5457 F12 0.999941 F13 6
STDOUT_586=1 F1 2.29596 F4 1.38409 F7 -9.4082 F8 15.5698 F9 11.6673 F10 3.8849 F11 -12.5457 F13 -6
STDOUT_587=0 F1 -2.29596 F4 -1.38409 F7 9.4082 F8 -15.5698 F9 -11.6673 F10 -3.8849 F11 12.5457 F13 6
STDOUT_588=1 F1 1.86468 F4 1.30578 F7 -9.4082 F8 17.2353 F9 11.6673 F10 3.9553 F11 -12.5457 F12 -0.999941 F13 -6
STDOUT_589=0 F1 -1.86468 F4 -1.30578 F7 9.4082 F8 -17.2353 F9 -11.6673 F10 -3.9553 F11 12.5457 F12 0.999941 F13 6
STDOUT_590=1 F1 1.75099 F4 1.08063 F7 -12.5495 F8 21.9393 F9 15.5295 F10 6.587 F11 -11.8604 F12 -0.999941 F13 -6
STDOUT_591=0 F1 -1.75099 F4 -1.08063 F7 12.5495 F8 -21.9393 F9 -15.5295 F10 -6.587 F11 11.8604 F12 0.999941 F13 6
STDOUT_592=1 F1 2.02339 F4 1.29538 F7 -9.4082 F8 17.7755 F9 11.6673 F10 4.2242 F11 -12.5457 F12 -0.999941 F13 -6
STDOUT_593=0 F1 -2.02339 F4 -1.29538 F7 9.4082 F8 -17.7755 F9 -11.6673 F10 -4.2242 F11 12.5457 F12 0.999941 F13 6
STDOUT_594=1 F1 1.92222 F4 0.52428 F7 -7.3858 F8 13.4432 F9 8.5417 F10 5.0821 F11 -11.7573 F13 -5
STDOUT_595=0 F1 -1.92222 F4 -0.52428 F7 7.3858 F8 -13.4432 F9 -8.5417 F10 -5.0821 F11 11.7573 F13 5
STDOUT_596=1 F1 0.95433 F4 0.66339 F7 -8.3049 F8 15.0329 F9 10.3314 F10 5.2886 F11 -9.4776 F12 -0.999941 F13 -4
STDOUT_597=0 F1 -0.95433 F4 -0.66339 F7 8.3049 F8 -15.0329 F9 -10.3314 F10 -5.2886 F11 9.4776 F12 0.999941 F13 4
STDOUT_598=1 F1 2.15349 F4 0.77323 F7 -7.3858 F8 12.2457 F9 8.5417 F10 4.0954 F11 -11.7573 F13 -5
STDOUT_599=0 F1 -2.15349 F4 -0.77323 F7 7.3858 F8 -12.2457 F9 -8.5417 F10 -4.0954 F11 11.7573 F13 5
STDOUT_600=1 F1 1.18713 F4 1.18773 F7 -7.186 F8 13.9788 F9 9.5948 F10 3.7032 F11 -10.9513 F12 -0.999941 F13 -5
STDOUT_601=0 F1 -1.18713 F4 -1.18773 F7 7.186 F8 -13.9788 F9 -9.5948 F10 -3.7032 F11 10.9513 F12 0.999941 F13 5
STDOUT_602=1 F1 -0.37592 F4 -0.0885999 F7 -6.1812 F8 9.7604 F9 19.7165 F10 -0.3052 F11 -2.2044 F13 -4
STDOUT_603=0 F1 0.37592 F4 0.0885999 F7 6.1812 F8 -9.7604 F9 -19.7165 F10 0.3052 F11 2.2044 F13 4
STDOUT_604=1 F1 -0.37898 F4 -0.178 F7 -6.1812 F8 9.9335 F9 19.7165 F10 -0.5792 F11 -2.2044 F12 0.999889 F13 -4
STDOUT_605=0 F1 0.37898 F4 0.178 F7 6.1812 F8 -9.9335 F9 -19.7165 F10 0.5792 F11 2.2044 F12 -0.999889 F13 4
STDOUT_606=1 F1 -0.45828 F4 -0.20467 F7 -4.0264 F8 8.7275 F9 16.7379 F10 -0.0948 F11 -3.1251 F13 -3
STDOUT_607=0 F1 0.45828 F4 0.20467 F7 4.0264 F8 -8.7275 F9 -16.7379 F10 0.0948 F11 3.1251 F13 3
STDOUT_608=1 F1 -0.4331 F4 -0.32172 F7 -6.1813 F8 10.5563 F9 19.7165 F10 0.7507 F11 -2.2044 F13 -4
STDOUT_609=0 F1 0.4331 F4 0.32172 F7 6.1813 F8 -10.5563 F9 -19.7165 F10 -0.7507 F11 2.2044 F13 4
STDOUT_610=1 F1 -0.42686 F4 -0.32983 F7 -4.0264 F8 7.8397 F9 16.7379 F10 -0.686701 F11 -3.1251 F12 0.999941 F13 -3
STDOUT_611=0 F1 0.42686 F4 0.32983 F7 4.0264 F8 -7.8397 F9 -16.7379 F10 0.686701 F11 3.1251 F12 -0.999941 F13 3
STDOUT_612=1 F1 -0.0629702 F4 -0.0688698 F7 -4.0264 F8 7.1533 F9 16.7379 F10 -0.5772 F11 -3.1251 F13 -3
STDOUT_613=0 F1 0.0629702 F4 0.0688698 F7 4.0264 F8 -7.1533 F9 -16.7379 F10 0.5772 F11 3.1251 F13 3
STDOUT_614=1 F1 -0.39944 F4 -0.0688698 F7 -3.5213 F8 7.2607 F9 15.6989 F10 -0.905701 F11 -4.0833 F13 -3
STDOUT_615=0 F1 0.39944 F4 0.0688698 F7 3.5213 F8 -7.2607 F9 -15.6989 F10 0.905701 F11 4.0833 F13 3
STDOUT_616=1 F1 -0.02842 F4 -0.0864599 F7 -8.7877 F8 15.0332 F9 24.197 F10 1.598 F11 -4.5391 F13 -5
STDOUT_617=0 F1 0.02842 F4 0.0864599 F7 8.7877 F8 -15.0332 F9 -24.197 F10 -1.598 F11 4.5391 F13 5
STDOUT_618=1 F1 0.17091 F4 0.10055 F7 -4.0264 F8 7.2658 F9 14.616 F10 0.0885992 F11 -3.1251 F13 -3
STDOUT_619=0 F1 -0.17091 F4 -0.10055 F7 4.0264 F8 -7.2658 F9 -14.616 F10 -0.0885992 F11 3.1251 F13 3
STDOUT_620=1 F1 0.0809698 F4 0.44196 F7 -4.0264 F8 5.1946 F9 16.7379 F10 -1.1938 F11 -3.1251 F12 -0.999889 F13 -3
STDOUT_621=0 F1 -0.0809698 F4 -0.44196 F7 4.0264 F8 -5.1946 F9 -16.7379 F10 1.1938 F11 3.1251 F12 0.999889 F13 3
STDOUT_622=1 F1 -0.0629702 F4 -0.0688698 F7 -4.0264 F8 7.1533 F9 16.7379 F10 -0.5772 F11 -3.1251 F13 -3
STDOUT_623=0 F1 0.0629702 F4 0.0688698 F7 4.0264 F8 -7.1533 F9 -16.7379 F10 0.5772 F11 3.1251 F13 3
STDOUT_624=1 F1 0.16583 F4 -0.0864599 F7 -8.78761 F8 15.0964 F9 24.197 F10 1.8359 F11 -4.5391 F13 -5
STDOUT_625=0 F1 -0.16583 F4 0.0864599 F7 8.78761 F8 -15.0964 F9 -24.197 F10 -1.8359 F11 4.5391 F13 5
STDOUT_626=1 F1 -0.61992 F4 -0.10367 F7 -4.0264 F8 8.3562 F9 14.616 F10 -0.0968008 F11 -3.1251 F13 -3
STDOUT_627=0 F1 0.61992 F4 0.10367 F7 4.0264 F8 -8.3562 F9 -14.616 F10 0.0968008 F11 3.1251 F13 3
STDOUT_628=1 F1 -0.44718 F4 -0.24621 F7 -6.1812 F8 10.5824 F9 19.7165 F10 0.4931 F11 -2.2044 F13 -4
STDOUT_629=0 F1 0.44718 F4 0.24621 F7 6.1812 F8 -10.5824 F9 -19.7165 F10 -0.4931 F11 2.2044 F13 4
STDOUT_630=1 F1 -0.41865 F4 -0.0352499 F7 -4.0264 F8 8.7768 F9 14.616 F10 0.3332 F11 -3.1251 F13 -3
STDOUT_631=0 F1 0.41865 F4 0.0352499 F7 4.0264 F8 -8.7768 F9 -14.616 F10 -0.3332 F11 3.1251 F13 3
STDOUT_632=1 F1 -0.37592 F4 -0.0885999 F7 -6.1812 F8 9.7604 F9 19.7165 F10 -0.3052 F11 -2.2044 F13 -4
STDOUT_633=0 F1 0.37592 F4 0.0885999 F7 6.1812 F8 -9.7604 F9 -19.7165 F10 0.3052 F11 2.2044 F13 4
STDOUT_634=1 F1 -0.46871 F4 0.0559402 F7 -6.1812 F8 9.6499 F9 19.7165 F10 0.9095 F11 -2.2044 F12 -0.999889 F13 -4
STDOUT_635=0 F1 0.46871 F4 -0.0559402 F7 6.1812 F8 -9.6499 F9 -19.7165 F10 -0.9095 F11 2.2044 F12 0.999889 F13 4
STDOUT_636=1 F1 -0.46225 F4 -0.22511 F7 -4.0264 F8 8.1201 F9 14.616 F10 0.5224 F11 -3.1251 F12 0.999941 F13 -3
STDOUT_637=0 F1 0.46225 F4 0.22511 F7 4.0264 F8 -8.1201 F9 -14.616 F10 -0.5224 F11 3.1251 F12 -0.999941 F13 3
STDOUT_638=1 F1 -0.0640302 F4 0.2912 F7 -8.78761 F8 14.1268 F9 24.197 F10 1.7568 F11 -4.5391 F12 -0.999889 F13 -5
STDOUT_639=0 F1 0.0640302 F4 -0.2912 F7 8.78761 F8 -14.1268 F9 -24.197 F10 -1.7568 F11 4.5391 F12 0.999889 F13 5
STDOUT_640=1 F1 0.18972 F4 0.34637 F7 -7.8897 F8 9.5997 F9 18.1293 F10 2.9744 F11 0.3673 F12 -0.999889 F13 -3
STDOUT_641=0 F1 -0.18972 F4 -0.34637 F7 7.8897 F8 -9.5997 F9 -18.1293 F10 -2.9744 F11 -0.3673 F12 0.999889 F13 3
STDOUT_642=1 F1 -0.16556 F4 0.10055 F7 -3.5213 F8 7.3732 F9 13.577 F10 -0.239901 F11 -4.0833 F13 -3
STDOUT_643=0 F1 0.16556 F4 -0.10055 F7 3.5213 F8 -7.3732 F9 -13.577 F10 0.239901 F11 4.0833 F13 3
STDOUT_644=1 F1 -0.21039 F4 -0.05477 F7 -6.1812 F8 10.1381 F9 19.7165 F10 0.4164 F11 -2.2044 F12 -0.999889 F13 -4
STDOUT_645=0 F1 0.21039 F4 0.05477 F7 6.1812 F8 -10.1381 F9 -19.7165 F10 -0.4164 F11 2.2044 F12 0.999889 F13 4
STDOUT_646=1 F1 -0.0315504 F4 -0.19403 F7 -4.0264 F8 6.2655 F9 16.7379 F10 -1.1692 F11 -3.1251 F12 0.999941 F13 -3
STDOUT_647=0 F1 0.0315504 F4 0.19403 F7 4.0264 F8 -6.2655 F9 -16.7379 F10 1.1692 F11 3.1251 F12 -0.999941 F13 3
STDOUT_648=1 F1 -0.02842 F4 -0.0864599 F7 -8.7877 F8 15.0332 F9 24.197 F10 1.598 F11 -4.5391 F13 -5
STDOUT_649=0 F1 0.02842 F4 0.0864599 F7 8.7877 F8 -15.0332 F9 -24.197 F10 -1.598 F11 4.5391 F13 5
STDOUT_650=1 F1 -0.37898 F4 -0.178 F7 -6.1812 F8 9.9335 F9 19.7165 F10 -0.5792 F11 -2.2044 F12 0.999889 F13 -4
STDOUT_651=0 F1 0.37898 F4 0.178 F7 6.1812 F8 -9.9335 F9 -19.7165 F10 0.5792 F11 2.2044 F12 -0.999889 F13 4
STDOUT_652=1 F1 -0.26633 F4 -0.63586 F7 -4.0264 F8 7.9719 F9 16.7379 F10 -0.488501 F11 -3.1251 F12 0.999941 F13 -3
STDOUT_653=0 F1 0.26633 F4 0.63586 F7 4.0264 F8 -7.9719 F9 -16.7379 F10 0.488501 F11 3.1251 F12 -0.999941 F13 3
STDOUT_654=1 F1 -0.0233302 F4 0.10055 F7 -4.0264 F8 7.2026 F9 14.616 F10 -0.149301 F11 -3.1251 F13 -3
STDOUT_655=0 F1 0.0233302 F4 -0.10055 F7 4.0264 F8 -7.2026 F9 -14.616 F10 0.149301 F11 3.1251 F13 3
STDOUT_656=1 F1 -0.61992 F4 -0.10367 F7 -4.0264 F8 8.3562 F9 14.616 F10 -0.0968008 F11 -3.1251 F13 -3
STDOUT_657=0 F1 0.61992 F4 0.10367 F7 4.0264 F8 -8.3562 F9 -14.616 F10 0.0968008 F11 3.1251 F13 3
STDOUT_658=1 F1 -0.46871 F4 0.0559402 F7 -6.1812 F8 9.6499 F9 19.7165 F10 0.9095 F11 -2.2044 F12 -0.999889 F13 -4
STDOUT_659=0 F1 0.46871 F4 -0.0559402 F7 6.1812 F8 -9.6499 F9 -19.7165 F10 -0.9095 F11 2.2044 F12 0.999889 F13 4
STDOUT_660=1 F1 0.17091 F4 0.10055 F7 -4.0264 F8 7.2658 F9 14.616 F10 0.0885992 F11 -3.1251 F13 -3
STDOUT_661=0 F1 -0.17091 F4 -0.10055 F7 4.0264 F8 -7.2658 F9 -14.616 F10 -0.0885992 F11 3.1251 F13 3
STDOUT_662=1 F1 -0.31435 F4 0.30616 F7 -4.0264 F8 6.7688 F9 16.7379 F10 -0.7113 F11 -3.1251 F12 -0.999889 F13 -3
STDOUT_663=0 F1 0.31435 F4 -0.30616 F7 4.0264 F8 -6.7688 F9 -16.7379 F10 0.7113 F11 3.1251 F12 0.999889 F13 3
STDOUT_664=1 F1 -0.0640302 F4 0.2912 F7 -8.78761 F8 14.1268 F9 24.197 F10 1.7568 F11 -4.5391 F12 -0.999889 F13 -5
STDOUT_665=0 F1 0.0640302 F4 -0.2912 F7 8.78761 F8 -14.1268 F9 -24.197 F10 -1.7568 F11 4.5391 F12 0.999889 F13 5
STDOUT_666=1 F1 -0.26633 F4 -0.63586 F7 -4.0264 F8 7.9719 F9 16.7379 F10 -0.488501 F11 -3.1251 F12 0.999941 F13 -3
STDOUT_667=0 F1 0.26633 F4 0.63586 F7 4.0264 F8 -7.9719 F9 -16.7379 F10 0.488501 F11 3.1251 F12 -0.999941 F13 3
STDOUT_668=1 F1 -0.31435 F4 0.30616 F7 -4.0264 F8 6.7688 F9 16.7379 F10 -0.7113 F11 -3.1251 F12 -0.999889 F13 -3
STDOUT_669=0 F1 0.31435 F4 -0.30616 F7 4.0264 F8 -6.7688 F9 -16.7379 F10 0.7113 F11 3.1251 F12 0.999889 F13 3
STDOUT_670=1 F1 -0.0315504 F4 -0.19403 F7 -4.0264 F8 6.2655 F9 16.7379 F10 -1.1692 F11 -3.1251 F12 0.999941 F13 -3
STDOUT_671=0 F1 0.0315504 F4 0.19403 F7 4.0264 F8 -6.2655 F9 -16.7379 F10 1.1692 F11 3.1251 F12 -0.999941 F13 3
STDOUT_672=1 F1 -0.0394402 F4 0.0784502 F7 -8.78761 F8 14.8862 F9 24.197 F10 1.6144 F11 -4.5391 F12 -0.999889 F13 -5
STDOUT_673=0 F1 0.0394402 F4 -0.0784502 F7 8.78761 F8 -14.8862 F9 -24.197 F10 -1.6144 F11 4.5391 F12 0.999889 F13 5
STDOUT_674=1 F1 -0.37592 F4 -0.0885999 F7 -6.1812 F8 9.7604 F9 19.7165 F10 -0.3052 F11 -2.2044 F13 -4
STDOUT_675=0 F1 0.37592 F4 0.0885999 F7 6.1812 F8 -9.7604 F9 -19.7165 F10 0.3052 F11 2.2044 F13 4
STDOUT_676=1 F1 0.0809698 F4 0.44196 F7 -4.0264 F8 5.1946 F9 16.7379 F10 -1.1938 F11 -3.1251 F12 -0.999889 F13 -3
STDOUT_677=0 F1 -0.0809698 F4 -0.44196 F7 4.0264 F8 -5.1946 F9 -16.7379 F10 1.1938 F11 3.1251 F12 0.999889 F13 3
STDOUT_678=1 F1 -0.0324502 F4 -0.46645 F7 -4.0264 F8 8.0844 F9 14.616 F10 0.1774 F11 -3.1251 F12 0.999941 F13 -3
STDOUT_679=0 F1 0.0324502 F4 0.46645 F7 4.0264 F8 -8.0844 F9 -14.616 F10 -0.1774 F11 3.1251 F12 -0.999941 F13 3
STDOUT_680=1 F1 -0.3649 F4 -0.25351 F7 -6.1813 F8 9.9074 F9 19.7165 F10 -0.3216 F11 -2.2044 F12 0.999889 F13 -4
STDOUT_681=0 F1 0.3649 F4 0.25351 F7 6.1813 F8 -9.9074 F9 -19.7165 F10 0.3216 F11 2.2044 F12 -0.999889 F13 4
STDOUT_682=1 F1 -0.61992 F4 -0.10367 F7 -4.0264 F8 8.3562 F9 14.616 F10 -0.0968008 F11 -3.1251 F13 -3
STDOUT_683=0 F1 0.61992 F4 0.10367 F7 4.0264 F8 -8.3562 F9 -14.616 F10 0.0968008 F11 3.1251 F13 3
STDOUT_684=1 F1 -0.0324502 F4 -0.46645 F7 -4.0264 F8 8.0844 F9 14.616 F10 0.1774 F11 -3.1251 F12 0.999941 F13 -3
STDOUT_685=0 F1 0.0324502 F4 0.46645 F7 4.0264 F8 -8.0844 F9 -14.616 F10 -0.1774 F11 3.1251 F12 -0.999941 F13 3
STDOUT_686=1 F1 -0.17065 F4 -0.25351 F7 -6.1812 F8 9.9706 F9 19.7165 F10 -0.0837002 F11 -2.2044 F12 0.999889 F13 -4
STDOUT_687=0 F1 0.17065 F4 0.25351 F7 6.1812 F8 -9.9706 F9 -19.7165 F10 0.0837002 F11 2.2044 F12 -0.999889 F13 4
STDOUT_688=1 F1 -0.16865 F4 -0.9844 F7 -6.1812 F8 10.9184 F9 19.7165 F10 0.4931 F11 -2.2044 F13 -4
STDOUT_689=0 F1 0.16865 F4 0.9844 F7 6.1812 F8 -10.9184 F9 -19.7165 F10 -0.4931 F11 2.2044 F13 4
STDOUT_690=1 F1 -0.31435 F4 0.30616 F7 -4.0264 F8 6.7688 F9 16.7379 F10 -0.7113 F11 -3.1251 F12 -0.999889 F13 -3
STDOUT_691=0 F1 0.31435 F4 -0.30616 F7 4.0264 F8 -6.7688 F9 -16.7379 F10 0.7113 F11 3.1251 F12 0.999889 F13 3
STDOUT_692=1 F1 -0.37388 F4 0.17606 F7 -3.5213 F8 7.3361 F9 13.577 F10 -0.735401 F11 -4.0833 F13 -3
STDOUT_693=0 F1 0.37388 F4 -0.17606 F7 3.5213 F8 -7.3361 F9 -13.577 F10 0.735401 F11 4.0833 F13 3
STDOUT_694=1 F1 -0.43272 F4 0.0402601 F7 -4.0264 F8 8.8029 F9 14.616 F10 0.0754995 F11 -3.1251 F13 -3
STDOUT_695=0 F1 0.43272 F4 -0.0402601 F7 4.0264 F8 -8.8029 F9 -14.616 F10 -0.0754995 F11 3.1251 F13 3
STDOUT_696=1 F1 -0.0425 F4 -0.0109499 F7 -8.78761 F8 15.0593 F9 24.197 F10 1.3404 F11 -4.5391 F13 -5
STDOUT_697=0 F1 0.0425 F4 0.0109499 F7 8.78761 F8 -15.0593 F9 -24.197 F10 -1.3404 F11 4.5391 F13 5
STDOUT_698=1 F1 -0.17065 F4 -0.25351 F7 -6.1812 F8 9.9706 F9 19.7165 F10 -0.0837002 F11 -2.2044 F12 0.999889 F13 -4
STDOUT_699=0 F1 0.17065 F4 0.25351 F7 6.1812 F8 -9.9706 F9 -19.7165 F10 0.0837002 F11 2.2044 F12 -0.999889 F13 4
STDOUT_700=1 F1 -0.0374103 F4 0.17606 F7 -4.0264 F8 7.2287 F9 14.616 F10 -0.4069 F11 -3.1251 F13 -3
STDOUT_701=0 F1 0.0374103 F4 -0.17606 F7 4.0264 F8 -7.2287 F9 -14.616 F10 0.4069 F11 3.1251 F13 3
TOTAL_WALLTIME ~ 0

View File

@ -0,0 +1 @@
0.000488591 0.000241107 0.000561318 0.000818748 0.000750885 0.000210658 0.000893409 0.000287307 1.8763e-05 0.00088237 0.000277208 0.0671041 0.000544691 -0.926921

View File

@ -553,6 +553,8 @@ remove_temporary_files();
#script creation #script creation
sub preparing_script(){ sub preparing_script(){
my $currStartTranslationId = 0;
foreach my $idx (@idxlist){ foreach my $idx (@idxlist){
my $scriptheader=""; my $scriptheader="";
$scriptheader.="\#\! /bin/bash\n\n"; $scriptheader.="\#\! /bin/bash\n\n";
@ -588,7 +590,9 @@ sub preparing_script(){
$tmpwordgraphlist="-output-word-graph $tmpdir/$wordgraphfile.$splitpfx$idx $wordgraphlist[1]"; $tmpwordgraphlist="-output-word-graph $tmpdir/$wordgraphfile.$splitpfx$idx $wordgraphlist[1]";
} }
print OUT "$mosescmd $mosesparameters $tmpalioutfile $tmpwordgraphlist $tmpsearchgraphlist $tmpnbestlist $inputmethod ${inputfile}.$splitpfx$idx > $tmpdir/${inputfile}.$splitpfx$idx.trans\n\n"; my $tmpStartTranslationId = "-start-translation-id $currStartTranslationId";
print OUT "$mosescmd $mosesparameters $tmpStartTranslationId $tmpalioutfile $tmpwordgraphlist $tmpsearchgraphlist $tmpnbestlist $inputmethod ${inputfile}.$splitpfx$idx > $tmpdir/${inputfile}.$splitpfx$idx.trans\n\n";
print OUT "echo exit status \$\?\n\n"; print OUT "echo exit status \$\?\n\n";
if (defined $alifile){ if (defined $alifile){
@ -615,6 +619,8 @@ sub preparing_script(){
#setting permissions of each script #setting permissions of each script
chmod(oct(755),"${jobscript}${idx}.bash"); chmod(oct(755),"${jobscript}${idx}.bash");
$currStartTranslationId += $splitN;
} }
} }

View File

@ -57,7 +57,7 @@
<DebugInformationFormat>EditAndContinue</DebugInformationFormat> <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
</ClCompile> </ClCompile>
<Link> <Link>
<AdditionalDependencies>zlib.lib;%(AdditionalDependencies)</AdditionalDependencies> <AdditionalDependencies>zdll.lib;%(AdditionalDependencies)</AdditionalDependencies>
<GenerateDebugInformation>true</GenerateDebugInformation> <GenerateDebugInformation>true</GenerateDebugInformation>
<SubSystem>Console</SubSystem> <SubSystem>Console</SubSystem>
<TargetMachine>MachineX86</TargetMachine> <TargetMachine>MachineX86</TargetMachine>
@ -76,7 +76,7 @@
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat> <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
</ClCompile> </ClCompile>
<Link> <Link>
<AdditionalDependencies>zlib.lib;%(AdditionalDependencies)</AdditionalDependencies> <AdditionalDependencies>zdll.lib;%(AdditionalDependencies)</AdditionalDependencies>
<GenerateDebugInformation>true</GenerateDebugInformation> <GenerateDebugInformation>true</GenerateDebugInformation>
<SubSystem>Console</SubSystem> <SubSystem>Console</SubSystem>
<OptimizeReferences>true</OptimizeReferences> <OptimizeReferences>true</OptimizeReferences>

View File

@ -60,7 +60,7 @@
<GenerateDebugInformation>true</GenerateDebugInformation> <GenerateDebugInformation>true</GenerateDebugInformation>
<SubSystem>Console</SubSystem> <SubSystem>Console</SubSystem>
<TargetMachine>MachineX86</TargetMachine> <TargetMachine>MachineX86</TargetMachine>
<AdditionalDependencies>zlib.lib;%(AdditionalDependencies)</AdditionalDependencies> <AdditionalDependencies>zdll.lib;%(AdditionalDependencies)</AdditionalDependencies>
</Link> </Link>
</ItemDefinitionGroup> </ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
@ -81,7 +81,7 @@
<OptimizeReferences>true</OptimizeReferences> <OptimizeReferences>true</OptimizeReferences>
<EnableCOMDATFolding>true</EnableCOMDATFolding> <EnableCOMDATFolding>true</EnableCOMDATFolding>
<TargetMachine>MachineX86</TargetMachine> <TargetMachine>MachineX86</TargetMachine>
<AdditionalDependencies>zlib.lib;%(AdditionalDependencies)</AdditionalDependencies> <AdditionalDependencies>zdll.lib;%(AdditionalDependencies)</AdditionalDependencies>
</Link> </Link>
</ItemDefinitionGroup> </ItemDefinitionGroup>
<ItemGroup> <ItemGroup>

View File

@ -60,7 +60,7 @@
<GenerateDebugInformation>true</GenerateDebugInformation> <GenerateDebugInformation>true</GenerateDebugInformation>
<SubSystem>Console</SubSystem> <SubSystem>Console</SubSystem>
<TargetMachine>MachineX86</TargetMachine> <TargetMachine>MachineX86</TargetMachine>
<AdditionalDependencies>zlib.lib;%(AdditionalDependencies)</AdditionalDependencies> <AdditionalDependencies>zdll.lib;%(AdditionalDependencies)</AdditionalDependencies>
</Link> </Link>
</ItemDefinitionGroup> </ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
@ -81,7 +81,7 @@
<OptimizeReferences>true</OptimizeReferences> <OptimizeReferences>true</OptimizeReferences>
<EnableCOMDATFolding>true</EnableCOMDATFolding> <EnableCOMDATFolding>true</EnableCOMDATFolding>
<TargetMachine>MachineX86</TargetMachine> <TargetMachine>MachineX86</TargetMachine>
<AdditionalDependencies>zlib.lib;%(AdditionalDependencies)</AdditionalDependencies> <AdditionalDependencies>zdll.lib;%(AdditionalDependencies)</AdditionalDependencies>
</Link> </Link>
</ItemDefinitionGroup> </ItemDefinitionGroup>
<ItemGroup> <ItemGroup>

View File

@ -63,7 +63,7 @@
<DataExecutionPrevention> <DataExecutionPrevention>
</DataExecutionPrevention> </DataExecutionPrevention>
<TargetMachine>MachineX86</TargetMachine> <TargetMachine>MachineX86</TargetMachine>
<AdditionalDependencies>zlib.lib;%(AdditionalDependencies)</AdditionalDependencies> <AdditionalDependencies>zdll.lib;%(AdditionalDependencies)</AdditionalDependencies>
</Link> </Link>
</ItemDefinitionGroup> </ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
@ -84,7 +84,7 @@
<DataExecutionPrevention> <DataExecutionPrevention>
</DataExecutionPrevention> </DataExecutionPrevention>
<TargetMachine>MachineX86</TargetMachine> <TargetMachine>MachineX86</TargetMachine>
<AdditionalDependencies>zlib.lib;%(AdditionalDependencies)</AdditionalDependencies> <AdditionalDependencies>zdll.lib;%(AdditionalDependencies)</AdditionalDependencies>
</Link> </Link>
</ItemDefinitionGroup> </ItemDefinitionGroup>
<ItemGroup> <ItemGroup>

View File

@ -57,7 +57,7 @@
<DebugInformationFormat>EditAndContinue</DebugInformationFormat> <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
</ClCompile> </ClCompile>
<Link> <Link>
<AdditionalDependencies>zlib.lib;%(AdditionalDependencies)</AdditionalDependencies> <AdditionalDependencies>zdll.lib;%(AdditionalDependencies)</AdditionalDependencies>
<GenerateDebugInformation>true</GenerateDebugInformation> <GenerateDebugInformation>true</GenerateDebugInformation>
<SubSystem>Console</SubSystem> <SubSystem>Console</SubSystem>
<RandomizedBaseAddress>false</RandomizedBaseAddress> <RandomizedBaseAddress>false</RandomizedBaseAddress>
@ -76,7 +76,7 @@
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat> <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
</ClCompile> </ClCompile>
<Link> <Link>
<AdditionalDependencies>zlib.lib;%(AdditionalDependencies)</AdditionalDependencies> <AdditionalDependencies>zdll.lib;%(AdditionalDependencies)</AdditionalDependencies>
<GenerateDebugInformation>true</GenerateDebugInformation> <GenerateDebugInformation>true</GenerateDebugInformation>
<SubSystem>Console</SubSystem> <SubSystem>Console</SubSystem>
<OptimizeReferences>true</OptimizeReferences> <OptimizeReferences>true</OptimizeReferences>