Skip to content
Dario Izzo edited this page Mar 8, 2017 · 25 revisions

Welcome to the pagmo2 wiki!

Code formatting

While developing use this line to format your code before committing. (use it from the pagmo2 dir)

git ls-files | grep -E "\.(in|h|hpp|cpp)$" | grep -vE "external" | xargs clang-format -i

Adding a meta-problem/algorithm (to pygmo)

Clone this wiki locally