Send Beginners mailing list submissions to
        beginners@haskell.org

To subscribe or unsubscribe via the World Wide Web, visit
        http://www.haskell.org/mailman/listinfo/beginners
or, via email, send a message with subject or body 'help' to
        beginners-requ...@haskell.org

You can reach the person managing the list at
        beginners-ow...@haskell.org

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Beginners digest..."


Today's Topics:

   1. Re:  haskell scheduling (Ozgur Akgun)


----------------------------------------------------------------------

Message: 1
Date: Tue, 21 Sep 2010 19:40:56 +0100
From: Ozgur Akgun <ozgurak...@gmail.com>
Subject: Re: [Haskell-beginners] haskell scheduling
To: Nowshad <imnows...@gmail.com>
Cc: beginners@haskell.org
Message-ID:
        <aanlktinw2hzgcbdovdz9bhkomngeu8awdvfkq5eof...@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"

Firstly this sounds like a homework question, and I think people expect you
to mention this, if it really is the case.

Secondly, you put your problem as "outputting the schedule".

On 17 September 2010 01:08, Nowshad <imnows...@gmail.com> wrote:

> I want to output the schedule ...


Considering the fact that you do not have a schedule at hand, your problem
is not about *outputting* the schedule.

To the best of my knowledge, RM, DM and EDF are different heuristics
(~algorithms) for scheduling. If I were you, I'd start by trying to
understand what each technique suggests. Then think about how to implement
them is Haskell. Since the input and output formats (types) of your
scheduling function are fixed, they can guide and help you in this process.

Please do ask if you have any other question, after making an attempt.

Hope this helps,
Ozgur
-------------- next part --------------
An HTML attachment was scrubbed...
URL: 
http://www.haskell.org/pipermail/beginners/attachments/20100921/587b957b/attachment-0001.html

------------------------------

_______________________________________________
Beginners mailing list
Beginners@haskell.org
http://www.haskell.org/mailman/listinfo/beginners


End of Beginners Digest, Vol 27, Issue 50
*****************************************

Reply via email to