changeset 590 | b61354458b59 |
parent 459 | ed54c0d13df0 |
child 877 | 141f9c0db4a3 |
child 955 | 8d281761dea4 |
0:65b813c339e2 | 1:b3c5c1ea4067 |
---|---|
16 * |
16 * |
17 */ |
17 */ |
18 |
18 |
19 #ifndef LEMON_BITS_SOLVER_BITS_H |
19 #ifndef LEMON_BITS_SOLVER_BITS_H |
20 #define LEMON_BITS_SOLVER_BITS_H |
20 #define LEMON_BITS_SOLVER_BITS_H |
21 |
|
22 #include <vector> |
|
21 |
23 |
22 namespace lemon { |
24 namespace lemon { |
23 |
25 |
24 namespace _solver_bits { |
26 namespace _solver_bits { |
25 |
27 |