GNU Prolog for Java

Uses of Class
gnu.prolog.demo.mentalarithmetic.NoAnswerException

Packages that use NoAnswerException
gnu.prolog.demo.mentalarithmetic This package contains a simple demo program showing how to use gnu.prolog in java programs in order to do backtracking search. 
 

Uses of NoAnswerException in gnu.prolog.demo.mentalarithmetic
 

Methods in gnu.prolog.demo.mentalarithmetic that throw NoAnswerException
static Pair<String,Integer> MentalArithmetic.generateQuestion(int limit, int length)
           
 


GNU Prolog for Java