Skip to content

Commit

Permalink
chore: add test resources, adapt naming to the scheme
Browse files Browse the repository at this point in the history
  • Loading branch information
tubadzin committed Feb 2, 2025
1 parent 0a58699 commit 54823a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
public class SharpSatConfiguration {

public static final ProblemType<String, Integer> SHARPSAT = new ProblemType<>(
"sharpSat",
"sharpsat",
String.class,
Integer.class,
null
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
a and b

0 comments on commit 54823a4

Please sign in to comment.