public class Backbone extends Object
| Modifier and Type | Method and Description | 
|---|---|
static IVecInt | 
compute(ISolver solver)
Computes the backbone of a formula following the algorithm described in
 João Marques-Silva, Mikolás Janota, Inês Lynce: On Computing Backbones of
 Propositional Theories. 
 | 
static IVecInt | 
compute(ISolver solver,
       int[] implicant)  | 
static IVecInt | 
compute(ISolver solver,
       int[] implicant,
       IVecInt assumptions)  | 
static IVecInt | 
compute(ISolver solver,
       IVecInt assumptions)
Computes the backbone of a formula following the algorithm described in
 João Marques-Silva, Mikolás Janota, Inês Lynce: On Computing Backbones of
 Propositional Theories. 
 | 
public static IVecInt compute(ISolver solver) throws TimeoutException
solver - TimeoutExceptionpublic static IVecInt compute(ISolver solver, IVecInt assumptions) throws TimeoutException
solver - assumptions - TimeoutExceptionpublic static IVecInt compute(ISolver solver, int[] implicant) throws TimeoutException
TimeoutExceptionpublic static IVecInt compute(ISolver solver, int[] implicant, IVecInt assumptions) throws TimeoutException
TimeoutExceptionCopyright © 2013 Centre de Recherche en Informatique de Lens (CRIL). All Rights Reserved.