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 | 1 | [submodule "code/sasp"] |
2 | 2 | path = code/sasp |
3 | 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 | 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 | 15 | :- D = 1 .. 2 * n - 1, not { queen(I, J) : diag2(I, J, D) } 1. |
16 | 16 | % |
17 | 17 | % Output this predicate. |
18 | -#show queen/2. | |
18 | +%#show queen/2. | |
19 | 19 | %#show diag1/3. |
20 | 20 | %#show diag2/3. |
21 | 21 | \ No newline at end of file | ... | ... |
... | ... | @@ -0,0 +1 @@ |
1 | +Subproject commit 51ae396109e3cbbee6250018cb1147de8f4dafa5 | ... | ... |
cspell.json
notes.md
1 | 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 | 28 | ## 2024-03-15 - IJCAR24 Reviews |
4 | 29 | |
5 | 30 | ### Summary |
... | ... | @@ -17,17 +42,15 @@ |
17 | 42 | - Argument for Proposition 1 [is not] convincing |
18 | 43 | - Fixes: |
19 | 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 | 46 | - Give a general argument [about Bayesian networks] instead of an illustration on a simple example. |
22 | 47 | |
23 | 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 | 51 | - Mais técnico. |
29 | 52 | - Considerar scasp. |
30 | -- Para KR24 | |
53 | +- Para KR24 (2024-04-24) | |
31 | 54 | - Mais formal. |
32 | 55 | - Overleaf |
33 | 56 | - authentication key: olp_1oPNhAUwN9ihvWzd4n92hEd9UQUbK44ul5Gg |
... | ... | @@ -139,6 +162,7 @@ Scoring programs, as described in our paper, is just a step into **Inductive Log |
139 | 162 | ## 2024-01-05 - Publish Paper "AASASP" |
140 | 163 | |
141 | 164 | > Target conferences to publish paper "AASASP" |
165 | +> Shared spreadsheet: <https://docs.google.com/spreadsheets/d/1KJdA-zj3Xly-_tSE6tjbd7M9SttC9xBixXoqWZJFVfg> | |
142 | 166 | |
143 | 167 | | Conference | Abstract Deadline | Conference Date | Location | OBS | |
144 | 168 | |-----------:|:------------------|:----------------|------------------------------:|-------------------| | ... | ... |
text/iclp24
text/kr24
zugzwang.code-workspace
... | ... | @@ -4,16 +4,10 @@ |
4 | 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 | 13 | "settings": { | ... | ... |