<?phpset_time_limit(30);require '../FirstOrderLogicProp.inc.php';$a = &new FirstOrderLogicProp('a&b | c&(!(d&e|f)|g)');$a->disjunctiveForm();$a->writeLn(FALSE);$a->conjunctiveForm();$a->writeLn(FALSE);?>