Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
9.2.2023: Due to updates GitLab will be unavailable for some minutes between 9:00 and 11:00.
Open sidebar
HCS
SCOTS
Commits
6c18e7a0
Commit
6c18e7a0
authored
Jan 27, 2017
by
Matthias Rungger
Browse files
readme update
parent
6b43668d
Changes
5
Hide whitespace changes
Inline
Side-by-side
examples/hscc16/dcdc/dcdc.cc
View file @
6c18e7a0
...
...
@@ -183,8 +183,13 @@ int main() {
* the underlying uniform grid is given by the Cartesian product of
* the uniform gird of the space and uniform gird of the input space */
/****************************************************************************/
scots
::
SymbolicSet
dom
(
ss
);
dom
.
setSymbolicSet
(
C
);
std
::
cout
<<
"Domain size: "
<<
dom
.
getSize
()
<<
std
::
endl
;
scots
::
SymbolicSet
controller
(
ss
,
is
);
controller
.
setSymbolicSet
(
C
);
std
::
cout
<<
"Number of state-input pairs: "
<<
controller
.
getSize
()
<<
std
::
endl
;
controller
.
writeToFile
(
"dcdc_controller.bdd"
);
return
1
;
...
...
examples/hscc16/unicycle/unicycle.cc
View file @
6c18e7a0
...
...
@@ -140,6 +140,11 @@ int main() {
scots
::
SymbolicSet
controller
(
ss
,
is
);
controller
.
setSymbolicSet
(
C
);
controller
.
writeToFile
(
"unicycle_controller.bdd"
);
scots
::
SymbolicSet
tr
=
abstraction
.
getTransitionRelation
();
tr
.
writeToFile
(
"unicycle_transition_relation.bdd"
);
return
1
;
}
...
...
manual/manual.pdf
View file @
6c18e7a0
No preview for this file type
mfiles/mexfiles/Makefile
View file @
6c18e7a0
#
# matlab root
#
MATLABROOT
=
/Applications/MATLAB_R2016
a
.app/
MATLABROOT
=
/Applications/MATLAB_R2016
b
.app/
#
# compiler
...
...
readme.md
View file @
6c18e7a0
# Welcome to SCOTS
> SCOTSv0.2 is
currently under development
. If you are feeling adventurous have
> SCOTSv0.2 is
in the making
. If you are feeling adventurous have
> look at [SCOTSv0.2](https://gitlab.lrz.de/matthias/SCOTSv0.2)
**SCOTS**
is a C++ tool (with a small Matlab interface) to synthesize controller for
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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