Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
Also fix some precedence issues.
|
|
|
|
|
|
|
|
This reverts commit b2b11240ce7c9b6075a0f673cd72f469db75fa0f.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Experiment descriptor to select allowed hint types is
{'id': 'hints', 'group': 'none|automatic|manual|all'}
and works for all languages.
|
|
|
|
|
|
Required by some exercises. This allows the user to escape the sandbox,
so a better solution is needed.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Needed for problems/clp_fd/tobase_3.
|
|
Needed for problems/clp_fd/magic_1.
|
|
|
|
|
|
Oops.
|
|
|
|
This is somewhat more readable than A0,A1,A2,….
|
|
|
|
|
|
This reverts commit 8bd1bb649e4b66ad9f07ab0f04649d4ce7cdd615.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
function added.
|
|
Given an experiment object read from codeq_user in the form
{'id': 'prolog_hints', 'group': 'manual_hints'}
selectively enable only manual hints, automatic hints, or no hints.
This should probably be reverted once the experiment is done.
|