summaryrefslogtreecommitdiff
path: root/prolog/problems/family_relations/brother_2
AgeCommit message (Collapse)Author
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-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-18Fix a typoTimotej 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
2015-08-18Added the coding line to python files.Aleš Smodiš
2015-08-18Exported all problems from the SQLite database into the new directory structure.Aleš Smodiš