public class SendMoreMoney extends ExampleFD
Find for the equation on the left what digits are represented by the letters different letters represent different digits
SEND 9567 +MORE =======>+1085 MONEY 10652
| Constructor and Description |
|---|
SendMoreMoney() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String[] args)
It executes the program to solve this simple logic puzzle.
|
void |
model()
1.
|
void |
modelBasic()
1.
|
boolean |
search()
This creates a standard search, which looks for a single solution.
|
creditSearch, getSearch, getSearchVariables, getStore, printMatrix, searchAllAtOnce, searchAllOptimal, searchLDS, searchMasterSlave, searchMaxRegretOptimal, searchMiddle, searchMostConstrainedStatic, searchOptimal, searchSmallestDomain, searchSmallestMedian, searchSmallestMiddle, searchSmallestMin, searchWeightedDegree, searchWithMaxRegret, searchWithRestarts, shavingSearchpublic void modelBasic()
The model consists of variables and constraints.
public boolean search()
public static void main(String[] args)
args - no arguments used.public void model()
Copyright © 2022. All rights reserved.