# MLCS **Repository Path**: zjx1998/MLCS ## Basic Information - **Project Name**: MLCS - **Description**: MLCS 寻找多序列的最长公共子序列 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-03-15 - **Last Updated**: 2023-03-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Build topmlcs by mingw32-make ``` cd build cmake -G"MinGW Makefiles" -DTARGET=topmlcs ../ mingw32-make ``` python3 generator.py --store_url "../instances/random-4-400/" --name dna_vl -n 4 -c 5 -l 400