Definition at line 1609 of file cadical_solver.cpp.
◆ WitnessWriter()
| CaDiCaL::WitnessWriter::WitnessWriter |
( |
File * | f | ) |
|
|
inline |
◆ witness()
Definition at line 1622 of file cadical_solver.cpp.
1622 {
1624 return false;
1625 if (!
file->put (
' '))
1626 return false;
1628 return false;
1629 if (!
file->put (
'\n'))
1630 return false;
1632 return true;
1633 }
bool write(const vector< int > &a)
◆ write()
Definition at line 1613 of file cadical_solver.cpp.
1613 {
1614 for (
const auto &
lit : a) {
1616 return false;
1617 if (!
file->put (
' '))
1618 return false;
1619 }
1620 return file->put (
'0');
1621 }
◆ file
| File* CaDiCaL::WitnessWriter::file |
◆ witnesses
| int64_t CaDiCaL::WitnessWriter::witnesses |
The documentation for this struct was generated from the following file: