The Artima Developer Community
Sponsored Link

Java Answers Forum
consruct a timetable

2 replies on 1 page. Most recent reply: Apr 21, 2003 7:28 AM by Aladdin Mouhaimeed

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 2 replies on 1 page
Aladdin Mouhaimeed

Posts: 11
Nickname: aladdin11
Registered: Mar, 2003

consruct a timetable Posted: Apr 20, 2003 2:02 AM
Reply to this message Reply
Advertisement
Is there an algorithm that construct a school timetable.
I'm talking about courses and the conditions of teachers, rooms, labs and students as input of the algorithm, and a timetable of lectures as the output of the algorithm.
No matter if the algorithm is based on AI or Linear Programming or else.


Ora Labora

Posts: 1
Nickname: ora
Registered: Apr, 2003

Re: consruct a timetable Posted: Apr 21, 2003 7:04 AM
Reply to this message Reply
I have done a sort of time table generation few years back in VB. Don't have the code now. Factors you could consider could be :

1) What are the holidays in a year.
2) How many hrs/day school is working
3) What is the duration of one lecture class
4) What are the duration of breaks(tea, lunch ...)
5) Do they follow Day order or time table is fixed for the week.
6) How many lab hours do they have/week.
7) Do they have any extracurricular classes like games, art ...
8) When a teacher gets recruited automatically she should be assigned the classes she should take.(depending she belongs to high school, rimary ...)

This is what i can think for now ...

All the best.

Ora.
--

Aladdin Mouhaimeed

Posts: 11
Nickname: aladdin11
Registered: Mar, 2003

Re: consruct a timetable Posted: Apr 21, 2003 7:28 AM
Reply to this message Reply
If only you could tell me about the algorithm you used.
With all appriciation.

Flat View: This topic has 2 replies on 1 page
Topic: Need a method for JScrollPane Previous Topic   Next Topic Topic: Req. help in java RB tree (red black)

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use