Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hhijazi committed Apr 13, 2022
1 parent aba7721 commit 611edb8
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions docs/source/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,17 @@

Getting Started
-----------
First, you will need to install an IDE, a few recommendations below:

[Visual Studio](https://www.visualstudio.com/downloads/) | [Clion](https://www.jetbrains.com/clion/) | [Xcode](https://developer.apple.com/xcode/downloads/) | [Eclipse](https://www.eclipse.org/downloads/packages/release/2018-09/r/eclipse-ide-cc-developers)
:-------------------------:|:-------------------------:|:-------------------------:|:-------------------------:

Then, follow the instructions presented in [INSTALL.md](INSTALL.md).
To compile Gravity see [INSTALL.md](INSTALL.md).

After building, the Gravity library can be found under `Gravity/lib`, and the executables (from [`Gravity/examples`](https://github.com/coin-or/Gravity/tree/master/examples)) can be found under `Gravity/bin/Release`

The model below was implemented in Xcode:
If you're new to coding, a few editor recommendations are below:

![cover-example](media/Kapture_Stable_Set.gif)
[Visual Studio](https://www.visualstudio.com/downloads/) | [Clion](https://www.jetbrains.com/clion/) | [Xcode](https://developer.apple.com/xcode/downloads/) | [Eclipse](https://www.eclipse.org/downloads/packages/release/2018-09/r/eclipse-ide-cc-developers)
:-------------------------:|:-------------------------:|:-------------------------:|:-------------------------:

Have a look at [`Gravity_test.cpp`](https://github.com/coin-or/Gravity/blob/master/examples/Gravity_test.cpp) and other models [`here`](https://github.com/coin-or/Gravity/tree/master/examples) to learn form example.

### Some Numerical Results:
#### Performance Profile on ACOPF
Expand Down

0 comments on commit 611edb8

Please sign in to comment.