This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
magik-demo:developer:notes:magik3-meeting-minutes [2013/05/21 13:35] alex [17/06/2013] |
magik-demo:developer:notes:magik3-meeting-minutes [2017/07/06 15:24] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== MAGIK Meetings Minutes ====== | ====== MAGIK Meetings Minutes ====== | ||
- | This document contains meeting minites based on the discussion about the MAGIK development. | + | This document contains meeting minutes based on the discussion about the MAGIK development. |
Line 48: | Line 48: | ||
- | * Constants in TC-statements should be represented with using single-quotes, | + | * Constants in TC-statements should be represented with using single-quotes, **Done by Alex** |
* e.g., ''pupil('John', '1', 'b')'', | * e.g., ''pupil('John', '1', 'b')'', | ||
* in other words, instead of convention that //a constant is term that starts with a lower-case letter// it should be //a constant is a term between single quotes// | * in other words, instead of convention that //a constant is term that starts with a lower-case letter// it should be //a constant is a term between single quotes// | ||
Line 59: | Line 59: | ||
* Return coloring and style to the previous version (MAGIK CIKM) | * Return coloring and style to the previous version (MAGIK CIKM) | ||
- | ====== 17/06/2013 (Ognjen and Werner) ====== | + | ====== 17/05/2013 (Ognjen and Werner) ====== |
Try to create a concrete task for Alex that he can work on | Try to create a concrete task for Alex that he can work on | ||
Line 65: | Line 65: | ||
* Generalization algorithm? | * Generalization algorithm? | ||
- | ====== 21/06/2013 ====== | + | ====== 21/05/2013 ====== |
Attendees: Alex, Ognjen | Attendees: Alex, Ognjen | ||
- | Topic: Introducing double quotes in the encoding of DLV | + | Topic: Introducing double quotes in the encoding of DLV (**Ended in 28 May**) |
* Replace constants in SQL (unders single quotes) into double quotes in the CQ version of that query | * Replace constants in SQL (unders single quotes) into double quotes in the CQ version of that query | ||
* Introduce single quotes constants into TC-statements. Then when they are parsed single quotes are replaced with the double quotes | * Introduce single quotes constants into TC-statements. Then when they are parsed single quotes are replaced with the double quotes | ||
* Approach: First test within the JUnit and then implement it in the code | * Approach: First test within the JUnit and then implement it in the code | ||
+ | |||
+ | Topic: Generalization algorithm | ||
+ | |||