Skip to content

Commit e041037

Browse files
committed
README update
1 parent b723e0e commit e041037

1 file changed

Lines changed: 16 additions & 1 deletion

File tree

README.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,19 @@ Specifics:
3131
- You might find that for certain inputs, DD will return nonsensical reductions / non-minimal reductions. _This is normal_. The tests, on the other hand, have been crafted so that well-implemented DD will return sensical output (although it may not be minimal), so if you see ill-formed code as a result of executing your solver on the tests, something is likely wrong.
3232

3333
## Libraries and Python Version
34-
As always, the template repository is configured with Python 3.9; there are no external libraries used.
34+
The template repository is configured with Python 3.10; there are no external libraries used.
35+
36+
### Report
37+
38+
In addition to the implementation, submit a brief report as part of the repository. Name the file `report.pdf` in the root directory of the assignment repository. The report should contain the following:
39+
40+
- A brief description of the problem in your own understanding
41+
- How you designed your solution (especially how the coverage is recorded).
42+
- Any unique idea/technique that you think you contributed to the implementation
43+
- A brief summary of what you've learnt
44+
45+
### Important Notes
46+
47+
- You can run the public test cases yourself using the files included in the repository: they are pytest test cases.
48+
- Obviously, the vector input example is artificial, designed just to show how DD is supposed to work :)
49+
- **DO NOT USE generative AI models**: DD itself is a relatively simple algorithm, and they may be able to write it for you, but then **what do you learn from the experience?** If you really feel stuck, ask questions on Slack instead.

0 commit comments

Comments
 (0)