Right now, Lohika only supports proof generation. Maybe we should add support for other Logical Tasks such as equivalence checks, CNF conversions, CNF checks. For instance if the input is of the form P == Q instead of P |= Q, then Lohika should interpret it as an equivalence check task, as opposed to proof generation.
Right now, Lohika only supports proof generation. Maybe we should add support for other Logical Tasks such as equivalence checks, CNF conversions, CNF checks. For instance if the input is of the form
P == Q
instead ofP |= Q
, then Lohika should interpret it as an equivalence check task, as opposed to proof generation.