Transpiled version (8089L) is out of date.
interface IBStack<A> extends IStackWithOptions { // record an undoable action for backtracking void addUndo aka temp(AutoCloseable undo); // initiate a backtrack IBStack<A> backtrack(); // get next result of computation A nextResult(); A nextResultWithPrintStruct(long maxSteps); }
Began life as a copy of #1035394
download show line numbers debug dex old transpilations
Travelled to 3 computer(s): ekrmjmnbrukm, mowyntqkapby, mqqgnosmbjvj
No comments. add comment
| Snippet ID: | #1035395 |
| Snippet name: | IBStack - interface to a backtracking stack |
| Eternal ID of this version: | #1035395/7 |
| Text MD5: | f6334c4eb935578093371aa7f17bf034 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2022-05-08 20:58:57 |
| Source code size: | 311 bytes / 11 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 600 / 704 |
| Version history: | 6 change(s) |
| Referenced in: | #1003674 - Standard Classes + Interfaces (LIVE continued in #1034167) #1035396 - IVStack - interface to a virtual stack #1035424 - IPStack - interface to a probabilistic stack #1035429 - IStackWithOptions - base interface for BStack and PStack |