public class Langford extends ExampleFD
| Constructor and Description |
|---|
Langford() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String[] args)
It executes the program to solve the Langford problem.
|
void |
model()
It specifies a standard way of modeling the problem.
|
void |
modelDual()
It uses the dual model.
|
static void |
test(String[] args)
It executes the program to solve the Langford problem.
|
creditSearch, getSearch, getSearchVariables, getStore, printMatrix, search, searchAllAtOnce, searchAllOptimal, searchLDS, searchMasterSlave, searchMaxRegretOptimal, searchMiddle, searchMostConstrainedStatic, searchOptimal, searchSmallestDomain, searchSmallestMedian, searchSmallestMiddle, searchSmallestMin, searchWeightedDegree, searchWithMaxRegret, searchWithRestarts, shavingSearchpublic void model()
ExampleFDpublic void modelDual()
public static void test(String[] args)
args - the first parameter denotes n, the second parameter denotes m.public static void main(String[] args)
args - the first parameter denotes n, the second parameter denotes m.Copyright © 2022. All rights reserved.