Difference between revisions of "3rd:Solution of Alphametic Puzzles"

From wiki.visual-prolog.com

Line 12: Line 12:


German example: 2*SECHS=ZWOELF.
German example: 2*SECHS=ZWOELF.
My SOAP program accepts Unicode input and writes Unicode output.
'''In order accept Russian puzzles the program accepts Unicode input and writes Unicode output.'''
Prolog version: VIP 7.2 PE.
Prolog version: VIP 7.2 PE.
[http://users.atw.hu/franknagy/Tipp/Alphametic/soap.chm The help file written using VAHELP]  
[http://users.atw.hu/franknagy/Tipp/Alphametic/soap.chm The help file written using VAHELP]  
[http://software.informer.com/getfree-vahelp-helpmaker/ VAHELP Help Maker]
[http://software.informer.com/getfree-vahelp-helpmaker/ VAHELP Help Maker]
--[[User:Ferenc Nagy|Frank]] 09:38, 5 January 2011 (CET)

Revision as of 10:38, 5 January 2011

The solution alphametic puzzles on my homepage The alphametic puzzles are the generalizations of the puzzles of type

SEND+MORE=MONEY

You have to substitute same numbers for the same letters, different numbers for the different letters. Their special forms are the doubly true puzzles. TÍZ+TÍZ=HÚSZ

where the words for added numbers in a certain language form true sentence. TÍZ=ten in Hungarian, HÚSZ=twenty in Hungarian. TEN=TEN=TWENTY has no solution in English.

German example: 2*SECHS=ZWOELF. In order accept Russian puzzles the program accepts Unicode input and writes Unicode output. Prolog version: VIP 7.2 PE. The help file written using VAHELP VAHELP Help Maker --Frank 09:38, 5 January 2011 (CET)