Skip to content

Commit

Permalink
Rephrase hint in README [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
Maumagnaguagno committed Nov 7, 2020
1 parent b493fce commit 43196c4
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 123 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -622,7 +622,7 @@ Here are some hints to describe your domain:
- Use different state structures to speed-up state operations and implement your own state duplication, preconditions applicable and effect application operations to better describe your domain.
- Replace the state copy from ``apply`` with ``@state = Marshal.load(Marshal.dump(@state))`` to deep copy any state structure, otherwise keep the current fast version or use a custom implementation.
- Increase ``RUBY_THREAD_VM_STACK_SIZE`` to avoid stack overflows in very large planning instances.
- Execute the Ruby with the ``--disable=all`` flag to load the interpreter faster.
- Execute the interpreter with the ``--disable=all`` flag to load it faster.

## Comparison
The main advantage of HyperTensioN is to be able to define behavior in the core language, without losing clarity, this alone gives a lot of power.
Expand Down
100 changes: 0 additions & 100 deletions examples/basic/basic.jshop.rb

This file was deleted.

22 changes: 0 additions & 22 deletions examples/basic/pb1.jshop.rb

This file was deleted.

0 comments on commit 43196c4

Please sign in to comment.