Skip to content

Commit

Permalink
chore: add further todo - replace Files methods with our integrated p…
Browse files Browse the repository at this point in the history
…rocessRunner methods
  • Loading branch information
tubadzin committed Jan 27, 2025
1 parent 653f269 commit 36a375a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ public Mono<Solution<Integer>> solve(String input, SubRoutineResolver subRoutine
}

// create a temporary file for the input
// TODO: use ProcessRunner .writeInputFile method
Path tempFilePath;
try {
tempFilePath = Files.createTempFile("cnf_input", ".cnf");
Expand Down

0 comments on commit 36a375a

Please sign in to comment.