repo.or.cz
/
PaGMO.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Start using atomic counters and set a CMake policy to the new (2.6) type.
[PaGMO.git]
/
constants.h
blob
383e464be8c2af8d1dfbe8dc1cc8696974faba78
1
/*
2
* constants.h
3
* SeGMO, a Sequential Global Multiobjective Optimiser
4
*
5
* Created by Dario Izzo on 5/16/08.
6
* Copyright 2008 ¿dvanced Concepts Team (European Space Agency). All rights reserved.
7
*
8
*/
9
10
//#define SEED 1234 //for debug
11
#define SEED rand()