vision.cpp: In function 'void smallCase()':
vision.cpp:25:6: error: 'add_and' was not declared in this scope
a|=add_and(v);
^~~~~~~
vision.cpp:32:3: error: 'add_not' was not declared in this scope
add_not(1);
^~~~~~~
vision.cpp:35:2: error: 'add_or' was not declared in this scope
add_or(v);
^~~~~~
vision.cpp:35:2: note: suggested alternative: 'rand_r'
add_or(v);
^~~~~~
rand_r
vision.cpp: In function 'void construct_network(int, int, int)':
vision.cpp:52:4: error: 'add_and' was not declared in this scope
add_and({0,get_id(i,j)});
^~~~~~~
vision.cpp:57:2: error: 'add_or' was not declared in this scope
add_or(v);
^~~~~~
vision.cpp:57:2: note: suggested alternative: 'rand_r'
add_or(v);
^~~~~~
rand_r