2-SAT [詳解]
#include "two_sat.hpp"
公開メンバ関数 | |
TwoSat (int n) | |
void | add (int i, bool fi, int j, bool fj) |
条件 i==fi || j==fj を追加 | |
vector< bool > | solve () |
2-SATを解く | |
2-SAT
two_sat.hpp の 5 行目に定義があります。
|
inline |
two_sat.hpp の 6 行目に定義があります。
|
inline |
条件 i==fi || j==fj
を追加
two_sat.hpp の 9 行目に定義があります。
|
inline |