# YinSet2D_MARS **Repository Path**: liangkaiyi/YinSet2D_MARS ## Basic Information - **Project Name**: YinSet2D_MARS - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 3 - **Created**: 2021-11-01 - **Last Updated**: 2022-04-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Boolean Algebra for Yin Sets Prerequisite : cmake, libcppunit-dev, liblapacke-dev. ## Unit Testing ```bash mkdir cmake-build-debug cd cmake-build-debug cmake -DCMAKE_BUILD_TYPE=Debug ../ make -j4 ctest --verbose ```