Contents

Course Details

Course Code COMP6741
Course Title Algorithms for Intractable Problems
Units of Credit 6
Course Website http://www.cse.unsw.edu.au/~cs6741/
Handbook Entry http://www.handbook.unsw.edu.au/undergraduate/courses/current/COMP6741.html
Lecturer in charge Serge Gaspers

Course Summary

The course focuses on algorithms for exactly solving NP-hard computational problems. Since no polynomial time algorithm is known for any of these problems, the running time of the algorithms will have a super-polynomial dependence on the input size or some other parameter of the input.

Taking into account that the difficulty of solving an instance may not only depend on its size n, a parameter k is associated with each instance. The parameterized complexity framework aims at designing fixed-parameter algorithms whose running times are f(k)*poly(n) for a computable function f. This gives efficient algorithms for small values of the parameter obtained via techniques such as branching, colour coding, and kernelization (preprocessing). We will also see problems that are not fixed-parameter tractable and not kernelizable to polynomial kernels subject to complexity-theoretic assumptions. A large focus is on the design and the worst-case analysis of such algorithms, especially of branching algorithms via the measure & conquer method. We will also see lower bounds for algorithms and how to rule out certain running times assuming the (Strong) Exponential Time Hypothesis.

Course Timetable

Lectures will be prerecorded and made available to students at the beginning of each week.

The scheduled lecture slot will be used for online consultation, discussion, and assisting with solving exercises.

Course Aims

NP-hard problems are often at the core of the most challenging, rewarding, and lucrative computational problems in all areas of science and technology. This course will outline principled ways to approach these problems and will give students a better understanding of when and why NP-hard computational problem can be solved with reasonable resources.

Student Learning Outcomes

After completing the course, students are able to

  • design and analyze non-trivial exponential time algorithms for NP-hard problems using a variety of algorithmic methods
  • prove that certain problems cannot be solved in subexponential time or faster than a specific exponential time bound assuming the (Strong) Exponential Time Hypothesis
  • design parameterized algorithms for NP-hard problems using a variety of algorithmic methods
  • prove that certain parameterizations of problems are not fixed-parameter tractable unless FPT = W[1]
This course contributes to the development of the following graduate capabilities:
Graduate Capability
scholarship: capable of independent and collaborative enquiry
scholarship: rigorous in their analysis, critique, and reflection
scholarship: able to apply their knowledge and skills to solving problems
scholarship: capable of effective communication
scholarship: information literate
scholarship: digitally literate
leadership: enterprising, innovative and creative
leadership: capable of initiating as well as embracing change
leadership: collaborative team workers
professionalism: capable of independent, self-directed practice
professionalism: capable of lifelong learning
global citizens: capable of applying their discipline in local, national and international contexts

Assumed Knowledge

Before commencing this course, students should have basic knowledge in algorithms and complexity, acquired in the course COMP3121 .

Teaching Strategies

  • Off-line Lectures ... introduce concepts, show examples
  • Exercise sheets ... give students an applied means of testing their understanding of the course content and their creative problem-solving
  • On-line Consultations ... for asking, answering, and discussing questions about the course material and exercises
  • Assignments ... allow students to solve significant problems
  • Exams ... open-book final exam

Teaching Rationale

This course is taught by lectures with examples, and exercises that enhances problem-solving capabilities and fortifies the understanding of newly learned concepts.

The assignments further enhance problem-solving at the students' own pace.

The exam confronts students with additional problems and test their understanding of concepts and problem-solving capabilities.

Assessment

Assignments. There are six assignments. Assignments 1, 2, 3, and 4 are individual assignments. Assignments 5 and 6 are group assignments: the lecturer-in-charge partitions the students into groups of about 3 students based on their performance in Assignments 1 and 2 (a group consists of students who performed similarly in the assignments). Each student receives one mark for each individual assignment and two marks for each group assignment. The assignment mark of a student is the average of the top seven of these marks.

Late Assignment Submission Policy. Late submissions have their mark reduced by 5 per cent of the maximum assessment mark per day, where partial days count as full days. No submissions will be accepted 5 days (120 hours) or more after the deadline.

Exam. The final exam is a written open-book exam.

Assignments 40%
Final exam
60%

To pass the course, the final mark, calculated as outlined above, needs to be at least 50.

Special Consideration

