mirror of
https://github.com/allemangD/toddcox-visualize.git
synced 2025-11-10 20:12:48 -05:00
move headers to tc directory.
This commit is contained in:
7
include/tc/solver.h
Normal file
7
include/tc/solver.h
Normal file
@@ -0,0 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
#include "cosets.h"
|
||||
|
||||
namespace tc {
|
||||
Cosets solve(const Group &g, const std::vector<int> &sub_gens = {});
|
||||
}
|
||||
Reference in New Issue
Block a user