# my-grape **Repository Path**: cgsdfc/my-grape ## Basic Information - **Project Name**: my-grape - **Description**: 本科大二下学期搞的一个不自量力的项目。当时想把实验室的一个项目用C语言复刻下来,确实成功复刻了其中一部分,但是由于缺乏git和cmake的经验,项目很快就变得很凌乱了。现在也很凌乱,需要不少时间去整理。 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-04-09 - **Last Updated**: 2022-09-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: MyCpp ## README HOW TO INSTALL: install zlog, igraph, metis install zlog: cd zlog-master && make && make install install igraph: cd igraph-master && ./configure && make && make install install metis: cd metis && make && make install install GRAPE: cd GRAPE/debug && make && make install HOW TO RUN: after you have run make, run source Mis-Test-Sssp.sh or run source Twitter-Test-Sssp.sh or run sssp --help to see how to use it