public class BIBD extends ExampleFD
| Modifier and Type | Field and Description |
|---|---|
int |
b
It specifies number of columns in the incidence matrix.
|
int |
k
It specifies number of ones in each column.
|
int |
lambda
It specifies the value of the scalar product of any two distinct rows.
|
int |
r
It specifies number of ones in each row.
|
int |
v
It specifies number of rows in the incidence matrix.
|
| Constructor and Description |
|---|
BIBD() |
| 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.
|
creditSearch, getSearch, getSearchVariables, getStore, printMatrix, search, searchAllAtOnce, searchAllOptimal, searchLDS, searchMasterSlave, searchMaxRegretOptimal, searchMiddle, searchMostConstrainedStatic, searchOptimal, searchSmallestDomain, searchSmallestMedian, searchSmallestMiddle, searchSmallestMin, searchWeightedDegree, searchWithMaxRegret, searchWithRestarts, shavingSearchpublic int v
public int b
public int r
public int k
public int lambda
public void model()
ExampleFDpublic static void main(String[] args)
args - the first parameter denotes n, the second parameter denotes m.Copyright © 2022. All rights reserved.