Skip to content

Commit

Permalink
fixing read the doc
Browse files Browse the repository at this point in the history
  • Loading branch information
BDonnot committed Mar 14, 2024
1 parent 919eb64 commit af31a91
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Solvers.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
// SPDX-License-Identifier: MPL-2.0
// This file is part of LightSim2grid, LightSim2grid implements a c++ backend targeting the Grid2Op platform.

#ifndef SOLVERS_H
#define SOLVERS_H

#include "BaseNRSolver.h"
#include "BaseNRSolverSingleSlack.h"
#include "DCSolver.h"
Expand Down Expand Up @@ -94,3 +97,5 @@ typedef BaseFDPFSolver<SparseLULinearSolver, FDPFMethod::BX> FDPF_BX_SparseLUSol
class FDPF_XB_CKTSOSolver : public FDPF_XB_SparseLUSolver {};
class FDPF_BX_CKTSOSolver : public FDPF_BX_SparseLUSolver {};
#endif // CKTSO_SOLVER_AVAILABLE

#endif // SOLVERS_H

0 comments on commit af31a91

Please sign in to comment.