JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.sat4j.minisat.core
Interface Undoable
All Known Implementing Classes:
AtLeast
,
AtLeastPB
,
MaxWatchCard
,
MaxWatchPb
,
MaxWatchPbLong
,
MaxWatchPbLongCP
,
MinWatchCard
,
MinWatchCardPB
,
MinWatchPb
,
MinWatchPbLong
,
MinWatchPbLongCP
,
PuebloMinWatchPb
,
WatchPb
,
WatchPbLong
,
WatchPbLongCP
public interface
Undoable
Interface providing the undoable service.
Author:
leberre
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
void
undo
(int p)
Method called when backtracking
Method Detail
undo
void undo(int p)
Method called when backtracking
Parameters:
p
- a literal to be unassigned.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method