This file is indexed.

/usr/include/polybori/groebner/polynomial_properties.h is in libpolybori-groebner-dev 0.8.3-3+b2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
//
//  untitled
//
//  Created by  on 2008-04-16.
//  Copyright (c) 2008 The PolyBoRi Team. See LICENSE file.
//  PolyBoRi Project
#include "groebner_defs.h"
BEGIN_NAMESPACE_PBORIGB

bool is_rewriteable(const Polynomial& p, const MonomialSet& leading_terms);

END_NAMESPACE_PBORIGB