Project

General

Profile

« Previous | Next » 

Revision ca2ba7a1

Added by Leszek Koltunski about 1 year ago

CU_323 solver: progress and slight speedup for the 'old' solver.

View differences:

src/main/java/org/distorted/objectlib/tablebases/TablebasesAbstract.java
404 404

  
405 405
///////////////////////////////////////////////////////////////////////////////////////////////////
406 406

  
407
  private int[][] convertMovesFromArray(ArrayList<int[]> moves)
407
  int[][] convertMovesFromArray(ArrayList<int[]> moves)
408 408
    {
409 409
    int len = moves.size();
410 410
    int[][] ret = new int[len][];
......
609 609

  
610 610
///////////////////////////////////////////////////////////////////////////////////////////////////
611 611

  
612
  public void test()
612
  public void test(OperatingSystemInterface os)
613 613
    {
614 614
    int index = 252373232;
615 615
    int[] q = getQuats(index);

Also available in: Unified diff