Skip to content

Commit

Permalink
version and uncommented
Browse files Browse the repository at this point in the history
  • Loading branch information
susuhahnml committed Aug 7, 2024
1 parent 7c551a2 commit 5d1f9d4
Show file tree
Hide file tree
Showing 8 changed files with 3 additions and 27 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
author = "Susana Hahn, Alexander Beiser"

# The full version, including alpha/beta/rc tags
release = "1.0.25"
release = "1.0.27"

# -- General configuration ---------------------------------------------------

Expand Down
4 changes: 0 additions & 4 deletions examples/angular/placement/instance.lp
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,4 @@ seat(3,3).
person("Max").
person("Phil").
person("Anna").
%person(sus).
%person(tobias).
%person(sven).
%person(torsten).

2 changes: 0 additions & 2 deletions examples/angular/sudoku/encoding.lp
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
% %%%%%%%%%%%%%%%%%%%%%%%%% Encoding

#const dim = 3.

val(1..dim*dim).
Expand Down
8 changes: 0 additions & 8 deletions examples/angular/sudoku/instance.lp
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
% %%%%%%%%%%%%%%%%%%%%%%%%% Instance

initial(5,1,8).
initial(6,2,7).
initial(7,1,4).
Expand Down Expand Up @@ -29,9 +27,3 @@ initial(9,6,6).
initial(1,7,6).
initial(5,7,7).
initial(6,7,8).
% initial(8,7,9).
% initial(9,7,4).
% initial(2,8,7).
% initial(3,8,3).
% initial(4,8,6).
% initial(5,8,9).
2 changes: 0 additions & 2 deletions examples/angular/sudoku_advanced/encoding.lp
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
% %%%%%%%%%%%%%%%%%%%%%%%%% Encoding

#const dim = 3.

val(1..dim*dim).
Expand Down
8 changes: 0 additions & 8 deletions examples/angular/sudoku_advanced/instance.lp
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
% %%%%%%%%%%%%%%%%%%%%%%%%% Instance

initial(5,1,8).
initial(6,2,7).
initial(7,1,4).
Expand Down Expand Up @@ -29,9 +27,3 @@ initial(9,6,6).
initial(1,7,6).
initial(5,7,7).
initial(6,7,8).
% initial(8,7,9).
% initial(9,7,4).
% initial(2,8,7).
% initial(3,8,3).
% initial(4,8,6).
% initial(5,8,9).
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = clinguin
version = 1.0.25
version = 1.0.27
author = Alexander Beiser, Susana Hahn (Potassco)
author_email = [email protected], [email protected]
description = An interactive visualizer for clingo
Expand Down
2 changes: 1 addition & 1 deletion tests/reference_json_output/health.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ class Health:
def get_reference_json(cls):
json_dict = {
"name": "clinguin",
"version": "1.0.25",
"version": "1.0.27",
"description": "An interactive visualizer for clingo",
}

Expand Down

0 comments on commit 5d1f9d4

Please sign in to comment.