Downloading instructions, and installation and usage.
- Downloading Instructions
- Installation and Usage
- Assume kangaroo folder is the reference for the entire kangaroo library.
- Run ./configure to configure the library with various available options.
- To use kangaroo library, put the following in your program header or source.
- The namespace is kangaroo. So use kangaroo:: before any non-macro elements.
- To avoid using kangaroo:: everytime, put the following appropriately in your code.
- Use -I with your gcc or clang compiler to make your compiler know the kangaroo folder.
- The constraint-based local search library kangaroo uses the c++ library emu very extensively.
- Obtain the packed emu c++ library file and unpack the file to get the emu folder.
- Use -I with your gcc or clang compiler to make your compiler know the emu folder.