Skip to content

Commit

Permalink
Update Demo.java
Browse files Browse the repository at this point in the history
  • Loading branch information
olepoeschl committed Mar 3, 2024
1 parent 379adee commit 07e8f11
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/main/java/de/nqueensfaf/Demo.java
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,7 @@
public class Demo {

public static void main(String[] args) {
// gpu();
var s = new SymSolver();
s.setN(27);
long a = System.currentTimeMillis();
s.solve();
System.out.println(System.currentTimeMillis() - a);
gpu();
}

static void cpu() {
Expand Down

0 comments on commit 07e8f11

Please sign in to comment.