COMBINATORIAL_BLAS 1.6
 
Loading...
Searching...
No Matches
user_settings.h
Go to the documentation of this file.
1/* Copyright (C) 2009-2010 The Trustees of Indiana University. */
2/* */
3/* Use, modification and distribution is subject to the Boost Software */
4/* License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at */
5/* http://www.boost.org/LICENSE_1_0.txt) */
6/* */
7/* Authors: Jeremiah Willcock */
8/* Andrew Lumsdaine */
9
10#ifndef USER_SETTINGS_H
11#define USER_SETTINGS_H
12
13/* Settings for user modification ----------------------------------- */
14
15#define GENERATOR_USE_PACKED_EDGE_TYPE -- /*48 bits per edge */
16
17#define FAST_64BIT_ARITHMETIC /* Use 64-bit arithmetic when possible. */
18/* #undef FAST_64BIT_ARITHMETIC -- Assume 64-bit arithmetic is slower than 32-bit. */
19
20/* End of user settings ----------------------------------- */
21
22#endif /* USER_SETTINGS_H */