Skip to content

Commit acf091c

Browse files
Remove v1 problem definition and redundant outputs
1 parent e907269 commit acf091c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+43
-14183
lines changed

README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ This solver handles risk-averse optimal control problems with:
99
- Conic risk measures
1010
- Convex input-state constraints
1111

12+
## Documentation
13+
14+
Documentation can be found [here](https://kul-optec.github.io/spock.jl/).
15+
1216
## Installation
1317

1418
Make sure to install the dependencies in the `Project.toml` and in your script import
@@ -17,7 +21,6 @@ Make sure to install the dependencies in the `Project.toml` and in your script i
1721
include("src/spock.jl")
1822
```
1923

20-
2124
## Examples
2225

2326
The `examples/server_heat` folder contains example code for a test system, modeling the heat of servers in a data center. The figures in the IFAC 2023 submission can be reproduced by running the scripts `residuals.jl`, `scaling.jl` and `mpc_simulation.jl`.

examples/mpc_simulation.jl

-172
This file was deleted.

examples/output/.gitkeep

Whitespace-only changes.

examples/output/mpc_simulation.pdf

-24.8 KB
Binary file not shown.

examples/output/mpc_simulation.tikz

-174
This file was deleted.

examples/output/residuals.pdf

-32.7 KB
Binary file not shown.

0 commit comments

Comments
 (0)