Skip to content

Commit

Permalink
reorganize src
Browse files Browse the repository at this point in the history
  • Loading branch information
hlefebvr committed Oct 24, 2024
1 parent 5f22764 commit bbd8655
Show file tree
Hide file tree
Showing 73 changed files with 73 additions and 73 deletions.
144 changes: 72 additions & 72 deletions lib/CMakeLists.txt

Large diffs are not rendered by default.

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.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion tests/modeling/QuadExpr.rotated-cone.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
using namespace Catch::literals;
using namespace idol;

#include "idol/linear-algebra/to_rotated_quadratic_cone.h"
#include "idol/general/linear-algebra/to_rotated_quadratic_cone.h"

double eval(const LinExpr<Var>& t_expr, const Solution::Primal& t_primal) {
double result = 0;
Expand Down

0 comments on commit bbd8655

Please sign in to comment.