@@ -4,9 +4,9 @@ Constraint Satisfaction Decaying Variables Problem (CSDVP) optimization through
...
@@ -4,9 +4,9 @@ Constraint Satisfaction Decaying Variables Problem (CSDVP) optimization through
## Dependencies and configuration
## Dependencies and configuration
1. CEAO project depends on the C++ [Paradiseo Framework](http://paradiseo.gforge.inria.fr/index.php?).
1. CEAO project depends on the C++ [Paradiseo Framework](https://archive.softwareheritage.org/swh:1:dir:cc83fa70d755c8bae509b3c9eb56cb3a8e7a339e;origin=https://gitlab.inria.fr/paradiseo/paradiseo;visit=swh:1:snp:ab929bf560e9d1ad33143b73d38434e900f01858;anchor=swh:1:rev:c2a3ed4e7f67772afb37ea325c9ef80fca2b008d).
Therefore, you must [download and install](http://paradiseo.gforge.inria.fr/index.php?n=Download.Download) it.
Therefore, you must download and install it.
If you cloned the Paradiseo's repository, do not forget to build it:
If you cloned the Paradiseo's repository, do not forget to build it:
...
@@ -28,5 +28,9 @@ ceaoPath/build> make
...
@@ -28,5 +28,9 @@ ceaoPath/build> make
Your project should now be correctly compiled.
Your project should now be correctly compiled.
Please check the code to see which parameters can be passed as arguments.
Documentation soon™ (contact the authors if needed).
### Word of caution
### Word of caution
With some distros, Paradiseo project based can throw an error during the build due to linking some static objects to dynamic ones. In that case, rebuild Paradiseo with the `-fPIC` option (or `--enable-shared` if the previous does not work) in the CmakeConfig of the repository.
With some distros, Paradiseo project based can throw an error during the build due to linking some static objects to dynamic ones. In that case, rebuild Paradiseo with the `-fPIC` option (or `--enable-shared` if the previous does not work) in the CmakeConfig of the repository.