#include <assert.h>
Go to the source code of this file.
◆ ASSERT_RMTLD3
| #define ASSERT_RMTLD3 |
( |
|
l | ) |
assert(l) |
◆ b3_lessthan
| #define b3_lessthan |
( |
|
n1, |
|
|
|
n2 |
|
) |
| |
Value:((std::get<1>(n1) || std::get<1>(n2)) \
Relation operator <
◆ b3_not
◆ b3_or
| #define b3_or |
( |
|
b31, |
|
|
|
b32 |
|
) |
| |
◆ b3_to_b4
◆ b4_to_b3
◆ DEBUG_RTMLD3
| #define DEBUG_RTMLD3 |
( |
|
... | ) |
|
◆ DEBUGV_RMTLD3
| #define DEBUGV_RMTLD3 |
( |
|
... | ) |
|
◆ make_duration
| #define make_duration |
( |
|
r, |
|
|
|
b |
|
) |
| std::make_pair((realnumber)r, b) |
◆ out_fv
◆ out_p
| #define out_p |
( |
|
res | ) |
(res == T_TRUE) ? "true" : ((res == T_FALSE) ? "false" : "unknown") |
◆ duration
◆ proposition
◆ realnumber
◆ four_valued_type
| Enumerator |
|---|
| FV_TRUE | |
| FV_FALSE | |
| FV_UNKNOWN | |
| FV_SYMBOL | |
◆ three_valued_type
| Enumerator |
|---|
| T_TRUE | |
| T_FALSE | |
| T_UNKNOWN | |
◆ mult_dur()
◆ sum_dur()
◆ count_until_iterations
| int count_until_iterations |