This repo is mantained by group 100 of the course FYS3150/4150 at UiO.
In order to be able to run everything succesfully you will need:
- A
C++11compiler
Clone this repo with
git clone https://github.com/CloriCaprile/project_1.gitor
git clone git@github.com:CloriCaprile/project_1.gitnow just compile and link, if you use g++ you can simply copy and paste the following
g++ problem<i>.cpp src/useful.cpp -I include -o prob<i>where instead of <i> you can insert the problem number of your interest.
You can then run the executable with
./prob<i>The code here presented is released under version 3 of the GNU General Public License.