tried moving inline functions, doesn't make a difference
This commit is contained in:
parent
e679acbcec
commit
f7a2e30832
@ -37,6 +37,7 @@ class EdgeModel {
|
|||||||
return EdgeModel.withModel(model.model)
|
return EdgeModel.withModel(model.model)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Do a single move and calculate the resulting edge model.
|
* Do a single move and calculate the resulting edge model.
|
||||||
*/
|
*/
|
||||||
@ -90,7 +91,6 @@ class EdgeModel {
|
|||||||
copyOf[s[5]] = model[s[7]]
|
copyOf[s[5]] = model[s[7]]
|
||||||
copyOf[s[7]] = model[s[5]]
|
copyOf[s[7]] = model[s[5]]
|
||||||
}
|
}
|
||||||
|
|
||||||
when (move) {
|
when (move) {
|
||||||
F -> nonPrime(F_indices)
|
F -> nonPrime(F_indices)
|
||||||
F_ -> prime(F_indices)
|
F_ -> prime(F_indices)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user