Ragnar Groot Koerkamp
Ragnar Groot Koerkamp
Btw, the LaTeX header I used with it is: ``` \newcommand{\problemletter}{} % Empty to hide activity chart % If solve_stats/activity/A.tex exists, define the \activitychart command \IfFileExists{./solve_stats/activity/A.tex}{ \newcommand{\activitychart}{ \ifdefempty{\problemletter}{}{ \includestandalone[width=\textwidth]{solve_stats/activity/\problemletter} }...
Hmm, this is a lot of extra code. Is it really needed? Anyway it needs some more explanation ideally.
@mpsijm @ludopulles wdyt? I don't like the printing of the list of testcases so much. Could also do that separately in `bt list-testcases` or so. I'd like it a lot...
This is to report about duplicated testcases in `data/secret`. I'll update the other issue as well.
Hrmm yes. I think I'm still in favour of 'merging' these two, but we can also cache it in `.bapctools.yaml` anyway, although I think the order should be preserved in...
We should also add a `-o/--open` flag to open the pdf, or maybe even something more clever like checking if it's already open and only open if not.
> * Moving `change_directory()` outside `run_parsed_args` means we'll have to duplicate this between `main()` and `test(args)` That's fine - duplicating some code for tests is OK with me. > *...
Implementing the `limits:` options as problemtools uses them is a long outstanding issue anyway, so `safety_margin` is definitely something we should do. Still, on the command line you would want...
The reason this works in DOMjudge: All submissionvalidator communication goes through the `runpipe` program, which alternatingly 'pumps' data from the submission to the validator and back, each time blocking for...
Yeah maybe it should. But I don't know anything about TSC. Maybe that _is_ lower for some cores some of the time (unlikely though)? There is also the `nonstop_tsc` feature...