We use C++ language and Qt IDE to develop our softwares.
This code is published under GPL3 license. We will be appreciate if we can help any of SSL community members, so please feel free to ask your questions!
For build and run this program, we recommend you to use Qt Environment in Ubuntu. You also need following libraries to compile this program :
- Qt Libraries : Just built-in qt libraries!
- iGraph : used for graph calculations, especially for matching(www.igraph.org)
- Boost(www.boost.org)
- Google Protobuf
You can use this command in terminal to install required libraries.
sudo apt-get install libboost-all-dev libgmp3-dev libmpfr-dev libmpfr-doc libmpfr4 libmpfr4-dbg libigraph0* libprotobuf-dev protobuf-compiler
Current
Mohammad Reza Karimi Dastjerdi ([email protected])