Skip to content

Commit

Permalink
fix image float
Browse files Browse the repository at this point in the history
  • Loading branch information
gerferra committed Dec 1, 2022
1 parent 0e6bf5f commit 5bd4e4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

## Overview

<img style="float:right" alt="Hyalella batoviensis" src="docs/hyalella-batoviensis-jtg3.png" width="200" />
<img align="right" alt="Hyalella batoviensis" src="docs/hyalella-batoviensis-jtg3.png" width="200" />

`amphip` is a domain specific language (DSL) that extends the algebraic modeling language GNU MathProg to support scenario-based multistage stochastic programming. The DSL is embedded in the Scala programming language, allowing models to be transformed and manipulated. It uses functional programming aiming to get the desired functionality with code that is more modular, reusable, concise, and with fewer defects.

Expand Down Expand Up @@ -408,4 +408,4 @@ I talked about the techniques used to encode the MathProg syntax in Scala at the
year = {2022},
url = {https://hdl.handle.net/20.500.12008/33136}
}
```
```

0 comments on commit 5bd4e4b

Please sign in to comment.