We gratefully acknowledge support from
the Simons Foundation and member institutions.
Full-text links:

Download:

Current browse context:

cs.SE

Change to browse by:

References & Citations

DBLP - CS Bibliography

Bookmark

(what is this?)
CiteULike logo BibSonomy logo Mendeley logo del.icio.us logo Digg logo Reddit logo

Computer Science > Software Engineering

Title: AlloyASG: Alloy Predicate Code Representation as a Compact Structurally Balanced Graph

Abstract: Writing declarative models has numerous benefits, ranging from automated reasoning and correction of design-level properties before systems are built to automated testing and debugging of their implementations after they are built. Unfortunately, the model itself needs to be correct to gain these benefits. Alloy is a commonly used modeling language that has several existing efforts to repair faulty models automatically. Currently, these efforts are search-based methods that use an Abstract Syntax Tree (AST) representation of the model and do not scale. One issue is that ASTs themselves suffer from exponential growth in their data size due to the limitation that ASTs will often have identical nodes separately listed in the tree. To address this issue, we introduce a novel code representation schema, Complex Structurally Balanced Abstract Semantic Graph (CSBASG), which represents code as a complex-weighted directed graph that lists a semantic element as a node in the graph and ensures its structural balance for almost finitely enumerable code segments. We evaluate the efficiency of our CSBASG representation for Alloy models in terms of it's compactness compared to ASTs, and we explore if a CSBASG can ease the process of comparing two Alloy predicates. Moreover, with this representation in place, we identify several future applications of CSBASG, including Alloy code generation and automated repair.
Comments: 12 pages
Subjects: Software Engineering (cs.SE); Programming Languages (cs.PL)
Cite as: arXiv:2403.00170 [cs.SE]
  (or arXiv:2403.00170v4 [cs.SE] for this version)

Submission history

From: Guanxuan Wu [view email]
[v1] Thu, 29 Feb 2024 22:41:09 GMT (398kb,D)
[v2] Thu, 7 Mar 2024 18:39:54 GMT (1090kb,D)
[v3] Thu, 21 Mar 2024 08:10:31 GMT (1095kb,D)
[v4] Sat, 4 May 2024 20:15:11 GMT (788kb,D)

Link back to: arXiv, form interface, contact.