Schedule Asignment Algorithm

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • VBNET DUDE

    Schedule Asignment Algorithm

    Hi everyone,

    I have a group of teachers that must teach each a different set of
    courses. Each course has a number of hours per week that must be
    accomplished. I also have classes (group of students) which are made
    up of a set of courses that must be taught during the week.

    e.g,

    TEACHER m --------- COURSE A (x HRS/WEEK)
    |---- COURSE B (y HRS/WEEK)
    |---- COURSE C (z HRS/WEEK)
    :
    :
    :

    TEACHER z --------- COURSE U (r HRS/WEEK)
    |---- COURSE V (s HRS/WEEK)
    |---- COURSE W (t HRS/WEEK)


    AND
    ---

    CLASS f --------- COURSE A
    |---- COURSE W
    |---- COURSE U
    :
    :
    :

    CLASS j --------- COURSE U
    |---- COURSE B
    |---- COURSE C

    I am looking for an algorithm that can generate the teachers' schedule
    within the week, based on the needs to accomplish both the hours/week
    of each course and the set of courses that conform each class.

    Any help will be highly appreciated

    Thanx....
  • Randy Birch

    #2
    Re: Schedule Asignment Algorithm

    Hmmm ... Since I am the official "VBnet dude", you must be the "VB.Net
    dude".

    --

    Randy Birch
    MVP Visual Basic

    Please respond only to the newsgroups so all can benefit.


    "VBNET DUDE" <vbnetdude@hotm ail.com> wrote in message
    news:fa46a31a.0 311041729.60932 469@posting.goo gle.com...
    : Hi everyone,
    :
    : I have a group of teachers that must teach each a different set of
    : courses. Each course has a number of hours per week that must be
    : accomplished. I also have classes (group of students) which are made
    : up of a set of courses that must be taught during the week.
    :
    : e.g,
    :
    : TEACHER m --------- COURSE A (x HRS/WEEK)
    : |---- COURSE B (y HRS/WEEK)
    : |---- COURSE C (z HRS/WEEK)
    : :
    : :
    : :
    :
    : TEACHER z --------- COURSE U (r HRS/WEEK)
    : |---- COURSE V (s HRS/WEEK)
    : |---- COURSE W (t HRS/WEEK)
    :
    :
    : AND
    : ---
    :
    : CLASS f --------- COURSE A
    : |---- COURSE W
    : |---- COURSE U
    : :
    : :
    : :
    :
    : CLASS j --------- COURSE U
    : |---- COURSE B
    : |---- COURSE C
    :
    : I am looking for an algorithm that can generate the teachers' schedule
    : within the week, based on the needs to accomplish both the hours/week
    : of each course and the set of courses that conform each class.
    :
    : Any help will be highly appreciated
    :
    : Thanx....


    Comment

    • VBNET DUDE

      #3
      Re: Schedule Asignment Algorithm

      "Randy Birch" <rgb_removethis @mvps.org> wrote in message news:<iI_pb.216 23$152.12901@ne ws01.bloor.is.n et.cable.rogers .com>...[color=blue]
      > Hmmm ... Since I am the official "VBnet dude", you must be the "VB.Net
      > dude".
      >
      > --
      >
      > Randy Birch
      > MVP Visual Basic
      > http://www.mvps.org/vbnet/
      > Please respond only to the newsgroups so all can benefit.
      >
      >
      > "VBNET DUDE" <vbnetdude@hotm ail.com> wrote in message
      > news:fa46a31a.0 311041729.60932 469@posting.goo gle.com...
      > : Hi everyone,
      > :
      > : I have a group of teachers that must teach each a different set of
      > : courses. Each course has a number of hours per week that must be
      > : accomplished. I also have classes (group of students) which are made
      > : up of a set of courses that must be taught during the week.
      > :
      > : e.g,
      > :
      > : TEACHER m --------- COURSE A (x HRS/WEEK)
      > : |---- COURSE B (y HRS/WEEK)
      > : |---- COURSE C (z HRS/WEEK)
      > : :
      > : :
      > : :
      > :
      > : TEACHER z --------- COURSE U (r HRS/WEEK)
      > : |---- COURSE V (s HRS/WEEK)
      > : |---- COURSE W (t HRS/WEEK)
      > :
      > :
      > : AND
      > : ---
      > :
      > : CLASS f --------- COURSE A
      > : |---- COURSE W
      > : |---- COURSE U
      > : :
      > : :
      > : :
      > :
      > : CLASS j --------- COURSE U
      > : |---- COURSE B
      > : |---- COURSE C
      > :
      > : I am looking for an algorithm that can generate the teachers' schedule
      > : within the week, based on the needs to accomplish both the hours/week
      > : of each course and the set of courses that conform each class.
      > :
      > : Any help will be highly appreciated
      > :
      > : Thanx....[/color]

      My apologies...

      Comment

      • Randy Birch

        #4
        Re: Schedule Asignment Algorithm

        <g> no problem ... I found the moniker was cute.

        --

        Randy Birch
        MVP Visual Basic

        Please respond only to the newsgroups so all can benefit.



        : "Randy Birch" <rgb_removethis @mvps.org> wrote
        : > Hmmm ... Since I am the official "VBnet dude", you must be the "VB.Net
        : > dude".


        : My apologies...


        Comment

        Working...