added new cmake setup, graphics, vendors, obj importer, etc.
This commit is contained in:
10
src/SomaSolve.h
Normal file
10
src/SomaSolve.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#include <cstdint>
|
||||
#include <vector>
|
||||
|
||||
namespace SomaSolve {
|
||||
extern std::vector<uint64_t> STD_SOMA;
|
||||
using SomaSolution = std::vector<uint64_t>;
|
||||
auto solve(std::vector<uint64_t> *reprs_in, int dims[3]) -> std::vector<SomaSolution>;
|
||||
auto interactive_cmd_line_solve_soma() -> void;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user