added n processus and fixed bound parameters
This commit is contained in:
parent
1aa9db18f3
commit
c7a34a6a5e
1 changed files with 1 additions and 1 deletions
|
|
@ -94,7 +94,7 @@ def main():
|
|||
|
||||
logging.info('EA in time O(1) and O(n) - speedup measure Sp, Ep and Dp for P & D')
|
||||
|
||||
n = options.nProc
|
||||
n = int(options.nProc)
|
||||
F = options.fixedBound
|
||||
|
||||
logging.info('(1) measure for all combinaisons of P n D')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue