Class: MagicLogic::UTaut

Inherits:
Object
  • Object
show all
Includes:
Base
Defined in:
lib/magic_logic.rb

Overview

Non Tautology

Constant Summary

Constants included from Utils

MagicLogic::Utils::ATOM_PREFIX

Instance Method Summary collapse

Methods included from Utils

#dpll, #evl, #include?, #is_and?, #is_form?, #is_neg?, #is_or?, #neg?

Methods included from Operator

#<=>, #>=, #_

Instance Method Details

#*(q) ⇒ Object



22
# File 'lib/magic_logic.rb', line 22

def *(q); $utout  end

#+(q) ⇒ Object



21
# File 'lib/magic_logic.rb', line 21

def +(q); q       end

#to_sObject



23
# File 'lib/magic_logic.rb', line 23

def to_s; 'FALSE' end

#~@Object



20
# File 'lib/magic_logic.rb', line 20

def ~@;   $tout   end