dunkelheit ~develop (2021-09-26T11:55:02.1809452)
Dub
Repo
TwoSat.addClause
dkh
twosat
TwoSat
Clause
(
vars
[
a
] ==
expectedA
) || (
vars
[
b
] ==
expectedB
)
struct
TwoSat
void
addClause
(
size_t
a
,
bool
expectedA
,
size_t
b
,
bool
expectedB
)
Meta
Source
See Implementation
dkh
twosat
TwoSat
constructors
this
functions
addClause
solve
structs
Edge
variables
vars
Clause (vars[a] == expectedA) || (vars[b] == expectedB)