Skip to content

Commit

Permalink
remove robust examples
Browse files Browse the repository at this point in the history
  • Loading branch information
hlefebvr committed Oct 24, 2024
1 parent 35c2912 commit 5f22764
Show file tree
Hide file tree
Showing 23 changed files with 3 additions and 356 deletions.
2 changes: 1 addition & 1 deletion docs/examples/bilevel-kkt.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ KKT Reformulation with idol

In this example, we show how to model this LP-LP bilevel problem and how to derive its KKT reformulation.

.. literalinclude:: ../../examples/bilevel-optimization/kkt.example.cpp
.. literalinclude:: ../../examples/bilevel/kkt.example.cpp
:language: cpp
5 changes: 2 additions & 3 deletions examples/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,5 @@ function(ADD_EXAMPLE NAME)
endforeach()
endfunction()

add_subdirectory(mixed-integer-optimization)
add_subdirectory(bilevel-optimization)
add_subdirectory(robust-optimization)
add_subdirectory(mixed-integer)
add_subdirectory(bilevel)
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 0 additions & 2 deletions examples/robust-optimization/CMakeLists.txt

This file was deleted.

41 changes: 0 additions & 41 deletions examples/robust-optimization/robust_ccg.data.txt

This file was deleted.

127 changes: 0 additions & 127 deletions examples/robust-optimization/robust_ccg.example.cpp

This file was deleted.

41 changes: 0 additions & 41 deletions examples/robust-optimization/robust_convexification.data.txt

This file was deleted.

141 changes: 0 additions & 141 deletions examples/robust-optimization/robust_convexification.example.cpp

This file was deleted.

0 comments on commit 5f22764

Please sign in to comment.