Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
spot-web-app
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
3
Issues
3
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Spot
spot-web-app
Commits
9cb28747
Commit
9cb28747
authored
Jul 25, 2019
by
Alexandre Duret-Lutz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
document more operators
parent
ea647e16
Pipeline
#11237
passed with stage
in 1 minute and 42 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
39 additions
and
13 deletions
+39
-13
client/src/LtlApp.js
client/src/LtlApp.js
+39
-13
No files found.
client/src/LtlApp.js
View file @
9cb28747
...
...
@@ -800,9 +800,7 @@ class LtlRewrite extends React.Component {
this
.
timer
=
setTimeout
(()
=>
{
this
.
setState
({
result
:
(
<
CircularProgress
className
=
{
this
.
props
.
classes
.
progress
}
/
>
)
result
:
<
CircularProgress
className
=
{
this
.
props
.
classes
.
progress
}
/
>
});
},
800
);
fetch
(
url
)
...
...
@@ -1005,8 +1003,15 @@ class LtlStudy extends React.Component {
<
Typography
>
This
formula
is
<
b
>
stutter
-
invariant
<
/b> even if it might not loo
k
so
syntactically
.
{
"
stutter_invariant_eq
"
in
res
&&
(
<><
br
/>
Furthermore
,
it
can
be
simplified
to
the
following
<
i
>
syntactically
sutter
-
invariant
<
/i> formula:<br/
><
Ltl
f
=
{
res
[
"
stutter_invariant_eq
"
]}
/></
>
)}
{
"
stutter_invariant_eq
"
in
res
&&
(
<>
<
br
/>
Furthermore
,
it
can
be
simplified
to
the
following
{
"
"
}
<
i
>
syntactically
sutter
-
invariant
<
/i> formula
:
<
br
/>
<
Ltl
f
=
{
res
[
"
stutter_invariant_eq
"
]}
/
>
<
/
>
)}
<
/Typography
>
)}
{
res
[
"
stutter_invariant
"
]
===
false
&&
(
...
...
@@ -1033,9 +1038,7 @@ class LtlStudy extends React.Component {
this
.
timer
=
setTimeout
(()
=>
{
this
.
setState
({
result
:
(
<
CircularProgress
className
=
{
this
.
props
.
classes
.
progress
}
/
>
)
result
:
<
CircularProgress
className
=
{
this
.
props
.
classes
.
progress
}
/
>
});
},
800
);
fetch
(
url
)
...
...
@@ -1570,9 +1573,7 @@ class LtlCompare extends React.Component {
this
.
timer
=
setTimeout
(()
=>
{
this
.
setState
({
result
:
(
<
CircularProgress
className
=
{
this
.
props
.
classes
.
progress
}
/
>
)
result
:
<
CircularProgress
className
=
{
this
.
props
.
classes
.
progress
}
/
>
});
},
800
);
fetch
(
url
)
...
...
@@ -2230,8 +2231,18 @@ class Help extends React.Component {
<
Typography
variant
=
"
body1
"
gutterBottom
>
{
OpTable
(
[
[
"
concatenation
"
,
<
Ltl
f
=
"
;
"
/>
],
[
"
fusion
"
,
<
Ltl
f
=
"
:
"
/>
],
[
"
concatenation
"
,
<>
<
Ltl
f
=
"
;
"
/>
,
<
Ltl
f
=
"
##1
"
/>
<
/
>
],
[
"
fusion
"
,
<>
<
Ltl
f
=
"
:
"
/>
,
<
Ltl
f
=
"
##0
"
/>
<
/
>
],
[
"
union
"
,
<>
...
...
@@ -2273,6 +2284,21 @@ class Help extends React.Component {
this
.
props
.
classes
)}
<
/Typography
>
<
Typography
variant
=
"
body2
"
>
The
following
prefix
unary
operator
is
used
as
a
function
:
{
OpTable
(
[
[
"
first match
"
,
<>
<
Ltl
f
=
"
first_match(…)
"
/>
<
/
>
]
],
"
200px
"
,
this
.
props
.
classes
)}
<
/Typography
>
<
Typography
variant
=
"
body2
"
color
=
"
primary
"
>
SERE
-
LTL
Bindings
Operators
<
/Typography
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment