PERT for python

  • Thread starter =?ISO-8859-1?Q?Juan_Antonio_Dom=EDnguez_P=E9rez?=
  • Start date
?

=?ISO-8859-1?Q?Juan_Antonio_Dom=EDnguez_P=E9rez?=

Can anoyone let me know if there is a standar PERT algorithm
implementation in python?

Thanks in advance.
 
D

Duncan Smith

Juan Antonio Domínguez Pérez said:
Can anoyone let me know if there is a standar PERT algorithm
implementation in python?

Thanks in advance.


Not as far as I know, but I will be coding one up shortly. I'll write one
(probably today / tomorrow) if you promise to give me some feedback :).

Duncan
 
?

=?ISO-8859-1?Q?Juan_Antonio_Dom=EDnguez_P=E9rez?=

Duncan said:
Not as far as I know, but I will be coding one up shortly. I'll write one
(probably today / tomorrow) if you promise to give me some feedback :).

Of course. I need the algorithm to make an offline process, so isolate
the PERT code from your application. I only need to date the tasks, and
resolve the conflicts by a set of simple rules.

Well, I'll wait for your code. And, of course, thanks in advance :D
 
D

Duncan Smith

Juan Antonio Domínguez Pérez said:
Of course. I need the algorithm to make an offline process, so isolate
the PERT code from your application. I only need to date the tasks, and
resolve the conflicts by a set of simple rules.

Well, I'll wait for your code. And, of course, thanks in advance :D

OK. What I have in mind is fairly simple, and shouldn't take long; a
precedence diagram class and a node/activity class (is this where you tell
me PERT stands for something other than what I think it does :)?). I
suppose it could develop into something a bit more interesting (Monte Carlo,
not restricted to Beta distributions). I guess by "conflicts" you're
referring to what I would call precedences? BTW my e-mail address is
genuine, but I'll reply via my 'non-throwaway' address if you e-mail me.

Duncan
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,197
Messages
2,571,042
Members
47,643
Latest member
ashutoshjha_1101

Latest Threads

Top