Commit 1e848258d78caebb5bb150cfd317a0b96cf5e2da

Authored by Francisco Coelho
1 parent a4ae0cfb
Exists in master

Added biblio; Added git modules; added asp examples

.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
... ...
biblio/2008 - Twelve Definitions of a Stable Model - Lifschitz.pdf 0 → 100644
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/12models_1.lp 0 → 100644
... ... @@ -0,0 +1,4 @@
  1 +p(a).
  2 +p(b).
  3 +q(a).
  4 +r(X) :- p(X), not q(X).
0 5 \ No newline at end of file
... ...
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
... ...
code/drafts/scasp_t1.pl 0 → 100644
... ... @@ -0,0 +1,4 @@
  1 +p(A) :- not q(A).
  2 +q(A) :- not p(A).
  3 +
  4 +?- p(A).
0 5 \ No newline at end of file
... ...
code/sCASP 0 → 160000
... ... @@ -0,0 +1 @@
  1 +Subproject commit 51ae396109e3cbbee6250018cb1147de8f4dafa5
... ...
cspell.json
... ... @@ -4,6 +4,10 @@
4 4 "dictionaryDefinitions": [],
5 5 "dictionaries": [],
6 6 "words": [
  7 + "autoepistemic",
  8 + "circunspection",
  9 + "fixpoint",
  10 + "nonmonotonic",
7 11 "struct",
8 12 "testset"
9 13 ],
... ...
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
1   -Subproject commit 199ef143774435c7a0883f2baf6317e8aad60223
  1 +Subproject commit 6d669d18b5a8af9937fb32dcf3ddb9b29c4fb152
... ...
text/kr24
1   -Subproject commit 2803688b6ae13c9a084b6dd3abe6b8a98964d233
  1 +Subproject commit 955495345aeb3ac04726eb05882b4dc8f687d8ae
... ...
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": {
... ...