.gitignore
CMakeLists.txt
LICENSE.txt
LICENSES_OSS.txt
README.md
pyproject.toml
setup.py
uv.lock
.vscode/settings.json
src/set_attributes.pyi
src/automate/CMakeLists.txt
src/automate/__init__.py
src/automate/automate/__init__.py
src/automate/automate/arg_parsing.py
src/automate/automate/brep.py
src/automate/automate/conversions.py
src/automate/automate/eclasses.py
src/automate/automate/plot_confusion_matrix.py
src/automate/automate/pointnet_encoder.py
src/automate/automate/sbgcn.py
src/automate/automate/util.py
src/automate/automate/uvnet_encoders.py
src/automate/cpp/automate.cpp
src/automate/cpp/disjointset.cpp
src/automate/cpp/disjointset.h
src/automate/cpp/eclass.cpp
src/automate/cpp/eclass.h
src/automate/cpp/lsh.cpp
src/automate/cpp/lsh.h
src/automate/cpp/part.cpp
src/automate/cpp/part.h
src/automate/include/Eigen/Cholesky
src/automate/include/Eigen/CholmodSupport
src/automate/include/Eigen/Core
src/automate/include/Eigen/Dense
src/automate/include/Eigen/Eigen
src/automate/include/Eigen/Eigenvalues
src/automate/include/Eigen/Geometry
src/automate/include/Eigen/Householder
src/automate/include/Eigen/IterativeLinearSolvers
src/automate/include/Eigen/Jacobi
src/automate/include/Eigen/KLUSupport
src/automate/include/Eigen/LU
src/automate/include/Eigen/MetisSupport
src/automate/include/Eigen/OrderingMethods
src/automate/include/Eigen/PaStiXSupport
src/automate/include/Eigen/PardisoSupport
src/automate/include/Eigen/QR
src/automate/include/Eigen/QtAlignedMalloc
src/automate/include/Eigen/SPQRSupport
src/automate/include/Eigen/SVD
src/automate/include/Eigen/Sparse
src/automate/include/Eigen/SparseCholesky
src/automate/include/Eigen/SparseCore
src/automate/include/Eigen/SparseLU
src/automate/include/Eigen/SparseQR
src/automate/include/Eigen/StdDeque
src/automate/include/Eigen/StdList
src/automate/include/Eigen/StdVector
src/automate/include/Eigen/SuperLUSupport
src/automate/include/Eigen/UmfPackSupport
src/automate/include/Eigen/src/Cholesky/LDLT.h
src/automate/include/Eigen/src/Cholesky/LLT.h
src/automate/include/Eigen/src/Cholesky/LLT_LAPACKE.h
src/automate/include/Eigen/src/CholmodSupport/CholmodSupport.h
src/automate/include/Eigen/src/Core/ArithmeticSequence.h
src/automate/include/Eigen/src/Core/Array.h
src/automate/include/Eigen/src/Core/ArrayBase.h
src/automate/include/Eigen/src/Core/ArrayWrapper.h
src/automate/include/Eigen/src/Core/Assign.h
src/automate/include/Eigen/src/Core/AssignEvaluator.h
src/automate/include/Eigen/src/Core/Assign_MKL.h
src/automate/include/Eigen/src/Core/BandMatrix.h
src/automate/include/Eigen/src/Core/Block.h
src/automate/include/Eigen/src/Core/BooleanRedux.h
src/automate/include/Eigen/src/Core/CommaInitializer.h
src/automate/include/Eigen/src/Core/ConditionEstimator.h
src/automate/include/Eigen/src/Core/CoreEvaluators.h
src/automate/include/Eigen/src/Core/CoreIterators.h
src/automate/include/Eigen/src/Core/CwiseBinaryOp.h
src/automate/include/Eigen/src/Core/CwiseNullaryOp.h
src/automate/include/Eigen/src/Core/CwiseTernaryOp.h
src/automate/include/Eigen/src/Core/CwiseUnaryOp.h
src/automate/include/Eigen/src/Core/CwiseUnaryView.h
src/automate/include/Eigen/src/Core/DenseBase.h
src/automate/include/Eigen/src/Core/DenseCoeffsBase.h
src/automate/include/Eigen/src/Core/DenseStorage.h
src/automate/include/Eigen/src/Core/Diagonal.h
src/automate/include/Eigen/src/Core/DiagonalMatrix.h
src/automate/include/Eigen/src/Core/DiagonalProduct.h
src/automate/include/Eigen/src/Core/Dot.h
src/automate/include/Eigen/src/Core/EigenBase.h
src/automate/include/Eigen/src/Core/ForceAlignedAccess.h
src/automate/include/Eigen/src/Core/Fuzzy.h
src/automate/include/Eigen/src/Core/GeneralProduct.h
src/automate/include/Eigen/src/Core/GenericPacketMath.h
src/automate/include/Eigen/src/Core/GlobalFunctions.h
src/automate/include/Eigen/src/Core/IO.h
src/automate/include/Eigen/src/Core/IndexedView.h
src/automate/include/Eigen/src/Core/Inverse.h
src/automate/include/Eigen/src/Core/Map.h
src/automate/include/Eigen/src/Core/MapBase.h
src/automate/include/Eigen/src/Core/MathFunctions.h
src/automate/include/Eigen/src/Core/MathFunctionsImpl.h
src/automate/include/Eigen/src/Core/Matrix.h
src/automate/include/Eigen/src/Core/MatrixBase.h
src/automate/include/Eigen/src/Core/NestByValue.h
src/automate/include/Eigen/src/Core/NoAlias.h
src/automate/include/Eigen/src/Core/NumTraits.h
src/automate/include/Eigen/src/Core/PartialReduxEvaluator.h
src/automate/include/Eigen/src/Core/PermutationMatrix.h
src/automate/include/Eigen/src/Core/PlainObjectBase.h
src/automate/include/Eigen/src/Core/Product.h
src/automate/include/Eigen/src/Core/ProductEvaluators.h
src/automate/include/Eigen/src/Core/Random.h
src/automate/include/Eigen/src/Core/Redux.h
src/automate/include/Eigen/src/Core/Ref.h
src/automate/include/Eigen/src/Core/Replicate.h
src/automate/include/Eigen/src/Core/Reshaped.h
src/automate/include/Eigen/src/Core/ReturnByValue.h
src/automate/include/Eigen/src/Core/Reverse.h
src/automate/include/Eigen/src/Core/Select.h
src/automate/include/Eigen/src/Core/SelfAdjointView.h
src/automate/include/Eigen/src/Core/SelfCwiseBinaryOp.h
src/automate/include/Eigen/src/Core/Solve.h
src/automate/include/Eigen/src/Core/SolveTriangular.h
src/automate/include/Eigen/src/Core/SolverBase.h
src/automate/include/Eigen/src/Core/StableNorm.h
src/automate/include/Eigen/src/Core/StlIterators.h
src/automate/include/Eigen/src/Core/Stride.h
src/automate/include/Eigen/src/Core/Swap.h
src/automate/include/Eigen/src/Core/Transpose.h
src/automate/include/Eigen/src/Core/Transpositions.h
src/automate/include/Eigen/src/Core/TriangularMatrix.h
src/automate/include/Eigen/src/Core/VectorBlock.h
src/automate/include/Eigen/src/Core/VectorwiseOp.h
src/automate/include/Eigen/src/Core/Visitor.h
src/automate/include/Eigen/src/Core/arch/AVX/Complex.h
src/automate/include/Eigen/src/Core/arch/AVX/MathFunctions.h
src/automate/include/Eigen/src/Core/arch/AVX/PacketMath.h
src/automate/include/Eigen/src/Core/arch/AVX/TypeCasting.h
src/automate/include/Eigen/src/Core/arch/AVX512/Complex.h
src/automate/include/Eigen/src/Core/arch/AVX512/MathFunctions.h
src/automate/include/Eigen/src/Core/arch/AVX512/PacketMath.h
src/automate/include/Eigen/src/Core/arch/AVX512/TypeCasting.h
src/automate/include/Eigen/src/Core/arch/AltiVec/Complex.h
src/automate/include/Eigen/src/Core/arch/AltiVec/MathFunctions.h
src/automate/include/Eigen/src/Core/arch/AltiVec/MatrixProduct.h
src/automate/include/Eigen/src/Core/arch/AltiVec/MatrixProductCommon.h
src/automate/include/Eigen/src/Core/arch/AltiVec/MatrixProductMMA.h
src/automate/include/Eigen/src/Core/arch/AltiVec/PacketMath.h
src/automate/include/Eigen/src/Core/arch/CUDA/Complex.h
src/automate/include/Eigen/src/Core/arch/Default/BFloat16.h
src/automate/include/Eigen/src/Core/arch/Default/ConjHelper.h
src/automate/include/Eigen/src/Core/arch/Default/GenericPacketMathFunctions.h
src/automate/include/Eigen/src/Core/arch/Default/GenericPacketMathFunctionsFwd.h
src/automate/include/Eigen/src/Core/arch/Default/Half.h
src/automate/include/Eigen/src/Core/arch/Default/Settings.h
src/automate/include/Eigen/src/Core/arch/Default/TypeCasting.h
src/automate/include/Eigen/src/Core/arch/GPU/MathFunctions.h
src/automate/include/Eigen/src/Core/arch/GPU/PacketMath.h
src/automate/include/Eigen/src/Core/arch/GPU/TypeCasting.h
src/automate/include/Eigen/src/Core/arch/HIP/hcc/math_constants.h
src/automate/include/Eigen/src/Core/arch/MSA/Complex.h
src/automate/include/Eigen/src/Core/arch/MSA/MathFunctions.h
src/automate/include/Eigen/src/Core/arch/MSA/PacketMath.h
src/automate/include/Eigen/src/Core/arch/NEON/Complex.h
src/automate/include/Eigen/src/Core/arch/NEON/GeneralBlockPanelKernel.h
src/automate/include/Eigen/src/Core/arch/NEON/MathFunctions.h
src/automate/include/Eigen/src/Core/arch/NEON/PacketMath.h
src/automate/include/Eigen/src/Core/arch/NEON/TypeCasting.h
src/automate/include/Eigen/src/Core/arch/SSE/Complex.h
src/automate/include/Eigen/src/Core/arch/SSE/MathFunctions.h
src/automate/include/Eigen/src/Core/arch/SSE/PacketMath.h
src/automate/include/Eigen/src/Core/arch/SSE/TypeCasting.h
src/automate/include/Eigen/src/Core/arch/SVE/MathFunctions.h
src/automate/include/Eigen/src/Core/arch/SVE/PacketMath.h
src/automate/include/Eigen/src/Core/arch/SVE/TypeCasting.h
src/automate/include/Eigen/src/Core/arch/SYCL/InteropHeaders.h
src/automate/include/Eigen/src/Core/arch/SYCL/MathFunctions.h
src/automate/include/Eigen/src/Core/arch/SYCL/PacketMath.h
src/automate/include/Eigen/src/Core/arch/SYCL/SyclMemoryModel.h
src/automate/include/Eigen/src/Core/arch/SYCL/TypeCasting.h
src/automate/include/Eigen/src/Core/arch/ZVector/Complex.h
src/automate/include/Eigen/src/Core/arch/ZVector/MathFunctions.h
src/automate/include/Eigen/src/Core/arch/ZVector/PacketMath.h
src/automate/include/Eigen/src/Core/functors/AssignmentFunctors.h
src/automate/include/Eigen/src/Core/functors/BinaryFunctors.h
src/automate/include/Eigen/src/Core/functors/NullaryFunctors.h
src/automate/include/Eigen/src/Core/functors/StlFunctors.h
src/automate/include/Eigen/src/Core/functors/TernaryFunctors.h
src/automate/include/Eigen/src/Core/functors/UnaryFunctors.h
src/automate/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h
src/automate/include/Eigen/src/Core/products/GeneralMatrixMatrix.h
src/automate/include/Eigen/src/Core/products/GeneralMatrixMatrixTriangular.h
src/automate/include/Eigen/src/Core/products/GeneralMatrixMatrixTriangular_BLAS.h
src/automate/include/Eigen/src/Core/products/GeneralMatrixMatrix_BLAS.h
src/automate/include/Eigen/src/Core/products/GeneralMatrixVector.h
src/automate/include/Eigen/src/Core/products/GeneralMatrixVector_BLAS.h
src/automate/include/Eigen/src/Core/products/Parallelizer.h
src/automate/include/Eigen/src/Core/products/SelfadjointMatrixMatrix.h
src/automate/include/Eigen/src/Core/products/SelfadjointMatrixMatrix_BLAS.h
src/automate/include/Eigen/src/Core/products/SelfadjointMatrixVector.h
src/automate/include/Eigen/src/Core/products/SelfadjointMatrixVector_BLAS.h
src/automate/include/Eigen/src/Core/products/SelfadjointProduct.h
src/automate/include/Eigen/src/Core/products/SelfadjointRank2Update.h
src/automate/include/Eigen/src/Core/products/TriangularMatrixMatrix.h
src/automate/include/Eigen/src/Core/products/TriangularMatrixMatrix_BLAS.h
src/automate/include/Eigen/src/Core/products/TriangularMatrixVector.h
src/automate/include/Eigen/src/Core/products/TriangularMatrixVector_BLAS.h
src/automate/include/Eigen/src/Core/products/TriangularSolverMatrix.h
src/automate/include/Eigen/src/Core/products/TriangularSolverMatrix_BLAS.h
src/automate/include/Eigen/src/Core/products/TriangularSolverVector.h
src/automate/include/Eigen/src/Core/util/BlasUtil.h
src/automate/include/Eigen/src/Core/util/ConfigureVectorization.h
src/automate/include/Eigen/src/Core/util/Constants.h
src/automate/include/Eigen/src/Core/util/DisableStupidWarnings.h
src/automate/include/Eigen/src/Core/util/ForwardDeclarations.h
src/automate/include/Eigen/src/Core/util/IndexedViewHelper.h
src/automate/include/Eigen/src/Core/util/IntegralConstant.h
src/automate/include/Eigen/src/Core/util/MKL_support.h
src/automate/include/Eigen/src/Core/util/Macros.h
src/automate/include/Eigen/src/Core/util/Memory.h
src/automate/include/Eigen/src/Core/util/Meta.h
src/automate/include/Eigen/src/Core/util/NonMPL2.h
src/automate/include/Eigen/src/Core/util/ReenableStupidWarnings.h
src/automate/include/Eigen/src/Core/util/ReshapedHelper.h
src/automate/include/Eigen/src/Core/util/StaticAssert.h
src/automate/include/Eigen/src/Core/util/SymbolicIndex.h
src/automate/include/Eigen/src/Core/util/XprHelper.h
src/automate/include/Eigen/src/Eigenvalues/ComplexEigenSolver.h
src/automate/include/Eigen/src/Eigenvalues/ComplexSchur.h
src/automate/include/Eigen/src/Eigenvalues/ComplexSchur_LAPACKE.h
src/automate/include/Eigen/src/Eigenvalues/EigenSolver.h
src/automate/include/Eigen/src/Eigenvalues/GeneralizedEigenSolver.h
src/automate/include/Eigen/src/Eigenvalues/GeneralizedSelfAdjointEigenSolver.h
src/automate/include/Eigen/src/Eigenvalues/HessenbergDecomposition.h
src/automate/include/Eigen/src/Eigenvalues/MatrixBaseEigenvalues.h
src/automate/include/Eigen/src/Eigenvalues/RealQZ.h
src/automate/include/Eigen/src/Eigenvalues/RealSchur.h
src/automate/include/Eigen/src/Eigenvalues/RealSchur_LAPACKE.h
src/automate/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h
src/automate/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver_LAPACKE.h
src/automate/include/Eigen/src/Eigenvalues/Tridiagonalization.h
src/automate/include/Eigen/src/Geometry/AlignedBox.h
src/automate/include/Eigen/src/Geometry/AngleAxis.h
src/automate/include/Eigen/src/Geometry/EulerAngles.h
src/automate/include/Eigen/src/Geometry/Homogeneous.h
src/automate/include/Eigen/src/Geometry/Hyperplane.h
src/automate/include/Eigen/src/Geometry/OrthoMethods.h
src/automate/include/Eigen/src/Geometry/ParametrizedLine.h
src/automate/include/Eigen/src/Geometry/Quaternion.h
src/automate/include/Eigen/src/Geometry/Rotation2D.h
src/automate/include/Eigen/src/Geometry/RotationBase.h
src/automate/include/Eigen/src/Geometry/Scaling.h
src/automate/include/Eigen/src/Geometry/Transform.h
src/automate/include/Eigen/src/Geometry/Translation.h
src/automate/include/Eigen/src/Geometry/Umeyama.h
src/automate/include/Eigen/src/Geometry/arch/Geometry_SIMD.h
src/automate/include/Eigen/src/Householder/BlockHouseholder.h
src/automate/include/Eigen/src/Householder/Householder.h
src/automate/include/Eigen/src/Householder/HouseholderSequence.h
src/automate/include/Eigen/src/IterativeLinearSolvers/BasicPreconditioners.h
src/automate/include/Eigen/src/IterativeLinearSolvers/BiCGSTAB.h
src/automate/include/Eigen/src/IterativeLinearSolvers/ConjugateGradient.h
src/automate/include/Eigen/src/IterativeLinearSolvers/IncompleteCholesky.h
src/automate/include/Eigen/src/IterativeLinearSolvers/IncompleteLUT.h
src/automate/include/Eigen/src/IterativeLinearSolvers/IterativeSolverBase.h
src/automate/include/Eigen/src/IterativeLinearSolvers/LeastSquareConjugateGradient.h
src/automate/include/Eigen/src/IterativeLinearSolvers/SolveWithGuess.h
src/automate/include/Eigen/src/Jacobi/Jacobi.h
src/automate/include/Eigen/src/KLUSupport/KLUSupport.h
src/automate/include/Eigen/src/LU/Determinant.h
src/automate/include/Eigen/src/LU/FullPivLU.h
src/automate/include/Eigen/src/LU/InverseImpl.h
src/automate/include/Eigen/src/LU/PartialPivLU.h
src/automate/include/Eigen/src/LU/PartialPivLU_LAPACKE.h
src/automate/include/Eigen/src/LU/arch/InverseSize4.h
src/automate/include/Eigen/src/MetisSupport/MetisSupport.h
src/automate/include/Eigen/src/OrderingMethods/Amd.h
src/automate/include/Eigen/src/OrderingMethods/Eigen_Colamd.h
src/automate/include/Eigen/src/OrderingMethods/Ordering.h
src/automate/include/Eigen/src/PaStiXSupport/PaStiXSupport.h
src/automate/include/Eigen/src/PardisoSupport/PardisoSupport.h
src/automate/include/Eigen/src/QR/ColPivHouseholderQR.h
src/automate/include/Eigen/src/QR/ColPivHouseholderQR_LAPACKE.h
src/automate/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h
src/automate/include/Eigen/src/QR/FullPivHouseholderQR.h
src/automate/include/Eigen/src/QR/HouseholderQR.h
src/automate/include/Eigen/src/QR/HouseholderQR_LAPACKE.h
src/automate/include/Eigen/src/SPQRSupport/SuiteSparseQRSupport.h
src/automate/include/Eigen/src/SVD/BDCSVD.h
src/automate/include/Eigen/src/SVD/JacobiSVD.h
src/automate/include/Eigen/src/SVD/JacobiSVD_LAPACKE.h
src/automate/include/Eigen/src/SVD/SVDBase.h
src/automate/include/Eigen/src/SVD/UpperBidiagonalization.h
src/automate/include/Eigen/src/SparseCholesky/SimplicialCholesky.h
src/automate/include/Eigen/src/SparseCholesky/SimplicialCholesky_impl.h
src/automate/include/Eigen/src/SparseCore/AmbiVector.h
src/automate/include/Eigen/src/SparseCore/CompressedStorage.h
src/automate/include/Eigen/src/SparseCore/ConservativeSparseSparseProduct.h
src/automate/include/Eigen/src/SparseCore/MappedSparseMatrix.h
src/automate/include/Eigen/src/SparseCore/SparseAssign.h
src/automate/include/Eigen/src/SparseCore/SparseBlock.h
src/automate/include/Eigen/src/SparseCore/SparseColEtree.h
src/automate/include/Eigen/src/SparseCore/SparseCompressedBase.h
src/automate/include/Eigen/src/SparseCore/SparseCwiseBinaryOp.h
src/automate/include/Eigen/src/SparseCore/SparseCwiseUnaryOp.h
src/automate/include/Eigen/src/SparseCore/SparseDenseProduct.h
src/automate/include/Eigen/src/SparseCore/SparseDiagonalProduct.h
src/automate/include/Eigen/src/SparseCore/SparseDot.h
src/automate/include/Eigen/src/SparseCore/SparseFuzzy.h
src/automate/include/Eigen/src/SparseCore/SparseMap.h
src/automate/include/Eigen/src/SparseCore/SparseMatrix.h
src/automate/include/Eigen/src/SparseCore/SparseMatrixBase.h
src/automate/include/Eigen/src/SparseCore/SparsePermutation.h
src/automate/include/Eigen/src/SparseCore/SparseProduct.h
src/automate/include/Eigen/src/SparseCore/SparseRedux.h
src/automate/include/Eigen/src/SparseCore/SparseRef.h
src/automate/include/Eigen/src/SparseCore/SparseSelfAdjointView.h
src/automate/include/Eigen/src/SparseCore/SparseSolverBase.h
src/automate/include/Eigen/src/SparseCore/SparseSparseProductWithPruning.h
src/automate/include/Eigen/src/SparseCore/SparseTranspose.h
src/automate/include/Eigen/src/SparseCore/SparseTriangularView.h
src/automate/include/Eigen/src/SparseCore/SparseUtil.h
src/automate/include/Eigen/src/SparseCore/SparseVector.h
src/automate/include/Eigen/src/SparseCore/SparseView.h
src/automate/include/Eigen/src/SparseCore/TriangularSolver.h
src/automate/include/Eigen/src/SparseLU/SparseLU.h
src/automate/include/Eigen/src/SparseLU/SparseLUImpl.h
src/automate/include/Eigen/src/SparseLU/SparseLU_Memory.h
src/automate/include/Eigen/src/SparseLU/SparseLU_Structs.h
src/automate/include/Eigen/src/SparseLU/SparseLU_SupernodalMatrix.h
src/automate/include/Eigen/src/SparseLU/SparseLU_Utils.h
src/automate/include/Eigen/src/SparseLU/SparseLU_column_bmod.h
src/automate/include/Eigen/src/SparseLU/SparseLU_column_dfs.h
src/automate/include/Eigen/src/SparseLU/SparseLU_copy_to_ucol.h
src/automate/include/Eigen/src/SparseLU/SparseLU_gemm_kernel.h
src/automate/include/Eigen/src/SparseLU/SparseLU_heap_relax_snode.h
src/automate/include/Eigen/src/SparseLU/SparseLU_kernel_bmod.h
src/automate/include/Eigen/src/SparseLU/SparseLU_panel_bmod.h
src/automate/include/Eigen/src/SparseLU/SparseLU_panel_dfs.h
src/automate/include/Eigen/src/SparseLU/SparseLU_pivotL.h
src/automate/include/Eigen/src/SparseLU/SparseLU_pruneL.h
src/automate/include/Eigen/src/SparseLU/SparseLU_relax_snode.h
src/automate/include/Eigen/src/SparseQR/SparseQR.h
src/automate/include/Eigen/src/StlSupport/StdDeque.h
src/automate/include/Eigen/src/StlSupport/StdList.h
src/automate/include/Eigen/src/StlSupport/StdVector.h
src/automate/include/Eigen/src/StlSupport/details.h
src/automate/include/Eigen/src/SuperLUSupport/SuperLUSupport.h
src/automate/include/Eigen/src/UmfPackSupport/UmfPackSupport.h
src/automate/include/Eigen/src/misc/Image.h
src/automate/include/Eigen/src/misc/Kernel.h
src/automate/include/Eigen/src/misc/RealSvd2x2.h
src/automate/include/Eigen/src/misc/blas.h
src/automate/include/Eigen/src/misc/lapack.h
src/automate/include/Eigen/src/misc/lapacke.h
src/automate/include/Eigen/src/misc/lapacke_mangling.h
src/automate/include/Eigen/src/plugins/ArrayCwiseBinaryOps.h
src/automate/include/Eigen/src/plugins/ArrayCwiseUnaryOps.h
src/automate/include/Eigen/src/plugins/BlockMethods.h
src/automate/include/Eigen/src/plugins/CommonCwiseBinaryOps.h
src/automate/include/Eigen/src/plugins/CommonCwiseUnaryOps.h
src/automate/include/Eigen/src/plugins/IndexedViewMethods.h
src/automate/include/Eigen/src/plugins/MatrixCwiseBinaryOps.h
src/automate/include/Eigen/src/plugins/MatrixCwiseUnaryOps.h
src/automate/include/Eigen/src/plugins/ReshapedMethods.h
src/brepmatching/__init__.py
src/brepmatching/__version__.py
src/brepmatching/_match_parts_butlers_bite.py
src/brepmatching/data.py
src/brepmatching/loss.py
src/brepmatching/matching_model.py
src/brepmatching/models.py
src/brepmatching/rendering.py
src/brepmatching/transforms.py
src/brepmatching/utils.py
src/brepmatching/visualization.py
src/brepmatching.egg-info/PKG-INFO
src/brepmatching.egg-info/SOURCES.txt
src/brepmatching.egg-info/dependency_links.txt
src/brepmatching.egg-info/requires.txt
src/brepmatching.egg-info/top_level.txt
src/brepmatching/pyfemtet_scripts/__init__.py
src/brepmatching/pyfemtet_scripts/create_coincidence_matching.py
src/brepmatching/pyfemtet_scripts/dataset_creator_to_predict.py
src/brepmatching/pyfemtet_scripts/epoch=358-val_loss=0.005953.ckpt
src/brepmatching/pyfemtet_scripts/main.py
src/brepmatching/pyfemtet_scripts/predict.py
src/brepmatching/pyfemtet_scripts/replace_model_considering_their_matching.py
src/brepmatching/pyfemtet_scripts/utils.py
src/brepmatching/pyfemtet_scripts/このフォルダの名前を変える際は setup.py も変更すること
src/brepmatching/pyfemtet_scripts/data/dataset_to_predict.zip
src/brepmatching/pyfemtet_scripts/data/dataset_to_predict/dataset/data/BrepsWithReference/modelV0.x_t
src/brepmatching/pyfemtet_scripts/data/dataset_to_predict/dataset/data/BrepsWithReference/modelV1.x_t
src/brepmatching/pyfemtet_scripts/data/dataset_to_predict/dataset/data/Matches/modelV01.json
src/brepmatching/pyfemtet_scripts/data/dataset_to_predict/dataset/data/VariationData/all_models.csv
src/brepmatching/pyfemtet_scripts/data/dataset_to_predict/dataset/data/VariationData/all_variations.csv
src/brepmatching/pyfemtet_scripts/data/parasolids_to_predict/modelV0.SLDPRT
src/brepmatching/pyfemtet_scripts/data/parasolids_to_predict/modelV0.x_t
src/brepmatching/pyfemtet_scripts/data/parasolids_to_predict/modelV1.SLDPRT
src/brepmatching/pyfemtet_scripts/data/parasolids_to_predict/modelV1.x_t
src/coincidence_matching/CMakeLists.txt
src/coincidence_matching/bindings.cpp
src/set_attributes/CMakeLists.txt
src/set_attributes/bindings.cpp
tests/predict_test_with_femtet.py
tests/files/Cube.x_t
tests/files/Part1.x_t
tests/files/RoundedCube.x_t
tests/files/model_import_and_parameter.femprj
tests/files/model_orig.x_t
tests/files/model_var.x_t