#include "resolve.h"

This page has information from files resolve.h and resolve.c.

Contents


Public Routines in File resolve.c

Index

binary_factorsfirst_negative_maximal_literalmerge_literals
binary_resolutionhyper_resolutionur_resolution

Details


void binary_factors(Clause c, Uniftype utype,
		    void (*proc_proc) (Clause));

void binary_resolution(Clause c, Lindex idx,
		       void (*proc_proc) (Clause));
Binary resolution.
Literal first_negative_maximal_literal(Clause c);

void hyper_resolution(Clause c, Lindex idx,
		      void (*proc_proc) (Clause));
Hyperresolution.
void merge_literals(Clause c);

void ur_resolution(Clause c, Lindex idx,
		   void (*proc_proc) (Clause));
Unit-resulting resolution.

Public Definitions in File resolve.h


Introduction


These activities are projects of the Mathematics and Computer Science Division of Argonne National Laboratory.