com.barrybecker4.puzzle.hiq.ui.message.properties Maven / Gradle / Ivy
The newest version!
# Copyright by Barry G. Becker, 2013. Licensed under MIT License: http://www.opensource.org/licenses/MIT
APP_TITLE = HiQ Solver
FORWARD = Forward
BACKWARD = Backward
SIMPLE_SEQUENTIAL = Solve sequentially
A_STAR_CONCURRENT = A* concurrent
A_STAR_SEQUENTIAL = A* sequential
IDA_STAR = Iterative deepening A*
CONCURRENT_BREADTH = Solve concurrently (mostly breadth first)
CONCURRENT_DEPTH = Solve concurrently (mostly depth first)
CONCURRENT_OPTIMUM = Solve concurrently (optimized between depth and breadth search)