1
0
Files
toddcox-faster/include/tc/core.hpp
David Allemang d4c2ffb8f3 tc::solve() no longer a method of tc::Group.
Group::solve() to tc::solve(Group)
2021-11-01 15:59:10 -04:00

9 lines
188 B
C++

#pragma once
#include "tc/core/action.hpp"
#include "tc/core/path.hpp"
#include "tc/core/cosets.hpp"
#include "tc/core/rel.hpp"
#include "tc/core/group.hpp"
#include "tc/core/solver.hpp"