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
- TimeoutException
public static IVecInt compute(ISolver solver, IVecInt assumptions) throws TimeoutException
solver
- assumptions
- TimeoutException
public static IVecInt compute(ISolver solver, int[] implicant) throws TimeoutException
TimeoutException
public static IVecInt compute(ISolver solver, int[] implicant, IVecInt assumptions) throws TimeoutException
TimeoutException
Copyright © 2013 Centre de Recherche en Informatique de Lens (CRIL). All Rights Reserved.