Constant SOLUTION_SET

Source
pub const SOLUTION_SET: &'static str;
Expand description
CREATE TABLE IF NOT EXISTS solution_set (
    id INTEGER PRIMARY KEY,
    content_addr BLOB NOT NULL UNIQUE
);