setRemoveContradictions
setRemoveContradictions
setRemoveContradictions Set the global flag for removing contradictions in transmission conditions.
setRemoveContradictions(bool) controls whether contradictions in transmission conditions are removed when calling setRemoveContradictions.
Arguments
bool(logical): Iftrue, contradictions of the form āx_i & !x_iā will be removed from transmission conditions. Iffalse, contradictions will not be removed.
Example
% Enable contradiction removal
setRemoveContradictions(true);
% Disable contradiction removal
setRemoveContradictions(false);See also removeContradictions