Lines Matching defs:SAT
23 static constexpr std::optional<bool> SAT = true;
75 ASSERT_EQ(AcceptReport, interpretQueryResult({SAT, 25_ms, 1000_step}));
78 ASSERT_EQ(AcceptReport, interpretQueryResult({SAT, 25_ms, 1000_step}));
83 ASSERT_EQ(AcceptReport, interpretQueryResult({SAT, 25_ms, 1000_step}));
87 ASSERT_EQ(AcceptReport, interpretQueryResult({SAT, 25_ms, 1000_step}));
91 // Even if it times out, if it is SAT, we should accept it.
92 ASSERT_EQ(AcceptReport, interpretQueryResult({SAT, 15'010_ms, 1000_step}));
95 // Even if it times out, if it is SAT, we should accept it.
96 ASSERT_EQ(AcceptReport, interpretQueryResult({SAT, 310_ms, 1000_step}));
150 ASSERT_EQ(AcceptReport, interpretQueryResult({SAT, 14'990_ms, 1000_step}));
156 ASSERT_EQ(AcceptReport, interpretQueryResult({SAT, 290_ms, 1000_step}));
179 // Do one more to trigger the heuristic, but given this was SAT, we still
181 ASSERT_EQ(AcceptReport, interpretQueryResult({SAT, 200_ms, 1000_step}));
197 ASSERT_EQ(AcceptReport, interpretQueryResult({SAT, 25_ms, 405'000_step}));