proxsuite 0.6.7
The Advanced Proximal Optimization Toolbox
Loading...
Searching...
No Matches
wrapper.hpp
Go to the documentation of this file.
1//
2// Copyright (c) 2022 INRIA
3//
8#ifndef PROXSUITE_SERIALIZATION_WRAPPER_HPP
9#define PROXSUITE_SERIALIZATION_WRAPPER_HPP
10
11#include <cereal/cereal.hpp>
13
14namespace cereal {
15
16template<class Archive, typename T>
17void
19{
20 archive(
21 CEREAL_NVP(qp.model), CEREAL_NVP(qp.results), CEREAL_NVP(qp.settings));
22} // CEREAL_NVP(qp.ruiz), ,CEREAL_NVP(qp.ruiz)
23} // namespace cereal
24#endif /* end of include guard PROXSUITE_SERIALIZATION_WRAPPER_HPP */
void serialize(Archive &archive, proxsuite::proxqp::dense::Model< T > &model)
Definition model.hpp:18