Project allocation using optimisation techniques : a method to allocate FYP projects for Nanyang Technological University

In this report we present a method to allocate FYP projects for Nanyang Technological University. We model the FYP allocation problem as a propositional satisfiability problem. Once the FYP allocation problem is transformed, we use programs, so called SAT solvers, to solve the propositional satisfia...

全面介紹

Saved in:
書目詳細資料
主要作者: Cai, Roland Hancheng
其他作者: School of Computer Engineering
格式: Final Year Project
語言:English
出版: 2011
主題:
在線閱讀:http://hdl.handle.net/10356/44853
標簽: 添加標簽
沒有標簽, 成為第一個標記此記錄!
機構: Nanyang Technological University
語言: English
實物特徵
總結:In this report we present a method to allocate FYP projects for Nanyang Technological University. We model the FYP allocation problem as a propositional satisfiability problem. Once the FYP allocation problem is transformed, we use programs, so called SAT solvers, to solve the propositional satisfiability problems by finding a satisfying assignment. We first show how several requirements of allocating FYP projects can be stated as constraints. Next, these constraints will be written into a file using a Java program. Lastly, we use the SAT solvers to find a satisfying assignment and thereby allocations to all students. In this project, Conjunctive Normal Form Format is first used to formulate the problem. However, it is later found out that there are constraints that cannot be formulated using this format especially given the constraint that each lecturer shouldn’t be allocated students of CGPA more than a certain average. Even though this is an extra feature given by his professor, and that the deadline of the project is near, the student decided to give the Pseudo Boolean format a try and the results were shown to be optimum. Lastly, we will see how an actual NTU allocation data with 247 students can be solved with the CNF solver and the weighted MAXSAT solver.