Macaulay2 Engine
Loading...
Searching...
No Matches
settings-manager.cpp
Go to the documentation of this file.
1/*****************************************************************************
2 * Copyright (C) 2006-2011 by Mikhail V. Zinin *
3 * mzinin@gmail.com *
4 * *
5 * You may redistribute this file under the terms of the GNU General *
6 * Public License as published by the Free Software Foundation, either *
7 * version 2 of the License, or any later version. *
8 *****************************************************************************/
9
10#include "settings-manager.hpp"
11
12namespace BIBasis
13{
18
22
27
29 {
30 Monom::SetDimIndepend(numberOfVariables);
31 }
32
34 {
35 static SettingsManager manager = SettingsManager();
36 return manager;
37 }
38}
static void SetDimIndepend(Integer independ)
Definition monom.cpp:14
short int Integer
Definition monom.hpp:72
Abstract base for the BIBasis boolean-coefficient monomial types — a sorted, singly linked list of va...
Definition monom.hpp:70
void SetMonomialOrder(Monom::Order order)
void SetNumberOfVariables(Monom::Integer numberOfVariables)
SettingsManager & GetSettingsManager()
BIBasis::SettingsManager — singleton holding the per-run monomial order and variable count.