Skip to content

Commit 477a8f3

Browse files
authored
Update README.md
1 parent b3ea198 commit 477a8f3

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
# C-Pack-IPAs
22

3-
C-Pack of IPAs: A C90 Program Benchmark of Introductory Programming Assignments
4-
5-
3+
This is the official git repo of _"C-Pack of IPAs: A C90 Program Benchmark of Introductory Programming Assignments"_ published in the 5th International Workshop on Automated Program Repair, APR 2024, co-located with ICSE 2024.
64

75
C-Pack-IPAs is a benchmark of student programs developed during an introductory programming course in the C programming language. These programs were collected over three distinct practical classes at Instituto Superior Técnico for 25 different IPAs.
6+
87
The set of submissions was split into three groups: semantically correct, semantically incorrect, and syntactically incorrect submissions.
98
The students' submissions that satisfied the set of input-output test cases for each IPA were considered semantically correct. The submissions that failed at least one input-output test but successfully compiled were considered semantically incorrect implementations. Lastly, the students' submissions that did not successfully compile were considered syntactically incorrect implementations.
109

@@ -25,7 +24,7 @@ gcc -Wall -Wextra -Werror -ansi -pedantic -lm p1.c
2524

2625
## References
2726

28-
Pedro Orvalho, Mikoláš Janota, and Vasco Manquinho. C-Pack of IPAs: A C90 Program Benchmark of Introductory Programming Assignments. 2022. [https://arxiv.org/pdf/2206.08768.pdf](https://arxiv.org/pdf/2206.08768.pdf)
27+
P. Orvalho, M. Janota, and V. Manquinho. C-Pack of IPAs: A C90 Program Benchmark of Introductory Programming Assignments. In the 5th International Workshop on Automated Program Repair, APR 2024, co-located with ICSE 2024. [PDF](https://web.ist.utl.pt/ist181151/papers/apr24-paper.pdf).
2928

3029
## Acks
3130

0 commit comments

Comments
 (0)