pub fn delete_solution_set(conn: &Connection, ca: &ContentAddress) -> Result<()>Expand description
Delete the solution set with the given CA from the database if it exists.
This also deletes all submissions associated with the specified solution set.