Test case for LocalRandVarsDFS.
More...
|
| static TestSuite | suite () |
|
| final int | maxNbrVars = 5 |
| | Maximum number of variables in the problem.
|
| final int | maxNbrEdges = 15 |
| | Maximum number of binary constraints in the problem.
|
| final int | maxNbrAgents = 5 |
| | Maximum number of agents.
|
Test case for LocalRandVarsDFS.
- Author
- Thomas Leaute
◆ LocalRandVarsDFStest()
| frodo2.algorithms.varOrdering.dfs.tests.LocalRandVarsDFStest.LocalRandVarsDFStest |
( |
String | method | ) |
|
Creates a JUnit test case corresponding to the input method.
- Parameters
-
Referenced by suite().
◆ suite()
| TestSuite frodo2.algorithms.varOrdering.dfs.tests.LocalRandVarsDFStest.suite |
( |
| ) |
|
|
static |
◆ test()
| void frodo2.algorithms.varOrdering.dfs.tests.LocalRandVarsDFStest.test |
( |
| ) |
throws Exception |
◆ maxNbrAgents
| final int frodo2.algorithms.varOrdering.dfs.tests.LocalRandVarsDFStest.maxNbrAgents = 5 |
|
private |
Maximum number of agents.
Referenced by test().
◆ maxNbrEdges
| final int frodo2.algorithms.varOrdering.dfs.tests.LocalRandVarsDFStest.maxNbrEdges = 15 |
|
private |
Maximum number of binary constraints in the problem.
Referenced by test().
◆ maxNbrVars
| final int frodo2.algorithms.varOrdering.dfs.tests.LocalRandVarsDFStest.maxNbrVars = 5 |
|
private |
Maximum number of variables in the problem.
- Note
- Must be at least 2.
Referenced by test().
The documentation for this class was generated from the following file: