Skip to main content

write_clause

Function write_clause 

Source
pub fn write_clause<'a, T>(file: &mut impl Write, clause: T) -> Result<()>
where T: Iterator<Item = &'a Literal>,
Expand description

Write some literals in DIMACS format.

Includes a terminating 0, but no newline.