summaryrefslogtreecommitdiff
path: root/prolog/problems/family_relations/father_2
AgeCommit message (Collapse)Author
2016-08-18English translation for mother/2 and father/2 added.Aleksander Sadikov
2016-04-25Prolog: remove argument mode indicators from descriptionsTimotej Lazar
2016-04-25Remove file encoding comments from python filesTimotej Lazar
UTF-8 is the default.
2016-02-29Hints for aunt/2 improved. Also added to text for predicate_always_false hints.Aleksander Sadikov
2016-02-29Additional improvements to hints for mother, father, grandparent, sister, ↵Aleksander Sadikov
and brother problems.
2016-02-29Additional improvements to hints for mother, father, grandparent, sister, ↵Aleksander Sadikov
and brother problems.
2016-02-28mother/2 and father/2 hints improved.Aleksander Sadikov
2016-02-17Prolog: only catch timeout in test functionsTimotej Lazar
2016-02-15Prolog: add a graph of family relationsTimotej Lazar
2016-02-12Prolog: catch exceptions in test functionsTimotej Lazar
2016-01-13Use argument mode indicators in Prolog problem descriptionsTimotej Lazar
2016-01-13Remove space-padding from <pre> blocksTimotej Lazar
2016-01-12Return number of passed/total tests from Prolog test functionsTimotej Lazar
2016-01-05Simplify Prolog hint functionsTimotej Lazar
2015-12-23Simplify Prolog test functionTimotej Lazar
2015-11-27Leave query modification in tests to Prolog engineTimotej Lazar
2015-11-18Do not handle engine errors in hint functionsTimotej Lazar
Such errors are now handled in server.prolog_session.
2015-11-17Fix test functions for Prolog problemsTimotej Lazar
Old version would return wrong values for programs with syntax errors.
2015-11-17Do not import obsolete HintSequence anywhereTimotej Lazar
2015-10-17Names of Prolog sections added.Aleksander Sadikov
2015-10-17Names of Prolog sections added.Aleksander Sadikov
2015-10-17Family relations section fully hint-ready (just a few minor things missing).Aleksander Sadikov
2015-10-12Remove group attribute from problem common.py filesTimotej Lazar
2015-10-08Remove unneeded id field from {en,sl}.py filesTimotej Lazar
2015-10-02Figures, hints and test cases added/updated for father, grandparent, ↵Aleksander Sadikov
brother, and sister problems.
2015-10-01Figures and hints updated for mother/2, father/2, and grandparent/2 problems.Aleksander Sadikov
2015-09-22New problems with hints for famrel section added.Aleksander Sadikov
This practically completes famrel section without some details.
2015-09-22Oops, overzealous copy/pasteTimotej Lazar
2015-09-22Update test functions for existing problemsTimotej Lazar
The test function is now expected to return a boolean indicating whether the program is correct and a list of hint objects.
2015-09-18Add plan for brother/father/mother/sisterTimotej Lazar
2015-09-17Use check_answers instead of ask_all for testingTimotej Lazar
Simplify the testing function and add correct test cases for Prolog problems mother/2 and brother/2.
2015-09-11Accept a list of solved problems for hint/testTimotej Lazar
Some Prolog problems may be solved using previous solutions. This allows us to test such programs, and still analyze the submission separately.
2015-09-11s/hint_defs/hint_type/gTimotej Lazar
2015-09-10Use Hint classes for hints from the last commitTimotej Lazar
Also move the language-specific hint method for Prolog to prolog.common.
2015-09-10Hints for mother, father, brother, and sister added.Aleksander Sadikov