DOC

org.mariuszgromada.math : Janet-Sudoku

Maven & Gradle

Apr 04, 2017
9 stars

Janet Sudoku - Sudoku Generator and Sudoku Solver library for Java Android .NET MONO (C#) CLS compliant (C++/CLI, F#, VB) · Janet Sudoku is a powerful Sudoku Generator and Sudoku Solver library for Java (since jdk 1.5) Android .NET (since 2.0) MONO CLS compliant. Additionally library delivers Janet Sudoku Demo App implementation in a simple form of command line tool, yet highly functional. 1. Sudoku Generator - generate Sudoku puzzles using variety of different methods. 2. Sudoku Solver - Solve any Sudoku puzzle, get the path leading to the correct solution. Check whether unique solution exists. Find all solutions if more than one present. Analyse many built-in examples of Sudoku puzzles or load any other. 3. Manipulate the board by applying transformations not affecting solution existence (i.e. rotation, reflection, permutation, swapping segments, and others). Interact with the library via consisted and well documented API. 4. Janet Sudoku Demo App - use simple, yet highly functional, command line tool to generate, solve evaluate different puzzles.

Table Of Contents

Latest Version

Download org.mariuszgromada.math : Janet-Sudoku Javadoc & API Documentation - Latest Versions:

All Versions

Download org.mariuszgromada.math : Janet-Sudoku Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
1.1.x

How to open Javadoc JAR file in web browser

  1. Rename the file Janet-Sudoku-1.1.1-javadoc.jar to Janet-Sudoku-1.1.1-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder Janet-Sudoku-1.1.1-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "Janet-Sudoku-1.1.1-sources.jar" -d "Janet-Sudoku-1.1.1-javadoc" -subpackages 

Advertisement