Commit 1e848258d78caebb5bb150cfd317a0b96cf5e2da
1 parent
a4ae0cfb
Exists in
master
Added biblio; Added git modules; added asp examples
Showing
13 changed files
with
55 additions
and
16 deletions
Show diff stats
.gitmodules
1 | [submodule "code/sasp"] | 1 | [submodule "code/sasp"] |
2 | path = code/sasp | 2 | path = code/sasp |
3 | url = git@git.xdi.uevora.pt:fc/sasp.git | 3 | url = git@git.xdi.uevora.pt:fc/sasp.git |
4 | + | ||
5 | +[submodule "text/iclp24"] | ||
6 | + path = text/iclp24 | ||
7 | + url = https://git.overleaf.com/65f422dc70a60d8ab7fde402 | ||
8 | + | ||
9 | +[submodule "text/kr24"] | ||
10 | + path = text/kr24 | ||
11 | + url = https://git.overleaf.com/65f422781f1d04e2c0aefd56 | ||
4 | \ No newline at end of file | 12 | \ No newline at end of file |
No preview for this file type
biblio/2017 - Computing Stable Models of Normal Logic Programs Without Grounding.pdf
0 → 100644
No preview for this file type
biblio/2020 - Justifications for Goal-Directed Constraint Answer Set Programming.pdf
0 → 100644
No preview for this file type
code/asp/pqueens.lp
@@ -15,6 +15,6 @@ diag2(I, J, I + J - 1) :- col(I), row(J). | @@ -15,6 +15,6 @@ diag2(I, J, I + J - 1) :- col(I), row(J). | ||
15 | :- D = 1 .. 2 * n - 1, not { queen(I, J) : diag2(I, J, D) } 1. | 15 | :- D = 1 .. 2 * n - 1, not { queen(I, J) : diag2(I, J, D) } 1. |
16 | % | 16 | % |
17 | % Output this predicate. | 17 | % Output this predicate. |
18 | -#show queen/2. | 18 | +%#show queen/2. |
19 | %#show diag1/3. | 19 | %#show diag1/3. |
20 | %#show diag2/3. | 20 | %#show diag2/3. |
21 | \ No newline at end of file | 21 | \ No newline at end of file |
@@ -0,0 +1 @@ | @@ -0,0 +1 @@ | ||
1 | +Subproject commit 51ae396109e3cbbee6250018cb1147de8f4dafa5 |
cspell.json
@@ -4,6 +4,10 @@ | @@ -4,6 +4,10 @@ | ||
4 | "dictionaryDefinitions": [], | 4 | "dictionaryDefinitions": [], |
5 | "dictionaries": [], | 5 | "dictionaries": [], |
6 | "words": [ | 6 | "words": [ |
7 | + "autoepistemic", | ||
8 | + "circunspection", | ||
9 | + "fixpoint", | ||
10 | + "nonmonotonic", | ||
7 | "struct", | 11 | "struct", |
8 | "testset" | 12 | "testset" |
9 | ], | 13 | ], |
notes.md
1 | # Zugzwang Meetings | 1 | # Zugzwang Meetings |
2 | 2 | ||
3 | +## 2024-03-25 - Meeting | ||
4 | + | ||
5 | +- Próxima reunião: terça, 11:00 + \epsilon | ||
6 | +- Reestruturação. | ||
7 | +- Todos vêm "Thorough comparison with related work" | ||
8 | +- Tratar "Give a general argument [about Bayesian networks]" | ||
9 | +- Secção 4 para apêndice? | ||
10 | +- ICLP -> foco na linguagem | ||
11 | + | ||
12 | +## 2024-03-25 - Work on KR24 | ||
13 | + | ||
14 | +### From "Twelve Definitions..." | ||
15 | + | ||
16 | +- ... programs in which recursion and negation "don't mix." Such programs are called **stratified**. | ||
17 | +- stable model semantics, as well as the well-founded semantics can be seen as an attempt to generalize and simplify the iterated fixpoint semantics of stratified semantics. | ||
18 | +- three theories of **nonmonotonic reasoning** | ||
19 | + - circunspection: syntactic transformation that turns a first-order sentence F into the conjunction of F with another formula, which expresses a minimality condition. | ||
20 | + - default logic: _I didn't got it_ | ||
21 | + - autoepistemic logic: modal operator Lp: "p is believed". | ||
22 | + | ||
23 | +## 2024-03-20 - Work on KR24 and ICLP24 | ||
24 | + | ||
25 | +- s(cASP): installed, tested, performance dismaying (can't solve 8-queens) vs. clingo that solves 8-queens in 0.004s and 100-queens in | ||
26 | +- Detail syntax and semantics | ||
27 | + | ||
3 | ## 2024-03-15 - IJCAR24 Reviews | 28 | ## 2024-03-15 - IJCAR24 Reviews |
4 | 29 | ||
5 | ### Summary | 30 | ### Summary |
@@ -17,17 +42,15 @@ | @@ -17,17 +42,15 @@ | ||
17 | - Argument for Proposition 1 [is not] convincing | 42 | - Argument for Proposition 1 [is not] convincing |
18 | - Fixes: | 43 | - Fixes: |
19 | - Provide the probabilities of the classes and of the events | 44 | - Provide the probabilities of the classes and of the events |
20 | - - Clarify the role of "testing of the prior distributions" | 45 | + - Clarify the role of "testing of the prior distributions" |
21 | - Give a general argument [about Bayesian networks] instead of an illustration on a simple example. | 46 | - Give a general argument [about Bayesian networks] instead of an illustration on a simple example. |
22 | 47 | ||
23 | See [Reviews file](text/paper_01/LLNCS/reviews_IJCAR24.md). | 48 | See [Reviews file](text/paper_01/LLNCS/reviews_IJCAR24.md). |
24 | 49 | ||
25 | - | ||
26 | - | ||
27 | -- Para ICLP24 | 50 | +- Para ICLP24 (2024-04-29) |
28 | - Mais técnico. | 51 | - Mais técnico. |
29 | - Considerar scasp. | 52 | - Considerar scasp. |
30 | -- Para KR24 | 53 | +- Para KR24 (2024-04-24) |
31 | - Mais formal. | 54 | - Mais formal. |
32 | - Overleaf | 55 | - Overleaf |
33 | - authentication key: olp_1oPNhAUwN9ihvWzd4n92hEd9UQUbK44ul5Gg | 56 | - authentication key: olp_1oPNhAUwN9ihvWzd4n92hEd9UQUbK44ul5Gg |
@@ -139,6 +162,7 @@ Scoring programs, as described in our paper, is just a step into **Inductive Log | @@ -139,6 +162,7 @@ Scoring programs, as described in our paper, is just a step into **Inductive Log | ||
139 | ## 2024-01-05 - Publish Paper "AASASP" | 162 | ## 2024-01-05 - Publish Paper "AASASP" |
140 | 163 | ||
141 | > Target conferences to publish paper "AASASP" | 164 | > Target conferences to publish paper "AASASP" |
165 | +> Shared spreadsheet: <https://docs.google.com/spreadsheets/d/1KJdA-zj3Xly-_tSE6tjbd7M9SttC9xBixXoqWZJFVfg> | ||
142 | 166 | ||
143 | | Conference | Abstract Deadline | Conference Date | Location | OBS | | 167 | | Conference | Abstract Deadline | Conference Date | Location | OBS | |
144 | |-----------:|:------------------|:----------------|------------------------------:|-------------------| | 168 | |-----------:|:------------------|:----------------|------------------------------:|-------------------| |
text/iclp24
text/kr24
zugzwang.code-workspace
@@ -4,16 +4,10 @@ | @@ -4,16 +4,10 @@ | ||
4 | "path": "." | 4 | "path": "." |
5 | }, | 5 | }, |
6 | { | 6 | { |
7 | - "path": "../../../projects/contrib/dsd" | 7 | + "path": "text/iclp24" |
8 | }, | 8 | }, |
9 | { | 9 | { |
10 | - "path": "../../../prog/contrib/zugzwang" | ||
11 | - }, | ||
12 | - { | ||
13 | - "path": "../jupy" | ||
14 | - }, | ||
15 | - { | ||
16 | - "path": "../../cv/2024" | 10 | + "path": "text/kr24" |
17 | } | 11 | } |
18 | ], | 12 | ], |
19 | "settings": { | 13 | "settings": { |