Sleipnir C++ API
Loading...
Searching...
No Matches
dynamics_type.hpp
1
// Copyright (c) Sleipnir contributors
2
3
#pragma once
4
5
#include <stdint.h>
6
7
namespace
slp {
8
10
enum class
DynamicsType : uint8_t {
12
EXPLICIT_ODE,
14
DISCRETE
15
};
16
17
}
// namespace slp
include
sleipnir
optimization
ocp
dynamics_type.hpp
Generated on Wed Dec 10 2025 22:14:43 for Sleipnir C++ API by
1.9.8