|
CDT++ 1.0.0
Causal Dynamical Triangulations in C++
|
Randomly selects moves to always perform on triangulations. More...
#include <utility>#include <variant>#include "Move_command.hpp"#include "Move_run.hpp"#include "Move_strategy.hpp"#include "Random.hpp"Go to the source code of this file.
Classes | |
| class | cdt::MoveStrategy< MoveStrategyKind::MOVE_ALWAYS, ManifoldType > |
| The Move Always algorithm. More... | |
Namespaces | |
| namespace | cdt |
| clang-15 does not support std::format | |
Typedefs | |
| using | cdt::MoveAlways_3 |
| Always-accept-applicable move strategy for the supported 3D manifold. | |
Randomly selects moves to always perform on triangulations.
Picks a random move on the FoliatedTriangulation. For testing purposes.
Definition in file Move_always.hpp.