public final class SolverState extends Object
Modifier and Type | Field and Description |
---|---|
static int |
CONFLICT |
static int |
SATISFIABLE |
static int |
UNKNOWN |
static int |
UNSATISFIABLE |
Constructor and Description |
---|
SolverState() |
Modifier and Type | Method and Description |
---|---|
static String |
show(int state)
It gives a nice representation of the state.
|
public static final int CONFLICT
public static final int UNKNOWN
public static final int SATISFIABLE
public static final int UNSATISFIABLE
public static String show(int state)
state
- the stateCopyright © 2022. All rights reserved.