Skip to content

Commit

Permalink
change satisfiable to valid
Browse files Browse the repository at this point in the history
  • Loading branch information
goodlyrottenapple committed May 15, 2024
1 parent 35c43c5 commit d27fa4e
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"jsonrpc": "2.0",
"id": 6,
"result": {
"satisfiable": false,
"valid": false,
"implication": {
"format": "KORE",
"version": 1,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"jsonrpc": "2.0",
"id": 8,
"result": {
"satisfiable": false,
"valid": false,
"implication": {
"format": "KORE",
"version": 1,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"jsonrpc": "2.0",
"id": 10,
"result": {
"satisfiable": false,
"valid": false,
"implication": {
"format": "KORE",
"version": 1,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"jsonrpc": "2.0",
"id": 12,
"result": {
"satisfiable": false,
"valid": false,
"implication": {
"format": "KORE",
"version": 1,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"jsonrpc": "2.0",
"id": 14,
"result": {
"satisfiable": false,
"valid": false,
"implication": {
"format": "KORE",
"version": 1,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"jsonrpc": "2.0",
"id": 16,
"result": {
"satisfiable": true,
"valid": true,
"implication": {
"format": "KORE",
"version": 1,
Expand Down

0 comments on commit d27fa4e

Please sign in to comment.