this repo has no description
at develop 669 B view raw
1/* -*- mode: C++; c-basic-offset: 2; indent-tabs-mode: nil -*- */ 2 3/* 4 * Main authors: 5 * Jip J. Dekker <jip.dekker@monash.edu> 6 */ 7 8/* This Source Code Form is subject to the terms of the Mozilla Public 9 * License, v. 2.0. If a copy of the MPL was not distributed with this 10 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ 11 12#include <minizinc/solvers/geas_solverfactory.hh> 13#include <minizinc/solvers/geas_solverinstance.hh> 14 15namespace MiniZinc { 16namespace { 17void get_wrapper() { static GeasSolverFactory _geas_solverfactory; } 18} // namespace 19GeasSolverFactoryInitialiser::GeasSolverFactoryInitialiser() { get_wrapper(); } 20} // namespace MiniZinc