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