11 lines
157 B
C++
11 lines
157 B
C++
|
|
#include <automata.hpp>
|
|
|
|
#include <problem.hpp>
|
|
|
|
#include <cmdln_flags.hpp>
|
|
|
|
automata* build_automata(
|
|
cmdln_flags& flags,
|
|
refcounted<problem> p);
|
|
|