If your work in this course is affected by unforeseen adverse circumstances, you should apply for Special Consideration through MyUNSW, including documentation on how your work has been affected. If your request is reasonable and your work has clearly been impacted, then

  • for an assignment, you may be granted an extension, and
  • for an exam, you may be offered a supplementary exam.

Note the use of the word "may". None of the above is guaranteed. It depends on you making a convincing case that the circumstances have clearly impacted your ability to work.

If you are registered with Disability Services, please forward your documentation to the lecturer-in-charge within the first two weeks of the term, before the first assignment is due.

Student Conduct

The Student Code of Conduct ( Information , Policy ) sets out what the University expects from students as members of the UNSW community. As well as the learning, teaching and research environment, the University aims to provide an environment that enables students to achieve their full potential and to provide an experience consistent with the University's values and guiding principles. A condition of enrolment is that students inform themselves of the University's rules and policies affecting them, and conduct themselves accordingly.

In particular, students have the responsibility to observe standards of equity and respect in dealing with every member of the University community. This applies to all activities on UNSW premises and all external activities related to study and research. This includes behaviour in person as well as behaviour on social media, for example Facebook groups set up for the purpose of discussing UNSW courses or course work. Behaviour that is considered in breach of the Student Code Policy as discriminatory, sexually inappropriate, bullying, harassing, invading another's privacy or causing any person to fear for their personal safety is serious misconduct and can lead to severe penalties, including suspension or exclusion from UNSW.

If you have any concerns, you may raise them with your lecturer, or approach the School Ethics Officer , Grievance Officer , or one of the student representatives.

Plagiarism is defined as using the words or ideas of others and presenting them as your own. UNSW and CSE treat plagiarism as academic misconduct, which means that it carries penalties as severe as being excluded from further study at UNSW. There are several on-line sources to help you understand what plagiarism is and how it is dealt with at UNSW:

Make sure that you read and understand these. Ignorance is not accepted as an excuse for plagiarism. In particular, you are also responsible that your assignment files are not accessible by anyone but you by setting the correct permissions in your CSE directory and code repository, if using. Note also that plagiarism includes paying or asking another person to do a piece of work for you and then submitting it as your own work.

UNSW has an ongoing commitment to fostering a culture of learning informed by academic integrity. All UNSW staff and students have a responsibility to adhere to this principle of academic integrity. Plagiarism undermines academic integrity and is not tolerated at UNSW. Plagiarism at UNSW is defined as using the words or ideas of others and passing them off as your own.

If you haven't done so yet, please take the time to read the full text of

The pages below describe the policies and procedures in more detail:

You should also read the following page which describes your rights and responsibilities in the CSE context:

Course Schedule

Indicative schedule of lecture topics

Week Lectures
1 Introduction; review of NP-completeness
2 Kernelization; approximation algorithms; (integer) linear programming
3 Kernelization; basics of Parameterized Complexity
4 Parameterized intractability; branching algorithms
5 Branching algorithms; measure & conquer
6 -
7 Randomized algorithms; treewidth
8 Treewidth; iterative compression
9 Exponential time hypothesis; heuristics and local search
10 Group assignment presentations; review
11 -

Assignment schedule

Assignment announced on submit by feedback on
1 31 May 07 Jun 17 Jun
2 07 Jun 14 Jun 24 Jun
3 14 Jun 21 Jun 01 Jul
4 21 Jun
28 Jun 08 Jul
5 (group) 28 Jun 19 Jul 29 Jul
6 (group) 12 Jul 02 Aug 11 Aug

Resources for Students

Recommended readings

Other useful resources

Course Evaluation and Development

This course is evaluated each session using the myExperience system.

In the previous offerings of this course, no substantial deficiencies were notes. Students did however make helpful comments on how to improve the course.

Based on their comments, improvements have been made to the course handouts for both black-and-white and color printing, the structure of lectures, references have been given in a more detailed way, a timeline has been set for feedback on assignments, the mid-session quiz has been removed, and the number and weight of the assignments has increased while their length has decreased (it is noted that the increase in assignment deadlines is not liked by all students; the lecturer is reminded to keep the assignments relatively short).

Resource created Friday 20 May 2022, 02:31:40 PM, last modified Wednesday 29 June 2022, 06:58:29 PM.


Back to top

COMP6741 22T2 (Algorithms for Intractable Problems) is powered by WebCMS3
CRICOS Provider No. 00098G