Move the solver code to its own library

This commit is contained in:
Drew Galbraith 2023-05-04 00:01:51 -07:00
parent dd89c1fd6c
commit dc3f23d111
6 changed files with 11 additions and 8 deletions

View file

@ -1,4 +1,4 @@
#include "cell.h"
#include "solver/cell.h"
#include <algorithm>
#include <cassert>