Time Table System using asp.net with Csharp


https://ift.tt/3j9hRBL Time Table Generation using asp.net with Csharp 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 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’. Time Table Generation 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 . 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

Comments

Popular posts from this blog

Online Census Information System asp.net with Csharp