public class WolfGoatCabbage extends ExampleFD
Modifier and Type | Field and Description |
---|---|
int |
numberInnerMoves
It specifies number of moves allowed (one move is from one river bank to the other)
|
Constructor and Description |
---|
WolfGoatCabbage() |
Modifier and Type | Method and Description |
---|---|
static void |
main(String[] args)
It executes a program which finds the optimal trip
and load of the boat between the river banks so all
parties survive.
|
void |
model()
It specifies a standard way of modeling the problem.
|
creditSearch, getSearch, getSearchVariables, getStore, printMatrix, search, searchAllAtOnce, searchAllOptimal, searchLDS, searchMasterSlave, searchMaxRegretOptimal, searchMiddle, searchMostConstrainedStatic, searchOptimal, searchSmallestDomain, searchSmallestMedian, searchSmallestMiddle, searchSmallestMin, searchWeightedDegree, searchWithMaxRegret, searchWithRestarts, shavingSearch
public int numberInnerMoves
public void model()
ExampleFD
public static void main(String[] args)
args
- no argument is used.Copyright © 2015. All rights reserved.