14#ifndef DLINEAR_ENABLED_SOPLEX
15#error SoPlex is not enabled. Please enable it by adding "--//tools:enable_soplex" to the bazel command.
18#pragma GCC system_header
20#include <soplex/soplex.h>
22extern template class soplex::SoPlexBase<soplex::Real>;
24#ifdef DLINEAR_INCLUDE_FMT
26#include "dlinear/util/logging.h"
28OSTREAM_FORMATTER(soplex::VectorRational)
29OSTREAM_FORMATTER(soplex::Rational)
30OSTREAM_FORMATTER(soplex::SPxSolver::Status)
31OSTREAM_FORMATTER(soplex::DSVectorRational)
32OSTREAM_FORMATTER(soplex::SVectorRational)