Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > C Programming > greedy method

Reply
Thread Tools

greedy method

 
 
santosh
Guest
Posts: n/a
 
      02-23-2005
Hello all
I want to know whether there is any greedy approach for job sequencing
with variable job completion times..
if there is no greedy approach how to prove it...

 
Reply With Quote
 
 
 
 
Alf P. Steinbach
Guest
Posts: n/a
 
      02-23-2005
* santosh:
>


OT.

--
A: Because it messes up the order in which people normally read text.
Q: Why is it such a bad thing?
A: Top-posting.
Q: What is the most annoying thing on usenet and in e-mail?
 
Reply With Quote
 
 
 
 
David Kastrup
Guest
Posts: n/a
 
      02-23-2005
"santosh" <> writes:

> Hello all
> I want to know whether there is any greedy approach for job sequencing
> with variable job completion times..
> if there is no greedy approach how to prove it...


Well, one of the best batch scheduling strategies with regard to
several criteria is "shortest remaining processing time first".
Operating systems don't use it much in practice since few jobs
volunteer the information in advance.

--
David Kastrup, Kriemhildstr. 15, 44793 Bochum
 
Reply With Quote
 
Alf P. Steinbach
Guest
Posts: n/a
 
      02-23-2005
* David Kastrup:
>


OT in _four_ of the five groups posted to.

--
A: Because it messes up the order in which people normally read text.
Q: Why is it such a bad thing?
A: Top-posting.
Q: What is the most annoying thing on usenet and in e-mail?
 
Reply With Quote
 
Ioannis Vranos
Guest
Posts: n/a
 
      02-23-2005
santosh wrote:

> Hello all
> I want to know whether there is any greedy approach for job sequencing
> with variable job completion times..
> if there is no greedy approach how to prove it...



Perhaps you are looking for PERT diagrams?

http://aisweb.wustl.edu/hr/empld.nsf/pages/pert

http://www.netmba.com/operations/project/pert/




--
Ioannis Vranos

http://www23.brinkster.com/noicys
 
Reply With Quote
 
Ioannis Vranos
Guest
Posts: n/a
 
      02-23-2005
Ioannis Vranos wrote:

> Perhaps you are looking for PERT diagrams?
>
> http://aisweb.wustl.edu/hr/empld.nsf/pages/pert
>
> http://www.netmba.com/operations/project/pert/



There are also GANT diagrams which involve graphic bars.




--
Ioannis Vranos

http://www23.brinkster.com/noicys
 
Reply With Quote
 
Ioannis Vranos
Guest
Posts: n/a
 
      02-23-2005
Ioannis Vranos wrote:

> There are also GANT diagrams which involve graphic bars.


GANTT

http://aisweb.wustl.edu/hr/empld.nsf...f?OpenDocument



--
Ioannis Vranos

http://www23.brinkster.com/noicys
 
Reply With Quote
 
puzzlecracker
Guest
Posts: n/a
 
      02-23-2005

David Kastrup wrote:
> "santosh" <> writes:
>
> > Hello all
> > I want to know whether there is any greedy approach for job

sequencing
> > with variable job completion times..
> > if there is no greedy approach how to prove it...

>
> Well, one of the best batch scheduling strategies with regard to
> several criteria is "shortest remaining processing time first".
> Operating systems don't use it much in practice since few jobs
> volunteer the information in advance.
>
> --
> David Kastrup, Kriemhildstr. 15, 44793 Bochum


just to add a little sparkling to it - "SORT BY FINISHING TIME and
eliminate overlaps"

 
Reply With Quote
 
puzzlecracker
Guest
Posts: n/a
 
      02-23-2005

David Kastrup wrote:
> "santosh" <> writes:
>
> > Hello all
> > I want to know whether there is any greedy approach for job

sequencing
> > with variable job completion times..
> > if there is no greedy approach how to prove it...

>
> Well, one of the best batch scheduling strategies with regard to
> several criteria is "shortest remaining processing time first".
> Operating systems don't use it much in practice since few jobs
> volunteer the information in advance.
>
> --
> David Kastrup, Kriemhildstr. 15, 44793 Bochum


just to add a little sparkling to it - "SORT BY FINISHING TIME and
eliminate overlaps"

 
Reply With Quote
 
CBFalconer
Guest
Posts: n/a
 
      02-23-2005
"Alf P. Steinbach" wrote:
> * David Kastrup:
>
> OT in _four_ of the five groups posted to.


So do something rather than add to the mess. Set followups and
complain that the OP didn't do that in the first place. Maybe next
time he will.

--
Chuck F () ()
Available for consulting/temporary embedded and systems.
<http://cbfalconer.home.att.net> USE worldnet address!


 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Greedy and non greedy quantifiers Dan Kelly Ruby 4 01-19-2008 08:36 PM
greedy method santosh C++ 14 02-23-2005 07:08 PM
RegEx: Is there such a thing as "non-greedy backwards"? mrclean_ii@hotmail.com Java 5 01-25-2005 04:07 PM
Regex again - non-greedy matching kaeli Java 3 05-07-2004 07:36 PM
greedy v. non-greedy matching Matt Garrish Perl Misc 4 02-16-2004 03:25 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57