this repo has no description
1/* -*- mode: C++; c-basic-offset: 2; indent-tabs-mode: nil -*- */
2
3/* This Source Code Form is subject to the terms of the Mozilla Public
4 * License, v. 2.0. If a copy of the MPL was not distributed with this
5 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
6
7#include <minizinc/solvers/nl/nl_solverfactory.hh>
8#include <minizinc/solvers/nl/nl_solverinstance.hh>
9
10namespace MiniZinc {
11namespace {
12void get_wrapper() { static NLSolverFactory _nl_solverfactory; }
13} // namespace
14
15NLSolverFactoryInitialiser::NLSolverFactoryInitialiser() { get_wrapper(); }
16} // namespace MiniZinc