GTSAM
4.0.2
C++ library for smoothing and mapping (SAM)
gtsam_unstable
linear
QPSParser.h
Go to the documentation of this file.
1
/* ----------------------------------------------------------------------------
2
3
* GTSAM Copyright 2010, Georgia Tech Research Corporation,
4
* Atlanta, Georgia 30332-0415
5
* All Rights Reserved
6
* Authors: Frank Dellaert, et al. (see THANKS for the full author list)
7
8
* See LICENSE for the license information
9
10
* -------------------------------------------------------------------------- */
11
19
#pragma once
20
21
#include <
gtsam_unstable/linear/QP.h
>
22
#include <fstream>
23
24
namespace
gtsam
{
25
26
class
QPSParser
{
27
28
private
:
29
std::string fileName_;
30
struct
MPSGrammar;
31
public
:
32
33
QPSParser
(
const
std::string& fileName) :
34
fileName_(
findExampleDataFile
(fileName)) {
35
}
36
37
QP
Parse();
38
};
39
}
40
gtsam::QPSParser
Definition:
QPSParser.h:26
gtsam
Definition:
chartTesting.h:28
QP.h
Factor graphs of a Quadratic Programming problem.
gtsam::QP
Definition:
QP.h:31
gtsam::findExampleDataFile
GTSAM_EXPORT std::string findExampleDataFile(const std::string &name)
Generated by
1.8.13