Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ The complementation and the inclusion checking might be adjusted by the followin
| `sh-break` | `yes`,`no` | Enable shared breakpoint across partial algorithms; when `yes` partial algorithms that support shared breakpoints propagate a common breakpoint across partitions |
| `tela_det_alg` | `inductive`, `dnf-tela` | Algorithm selection for complementing deterministic TELA components (default `dnf-tela`) |
| `sd_ind_sh_break` | `root`, `inf_tree` | Shared breakpoint mode for inductive TELA procedure (assumes `tela_det_alg=inductive`) |
| `sd_ind_or_opt` | `yes`,`no` | Enable Fin-reorganization optimization in the inductive TELA procedure (assumes `tela_det_alg=inductive`) |

## Testing

Expand Down
Loading