Sleipnir C++ API
Loading...
Searching...
No Matches
transcription_method.hpp
1
// Copyright (c) Sleipnir contributors
2
3
#pragma once
4
5
#include <stdint.h>
6
7
namespace
slp {
8
10
enum class
TranscriptionMethod : uint8_t {
13
DIRECT_TRANSCRIPTION,
16
DIRECT_COLLOCATION,
19
SINGLE_SHOOTING
20
};
21
22
}
// namespace slp
include
sleipnir
optimization
ocp
transcription_method.hpp
Generated on Wed Dec 10 2025 22:14:43 for Sleipnir C++ API by
1.9.8