code for timetable generator in java
#1

time table generator in java-source code
Reply
#2
code for timetable generator in java

ABSTRACT

The Time table generation is the most fundamental activity in any Educational institution. It is also the most difficult and time-consuming process.

The time table generation can be compared with many classical problems in computer theory such as ‘ N-Queen problem’, ‘ Job scheduling’.

The basic aim of our project is to automate the timetable generation process. Our aim is to design a user interactive program that generates the timetable according to the given constraints. The program is designed with special emphasis on the engineering college requirements. The program can simply be extended to suit to the requirements of other kinds of institutions also.

The timetable generation problem can be compared with the optimization problems such as ‘ Traveling Sales person problem’. In Traveling sales person problem a set of feasible solutions are obtained, and one among them is chosen as the optimal one, which satisfies the constraints. Using the concept of ‘ Hop field Memory’ in Neural Networks, an ‘Energy function’ can be derived for any optimization problem. The optimal solution is the one, which minimizes the Energy function. Similarly an Energy function can be derived for the timetable generation problem using the Hop field nets and the solution, which minimizes this Energy function, is the optimal solution.

Problem definition:

The problem under consideration is to automate the process of timetable scheduling in an educational institution subjected to the given constraints. The user will specify the constraints and these constraints will drive the scheduling of timetable. The user may specify some of the following constraints.

The number of departments in his institution.

The number of staff personnel available in each department.

The number of classes in each department.

The number of subjects to be dealt for each class.

The minimum number of hours required completing each subject.

The total number of available hours for each day.

The number of laboratories available.

The number of practical sessions per week that are necessary for each class.

Along with the above-mentioned constraints the user may specify some of the weak constraints such as

A teacher should not engage two consecutive slots. i.e. he should be provided with an interval of at least one slot between two classes.

The workload on all teachers should be uniform.

The practical should be continuous for three consecutive slots.

The teacher who is assigned with the subject having practical must be engaged with the lab slots during practical session i.e. he should not be engaged with other slots while the practical session is going on.

INTRODUCTION:

Design is technical kernel of software engineering. During design progressive refinements of data structure, program architecture, interfaces and procedural details are developed and documented. Design results in representations of software that can be accessed for quality. Modularity and concept of abstraction enable the designer to simplify and reuse software components. Design principles guide the software engineer as the design process proceeds.

PURPOSE:

For both new software systems and existing systems, it is important to ensure that the design and implementation used for a software system satisfy the requirements driving that system. The software design description is one of these required products. It records the result of the design processes that are carried out during the design phase.

This Software Design Document referred to as SDD shows how the envisaged software system to be developed will be structured to satisfy the requirements identified in the Software Requirements Specifications. It is a translation of requirements into a description of the software structure, software components, interfaces and data necessary for the implementation phase.

SCOPE:

This document explains the design features of the system that is to be developed. This SD document is the only one that describes the design of the system. It is meant for the developers.
Reply

Important Note..!

If you are not satisfied with above reply ,..Please

ASK HERE

So that we will collect data for you and will made reply to the request....OR try below "QUICK REPLY" box to add a reply to this page
Tagged Pages: java program of timetable gen,
Popular Searches: timetable generator created in netbeans java source code, timetable generator source code in java, logic for timetable generator in java, project report on timetable generator in java, code for timetable generator in java, school timetable generator using java, timetable generator project using java abstract,

[-]
Quick Reply
Message
Type your reply to this message here.

Image Verification
Please enter the text contained within the image into the text box below it. This process is used to prevent automated spam bots.
Image Verification
(case insensitive)

Possibly Related Threads...
Thread Author Replies Views Last Post
  flying windmills or flying electric generator feg technology ppt 4 3,151 02-10-2018, 01:13 AM
Last Post: [email protected]
  dwt code in java for image 2 6,333 24-03-2018, 10:06 PM
Last Post: Guest
  to find whether a number is krishnamurthy number or not using java 1 11,244 01-01-2018, 11:39 AM
Last Post: dhanabhagya
  java programmings for bus ticket reservation source code 1 6,203 09-11-2017, 11:28 PM
Last Post: Ayushi Nagar
Wink student online counselling simple projects in core java with source code 3 6,811 10-06-2017, 10:21 AM
Last Post: jaseela123d
  government scheme management system in java 2 6,138 26-04-2017, 11:40 PM
Last Post: dumpo
Wink smarter electricity billing system source code in java 2 6,265 14-04-2017, 02:36 AM
Last Post: dy52225
  sat fee waiver code generator 1 866 13-04-2017, 01:55 PM
Last Post: jaseela123d
Smile auto text summarization source code in java 1 5,780 13-04-2017, 11:07 AM
Last Post: jaseela123d
  fingerprint attendance system sourcecode in java 1 830 12-04-2017, 09:50 AM
Last Post: jaseela123d

Forum Jump: