repo stringlengths 1 152 ⌀ | file stringlengths 14 221 | code stringlengths 501 25k | file_length int64 501 25k | avg_line_length float64 20 99.5 | max_line_length int64 21 134 | extension_type stringclasses 2
values |
|---|---|---|---|---|---|---|
OpenUxAS-develop/src/cpp/Services/00_ServiceTemplate.h | OpenUxAS-develop/src/cpp/Services/00_ServiceTemplate.h | // ===============================================================================
// Authors: AFRL/RQQA
// Organization: Air Force Research Laboratory, Aerospace Systems Directorate, Power and Control Division
//
// Copyright (c) 2017 Government of the United State of America, as represented by
// the Secretary of th... | 3,941 | 26.760563 | 118 | h |
OpenUxAS-develop/src/cpp/Services/SerialAutomationRequestTestService.h | OpenUxAS-develop/src/cpp/Services/SerialAutomationRequestTestService.h | // ===============================================================================
// Authors: AFRL/RQQA
// Organization: Air Force Research Laboratory, Aerospace Systems Directorate, Power and Control Division
//
// Copyright (c) 2017 Government of the United State of America, as represented by
// the Secretary of th... | 3,546 | 23.462069 | 118 | h |
OpenUxAS-develop/src/cpp/Services/MessageLoggerDataService.h | OpenUxAS-develop/src/cpp/Services/MessageLoggerDataService.h | // ===============================================================================
// Authors: AFRL/RQQA
// Organization: Air Force Research Laboratory, Aerospace Systems Directorate, Power and Control Division
//
// Copyright (c) 2017 Government of the United State of America, as represented by
// the Secretary of th... | 3,486 | 28.550847 | 118 | h |
OpenUxAS-develop/src/cpp/Plans/VehicleBase.h | OpenUxAS-develop/src/cpp/Plans/VehicleBase.h | // ===============================================================================
// Authors: AFRL/RQQA
// Organization: Air Force Research Laboratory, Aerospace Systems Directorate, Power and Control Division
//
// Copyright (c) 2017 Government of the United State of America, as represented by
// the Secretary of th... | 8,263 | 28.942029 | 105 | h |
OpenUxAS-develop/src/cpp/Plans/CGrid.h | OpenUxAS-develop/src/cpp/Plans/CGrid.h | // ===============================================================================
// Authors: AFRL/RQQA
// Organization: Air Force Research Laboratory, Aerospace Systems Directorate, Power and Control Division
//
// Copyright (c) 2017 Government of the United State of America, as represented by
// the Secretary of th... | 6,641 | 40.5125 | 106 | h |
OpenUxAS-develop/src/cpp/Plans/Position.h | OpenUxAS-develop/src/cpp/Plans/Position.h | // ===============================================================================
// Authors: AFRL/RQQA
// Organization: Air Force Research Laboratory, Aerospace Systems Directorate, Power and Control Division
//
// Copyright (c) 2017 Government of the United State of America, as represented by
// the Secretary of th... | 13,468 | 34.821809 | 110 | h |
OpenUxAS-develop/src/cpp/Plans/PathInformation.h | OpenUxAS-develop/src/cpp/Plans/PathInformation.h | // ===============================================================================
// Authors: AFRL/RQQA
// Organization: Air Force Research Laboratory, Aerospace Systems Directorate, Power and Control Division
//
// Copyright (c) 2017 Government of the United State of America, as represented by
// the Secretary of th... | 4,558 | 30.659722 | 115 | h |
OpenUxAS-develop/src/cpp/Plans/HeadingParameters.h | OpenUxAS-develop/src/cpp/Plans/HeadingParameters.h | // ===============================================================================
// Authors: AFRL/RQQA
// Organization: Air Force Research Laboratory, Aerospace Systems Directorate, Power and Control Division
//
// Copyright (c) 2017 Government of the United State of America, as represented by
// the Secretary of th... | 3,033 | 34.27907 | 105 | h |
OpenUxAS-develop/src/cpp/Plans/PlanningParameters.h | OpenUxAS-develop/src/cpp/Plans/PlanningParameters.h | // ===============================================================================
// Authors: AFRL/RQQA
// Organization: Air Force Research Laboratory, Aerospace Systems Directorate, Power and Control Division
//
// Copyright (c) 2017 Government of the United State of America, as represented by
// the Secretary of th... | 1,494 | 24.338983 | 105 | h |
OpenUxAS-develop/src/cpp/Plans/BaseObject.h | OpenUxAS-develop/src/cpp/Plans/BaseObject.h | // ===============================================================================
// Authors: AFRL/RQQA
// Organization: Air Force Research Laboratory, Aerospace Systems Directorate, Power and Control Division
//
// Copyright (c) 2017 Government of the United State of America, as represented by
// the Secretary of th... | 3,282 | 32.5 | 105 | h |
OpenUxAS-develop/src/cpp/Plans/Circle.h | OpenUxAS-develop/src/cpp/Plans/Circle.h | // ===============================================================================
// Authors: AFRL/RQQA
// Organization: Air Force Research Laboratory, Aerospace Systems Directorate, Power and Control Division
//
// Copyright (c) 2017 Government of the United State of America, as represented by
// the Secretary of th... | 6,088 | 34.608187 | 123 | h |
nebula | nebula-master/dist/windows/wintun/include/wintun.h | /* SPDX-License-Identifier: GPL-2.0 OR MIT
*
* Copyright (C) 2018-2021 WireGuard LLC. All Rights Reserved.
*/
#pragma once
#include <winsock2.h>
#include <windows.h>
#include <ipexport.h>
#include <ifdef.h>
#include <ws2ipdef.h>
#ifdef __cplusplus
extern "C" {
#endif
#ifndef ALIGNED
# if defined(_MSC_VER)
# ... | 10,092 | 36.243542 | 120 | h |
marcos_server | marcos_server-master/src/server_config.h | #ifndef _SERVER_CONFIG_H_
#define _SERVER_CONFIG_H_
#include <stdint.h>
// Memory map
#ifdef __arm__
static const uint32_t SLCR_OFFSET = 0xf8000000,
MARGA_OFFSET = 0x43c00000, // ocra_grad_ctrl core's main offset (TODO: fill this in with Vivado value once it's ready)
MARGA_MEM_OFFSET = MARGA_OFFSET + 262144; // 256... | 890 | 36.125 | 119 | h |
DCD | DCD-master/DGDE/model/backbone/dcn/DCN/src/dcn_v2.h | #pragma once
#include "cpu/vision.h"
#ifdef WITH_CUDA
#include "cuda/vision.h"
#endif
at::Tensor
dcn_v2_forward(const at::Tensor &input,
const at::Tensor &weight,
const at::Tensor &bias,
const at::Tensor &offset,
const at::Tensor &mask,
const... | 7,715 | 39.610526 | 69 | h |
DCD | DCD-master/DGDE/model/backbone/dcn/DCN/src/cuda/vision.h | #pragma once
#include <torch/extension.h>
at::Tensor
dcn_v2_cuda_forward(const at::Tensor &input,
const at::Tensor &weight,
const at::Tensor &bias,
const at::Tensor &offset,
const at::Tensor &mask,
const int kernel_h,
... | 2,669 | 43.5 | 63 | h |
DCD | DCD-master/DGDE/model/backbone/dcn/DCN/src/cpu/vision.h | #pragma once
#include <torch/extension.h>
at::Tensor
dcn_v2_cpu_forward(const at::Tensor &input,
const at::Tensor &weight,
const at::Tensor &bias,
const at::Tensor &offset,
const at::Tensor &mask,
const int kernel_h,
... | 2,665 | 43.433333 | 63 | h |
KaMIS | KaMIS-master/wmis/extern/argtable3-3.0.3/argtable3.h | /*******************************************************************************
* This file is part of the argtable3 library.
*
* Copyright (C) 1998-2001,2003-2011,2013 Stewart Heitmann
* <sheitmann@users.sourceforge.net>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or with... | 11,087 | 35.235294 | 119 | h |
KaMIS | KaMIS-master/wmis/extern/argtable3-3.0.3/examples/testargtable3.c | #include "argtable3.h"
/* global arg_xxx structs */
struct arg_lit *a, *b, *c, *verb, *help, *version;
struct arg_int *scal;
struct arg_file *o, *file;
struct arg_end *end;
int main(int argc, char *argv[])
{
/* the global arg_xxx structs are initialised within the argtable */
void *argtable[] = {
help... | 1,969 | 32.389831 | 77 | c |
KaMIS | KaMIS-master/wmis/extern/argtable3-3.0.3/examples/ls.c | /*******************************************************************************
* Example source code for using the argtable3 library to implement:
*
* ls [-aAbBcCdDfFgGhHiklLmnNopqQrRsStuUvxX1] [--author]
* [--block-size=SIZE] [--color=[WHEN]] [--format=WORD] [--full-time]
* [--si] [--dereference-command-... | 16,761 | 50.259939 | 118 | c |
KaMIS | KaMIS-master/wmis/extern/argtable3-3.0.3/examples/uname.c | /*******************************************************************************
* Example source code for using the argtable3 library to implement:
*
* uname [-asnrvmpio] [--help] [--version]
*
* This file is part of the argtable3 library.
*
* Copyright (C) 1998-2001,2003-2011,2013 Stewart Heitmann
* <sh... | 5,974 | 42.297101 | 129 | c |
KaMIS | KaMIS-master/wmis/extern/argtable3-3.0.3/examples/multisyntax.c | /*******************************************************************************
* Example source code for using the argtable3 library to implement
* a multi-syntax command line argument program
*
* usage 1: multisyntax [-nvR] insert <file> [<file>]... [-o <output>]
* usage 2: multisyntax [-nv] remove <fi... | 10,404 | 42.354167 | 101 | c |
KaMIS | KaMIS-master/wmis/extern/argtable3-3.0.3/examples/myprog_C89.c | /*******************************************************************************
* This example source code is an alternate version of myprog.c
* that adheres to ansi C89 standards rather than ansi C99.
* The only difference being that C89 does not permit the argtable array
* to be statically initialized with the c... | 6,858 | 40.319277 | 112 | c |
KaMIS | KaMIS-master/wmis/extern/argtable3-3.0.3/examples/echo.c | /*******************************************************************************
* Example source code for using the argtable3 library to implement:
*
* echo [-neE] [--help] [--version] [STRING]...
*
* This file is part of the argtable3 library.
*
* Copyright (C) 1998-2001,2003-2011,2013 Stewart Heitmann
... | 5,558 | 42.093023 | 130 | c |
KaMIS | KaMIS-master/wmis/extern/argtable3-3.0.3/examples/myprog.c | /*******************************************************************************
* Example source code for using the argtable3 library to implement:
*
* myprog [-lRv] [-k <int>] [-D MACRO]... [-o <output>] [--help]
* [--version] <file> [<file>]...
*
* This file is part of the argtable3 library.
*
*... | 6,311 | 41.648649 | 112 | c |
KaMIS | KaMIS-master/wmis/extern/argtable3-3.0.3/tests/testargrex.c | /*******************************************************************************
* This file is part of the argtable3 library.
*
* Copyright (C) 2013-2014 Tom G. Huang
* <tomghuang@gmail.com>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permit... | 13,187 | 41.134185 | 112 | c |
KaMIS | KaMIS-master/wmis/extern/argtable3-3.0.3/tests/testargstr.c | /*******************************************************************************
* This file is part of the argtable3 library.
*
* Copyright (C) 2013-2014 Tom G. Huang
* <tomghuang@gmail.com>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permit... | 22,381 | 39.183124 | 114 | c |
KaMIS | KaMIS-master/wmis/extern/argtable3-3.0.3/tests/testargdate.c | /*******************************************************************************
* This file is part of the argtable3 library.
*
* Copyright (C) 2013-2014 Tom G. Huang
* <tomghuang@gmail.com>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permit... | 15,949 | 39.792839 | 110 | c |
KaMIS | KaMIS-master/wmis/extern/argtable3-3.0.3/tests/testall.c | #include <stdio.h>
#include "CuTest.h"
CuSuite* get_arglit_testsuite();
CuSuite* get_argstr_testsuite();
CuSuite* get_argint_testsuite();
CuSuite* get_argdate_testsuite();
CuSuite* get_argdbl_testsuite();
CuSuite* get_argfile_testsuite();
CuSuite* get_argrex_testsuite();
void RunAllTests(void)
{
CuString *output = ... | 883 | 22.891892 | 49 | c |
KaMIS | KaMIS-master/wmis/extern/argtable3-3.0.3/tests/testarglit.c | /*******************************************************************************
* This file is part of the argtable3 library.
*
* Copyright (C) 2013-2014 Tom G. Huang
* <tomghuang@gmail.com>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permit... | 21,822 | 37.556537 | 94 | c |
KaMIS | KaMIS-master/wmis/extern/argtable3-3.0.3/tests/CuTest.c | #include <assert.h>
#include <setjmp.h>
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <math.h>
#include "CuTest.h"
/*-------------------------------------------------------------------------*
* CuStr
*-------------------------------------------------------------------------*/
char* CuStrAlloc... | 8,103 | 22.835294 | 99 | c |
KaMIS | KaMIS-master/wmis/extern/argtable3-3.0.3/tests/testargdbl.c | /*******************************************************************************
* This file is part of the argtable3 library.
*
* Copyright (C) 2013-2014 Tom G. Huang
* <tomghuang@gmail.com>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permit... | 18,636 | 38.235789 | 97 | c |
KaMIS | KaMIS-master/wmis/extern/argtable3-3.0.3/tests/CuTest.h | #ifndef CU_TEST_H
#define CU_TEST_H
#include <setjmp.h>
#include <stdarg.h>
#define CUTEST_VERSION "CuTest 1.5"
/* CuString */
char* CuStrAlloc(int size);
char* CuStrCopy(const char* old);
#define CU_ALLOC(TYPE) ((TYPE*) malloc(sizeof(TYPE)))
#define HUGE_STRING_LEN 8192
#define STRING_MAX 256
#define STRING_I... | 4,097 | 34.025641 | 115 | h |
KaMIS | KaMIS-master/wmis/extern/KaHIP/interface/kaHIP_interface.h | /******************************************************************************
* kaffpa_interface.h
*
* Source of KaHIP -- Karlsruhe High Quality Partitioning.
*
*****************************************************************************/
#ifndef KAFFPA_INTERFACE_RYEEZ6WJ
#define KAFFPA_INTERFACE_RYEEZ6WJ
#... | 1,514 | 29.918367 | 81 | h |
KaMIS | KaMIS-master/wmis/extern/KaHIP/lib/definitions.h | /******************************************************************************
* definitions.h
*
* Source of KaHIP -- Karlsruhe High Quality Partitioning.
* Christian Schulz <christian.schulz.phone@gmail.com>
*****************************************************************************/
#ifndef DEFINITIONS_H_CH... | 4,668 | 23.317708 | 95 | h |
KaMIS | KaMIS-master/wmis/extern/KaHIP/lib/tools/timer.h | /******************************************************************************
* timer.h
* *
* Source of KaHIP -- Karlsruhe High Quality Partitioning.
* Christian Schulz <christian.schulz.phone@gmail.com>
*****************************************************************************/
#ifndef TIMER_9KPDEP
#define... | 1,160 | 26.642857 | 88 | h |
KaMIS | KaMIS-master/wmis/extern/KaHIP/lib/tools/macros_assertions.h | /******************************************************************************
* macros_assertions.h
* *
* Source of KaHIP -- Karlsruhe High Quality Partitioning.
* Christian Schulz <christian.schulz.phone@gmail.com>
*****************************************************************************/
#ifndef ASSERT_H... | 6,330 | 33.785714 | 93 | h |
KaMIS | KaMIS-master/wmis/extern/KaHIP/lib/tools/graph_extractor.h | /******************************************************************************
* graph_extractor.h
* *
* Source of KaHIP -- Karlsruhe High Quality Partitioning.
* Christian Schulz <christian.schulz.phone@gmail.com>
*****************************************************************************/
#ifndef GRAPH_EXTR... | 1,898 | 41.2 | 81 | h |
KaMIS | KaMIS-master/wmis/extern/KaHIP/lib/tools/misc.h | /******************************************************************************
* misc.h
* *
* Source of KaHIP -- Karlsruhe High Quality Partitioning.
* Christian Schulz <christian.schulz.phone@gmail.com>
*****************************************************************************/
#ifndef MISC_C6QUUWLI
#define... | 608 | 24.375 | 82 | h |
KaMIS | KaMIS-master/wmis/extern/KaHIP/lib/tools/mpi_tools.h | /******************************************************************************
* mpi_tools.h
* *
* Source of KaHIP -- Karlsruhe High Quality Partitioning.
* Christian Schulz <christian.schulz.phone@gmail.com>
*****************************************************************************/
#ifndef MPI_TOOLS_HMESDX... | 539 | 23.545455 | 79 | h |
KaMIS | KaMIS-master/wmis/extern/KaHIP/lib/tools/random_functions.h | /******************************************************************************
* random_functions.h
* *
* Source of KaHIP -- Karlsruhe High Quality Partitioning.
* Christian Schulz <christian.schulz.phone@gmail.com>
*****************************************************************************/
#ifndef RANDOM_FU... | 8,622 | 45.610811 | 112 | h |
KaMIS | KaMIS-master/wmis/extern/KaHIP/lib/tools/quality_metrics.h | /******************************************************************************
* quality_metrics.h
* *
* Source of KaHIP -- Karlsruhe High Quality Partitioning.
* Christian Schulz <christian.schulz.phone@gmail.com>
*****************************************************************************/
#ifndef QUALITY_M... | 1,822 | 42.404762 | 100 | h |
KaMIS | KaMIS-master/wmis/extern/KaHIP/lib/tools/graph_communication.h | /******************************************************************************
* graph_communication.h
* *
* Source of KaHIP -- Karlsruhe High Quality Partitioning.
* Christian Schulz <christian.schulz.phone@gmail.com>
*****************************************************************************/
#ifndef GRAPH_... | 665 | 26.75 | 79 | h |
KaMIS | KaMIS-master/wmis/extern/KaHIP/lib/tools/partition_snapshooter.h | /******************************************************************************
* partition_snapshooter.h
* *
* Source of KaHIP -- Karlsruhe High Quality Partitioning.
* Christian Schulz <christian.schulz.phone@gmail.com>
*****************************************************************************/
#ifndef PART... | 1,367 | 34.076923 | 94 | h |
KaMIS | KaMIS-master/wmis/extern/KaHIP/lib/tools/graph_partition_assertions.h | /******************************************************************************
* graph_partition_assertions.h
* *
* Source of KaHIP -- Karlsruhe High Quality Partitioning.
* Christian Schulz <christian.schulz.phone@gmail.com>
*****************************************************************************/
#ifndef... | 1,464 | 34.731707 | 111 | h |
KaMIS | KaMIS-master/wmis/extern/KaHIP/lib/tools/macros_common.h | /******************************************************************************
* macros_common.h
* *
* Source of KaHIP -- Karlsruhe High Quality Partitioning.
* Christian Schulz <christian.schulz.phone@gmail.com>
*****************************************************************************/
#ifnde... | 1,121 | 23.391304 | 79 | h |
KaMIS | KaMIS-master/wmis/extern/KaHIP/lib/io/graph_io.h | /******************************************************************************
* graph_io.h
* *
* Source of KaHIP -- Karlsruhe High Quality Partitioning.
* Christian Schulz <christian.schulz.phone@gmail.com>
*****************************************************************************/
#ifndef GRAPHIO_H_
#define... | 2,982 | 28.534653 | 110 | h |
KaMIS | KaMIS-master/wmis/extern/KaHIP/lib/parallel_mh/parallel_mh_async.h | /******************************************************************************
* parallel_mh_async.h
* *
* Source of KaHIP -- Karlsruhe High Quality Partitioning.
* Christian Schulz <christian.schulz.phone@gmail.com>
*****************************************************************************/
#ifndef PARALLEL... | 1,691 | 32.176471 | 108 | h |
KaMIS | KaMIS-master/wmis/extern/KaHIP/lib/parallel_mh/population.h | /******************************************************************************
* population.h
* *
* Source of KaHIP -- Karlsruhe High Quality Partitioning.
* Christian Schulz <christian.schulz.phone@gmail.com>
*****************************************************************************/
#ifndef POPULATION_AEFH... | 3,194 | 30.019417 | 93 | h |
KaMIS | KaMIS-master/wmis/extern/KaHIP/lib/parallel_mh/diversifyer.h | /******************************************************************************
* diversifyer.h
* *
* Source of KaHIP -- Karlsruhe High Quality Partitioning.
* Christian Schulz <christian.schulz.phone@gmail.com>
*****************************************************************************/
#ifndef DIVERSIFYER_AZ... | 1,334 | 37.142857 | 129 | h |
KaMIS | KaMIS-master/wmis/extern/KaHIP/lib/parallel_mh/exchange/exchanger.h | /******************************************************************************
* exchanger.h
* *
* Source of KaHIP -- Karlsruhe High Quality Partitioning.
* Christian Schulz <christian.schulz.phone@gmail.com>
*****************************************************************************/
#ifndef EXCHANGER_YPB6QK... | 1,735 | 32.384615 | 115 | h |
KaMIS | KaMIS-master/wmis/extern/KaHIP/lib/parallel_mh/galinier_combine/gal_combine.h | /******************************************************************************
* gal_combine.h
* *
* Source of KaHIP -- Karlsruhe High Quality Partitioning.
* Christian Schulz <christian.schulz.phone@gmail.com>
*****************************************************************************/
#ifndef GAL_COMBINE_XD... | 653 | 26.25 | 79 | h |
KaMIS | KaMIS-master/wmis/extern/KaHIP/lib/parallel_mh/galinier_combine/construct_partition.h | /******************************************************************************
* construct_partition.h
* *
* Source of KaHIP -- Karlsruhe High Quality Partitioning.
* Christian Schulz <christian.schulz.phone@gmail.com>
*****************************************************************************/
#ifndef CONSTR... | 899 | 32.333333 | 92 | h |
KaMIS | KaMIS-master/wmis/extern/KaHIP/lib/algorithms/topological_sort.h | /******************************************************************************
* topological_sort.h
* *
* Source of KaHIP -- Karlsruhe High Quality Partitioning.
* Christian Schulz <christian.schulz.phone@gmail.com>
*****************************************************************************/
#ifndef TOPOLOGIC... | 942 | 28.46875 | 79 | h |
KaMIS | KaMIS-master/wmis/extern/KaHIP/lib/algorithms/cycle_search.h | /******************************************************************************
* cycle_search.h
* *
* Source of KaHIP -- Karlsruhe High Quality Partitioning.
* Christian Schulz <christian.schulz.phone@gmail.com>
*****************************************************************************/
#ifndef CYCLE_SEARCH_... | 1,830 | 39.688889 | 111 | h |
KaMIS | KaMIS-master/wmis/extern/KaHIP/lib/algorithms/push_relabel.h | /******************************************************************************
* push_relabel.h
* *
* Source of KaHIP -- Karlsruhe High Quality Partitioning.
* Christian Schulz <christian.schulz.phone@gmail.com>
*****************************************************************************/
#ifndef MAX_FLOW_MIN_... | 9,608 | 38.54321 | 114 | h |
KaMIS | KaMIS-master/wmis/extern/KaHIP/lib/algorithms/strongly_connected_components.h | /******************************************************************************
* strongly_connected_components.h
* *
* Source of KaHIP -- Karlsruhe High Quality Partitioning.
* Christian Schulz <christian.schulz.phone@gmail.com>
*****************************************************************************/
#ifn... | 1,155 | 29.421053 | 85 | h |
KaMIS | KaMIS-master/wmis/extern/KaHIP/lib/partition/graph_partitioner.h | /******************************************************************************
* graph_partitioner.h
* *
* Source of KaHIP -- Karlsruhe High Quality Partitioning.
* Christian Schulz <christian.schulz.phone@gmail.com>
*****************************************************************************/
#ifndef PARTITIO... | 1,340 | 35.243243 | 106 | h |
KaMIS | KaMIS-master/wmis/extern/KaHIP/lib/partition/partition_config.h | /******************************************************************************
* partition_config.h
*
* Source of KaHIP -- Karlsruhe High Quality Partitioning.
* Christian Schulz <christian.schulz.phone@gmail.com>
*****************************************************************************/
#ifndef PARTITION_C... | 9,534 | 22.8375 | 117 | h |
KaMIS | KaMIS-master/wmis/extern/KaHIP/lib/partition/w_cycles/wcycle_partitioner.h | /******************************************************************************
* wcycle_partitioner.h
*
* Source of KaHIP -- Karlsruhe High Quality Partitioning.
* Christian Schulz <christian.schulz.phone@gmail.com>
*****************************************************************************/
#ifndef WCYCLE_PA... | 1,399 | 36.837838 | 88 | h |
KaMIS | KaMIS-master/wmis/extern/KaHIP/lib/partition/initial_partitioning/bipartition.h | /******************************************************************************
* bipartition.h
* *
* Source of KaHIP -- Karlsruhe High Quality Partitioning.
* Christian Schulz <christian.schulz.phone@gmail.com>
*****************************************************************************/
#ifndef BIPARTITION_7I... | 2,294 | 38.568966 | 106 | h |
KaMIS | KaMIS-master/wmis/extern/KaHIP/lib/partition/initial_partitioning/initial_partitioning.h | /******************************************************************************
* initial_partitioning.h
* *
* Source of KaHIP -- Karlsruhe High Quality Partitioning.
* Christian Schulz <christian.schulz.phone@gmail.com>
*****************************************************************************/
#ifndef INITI... | 942 | 36.72 | 103 | h |
KaMIS | KaMIS-master/wmis/extern/KaHIP/lib/partition/initial_partitioning/initial_partition_bipartition.h | /******************************************************************************
* initial_partition_bipartition.h
* *
* Source of KaHIP -- Karlsruhe High Quality Partitioning.
* Christian Schulz <christian.schulz.phone@gmail.com>
*****************************************************************************/
#ifn... | 1,197 | 36.4375 | 129 | h |
KaMIS | KaMIS-master/wmis/extern/KaHIP/lib/partition/initial_partitioning/initial_node_separator.h | //
// Author: Christian Schulz <christian.schulz.phone@gmail.com>
//
#ifndef INITIAL_NODE_SEPARATOR_VR5EPEO6
#define INITIAL_NODE_SEPARATOR_VR5EPEO6
#include "data_structure/graph_access.h"
#include "partition_config.h"
class initial_node_separator {
public:
initial_node_separator();
virtual ~initia... | 636 | 26.695652 | 87 | h |
KaMIS | KaMIS-master/wmis/extern/KaHIP/lib/partition/initial_partitioning/initial_partitioner.h | /******************************************************************************
* initial_partitioner.h
* *
* Source of KaHIP -- Karlsruhe High Quality Partitioning.
* Christian Schulz <christian.schulz.phone@gmail.com>
*****************************************************************************/
#ifndef INITIA... | 1,342 | 37.371429 | 106 | h |
KaMIS | KaMIS-master/wmis/extern/KaHIP/lib/partition/initial_partitioning/initial_refinement/initial_refinement.h | /******************************************************************************
* initial_refinement.h
* *
* Source of KaHIP -- Karlsruhe High Quality Partitioning.
* Christian Schulz <christian.schulz.phone@gmail.com>
*****************************************************************************/
#ifndef INITIAL... | 770 | 28.653846 | 79 | h |
KaMIS | KaMIS-master/wmis/extern/KaHIP/lib/partition/coarsening/coarsening.h | /******************************************************************************
* coarsening.h
* *
* Source of KaHIP -- Karlsruhe High Quality Partitioning.
* Christian Schulz <christian.schulz.phone@gmail.com>
*****************************************************************************/
#ifndef COARSENING_UU97... | 724 | 29.208333 | 111 | h |
KaMIS | KaMIS-master/wmis/extern/KaHIP/lib/partition/coarsening/coarsening_configurator.h | /******************************************************************************
* coarsening_configurator.h
* *
* Source of KaHIP -- Karlsruhe High Quality Partitioning.
* Christian Schulz <christian.schulz.phone@gmail.com>
*****************************************************************************/
#ifndef CO... | 2,541 | 40.672131 | 121 | h |
KaMIS | KaMIS-master/wmis/extern/KaHIP/lib/partition/coarsening/contraction.h | /******************************************************************************
* contraction.h
* *
* Source of KaHIP -- Karlsruhe High Quality Partitioning.
* Christian Schulz <christian.schulz.phone@gmail.com>
*****************************************************************************/
#ifndef CONTRACTION_VI... | 3,894 | 43.770115 | 107 | h |
KaMIS | KaMIS-master/wmis/extern/KaHIP/lib/partition/coarsening/clustering/size_constraint_label_propagation.h | /******************************************************************************
* constraint_label_propagation.cpp
* *
* Source of KaHIP -- Karlsruhe High Quality Partitioning.
* Christian Schulz <christian.schulz.phone@gmail.com>
*****************************************************************************/
#if... | 4,291 | 39.490566 | 87 | h |
KaMIS | KaMIS-master/wmis/extern/KaHIP/lib/partition/coarsening/clustering/node_ordering.h | /******************************************************************************
* node_ordering.h
* *
* Source of KaHIP -- Karlsruhe High Quality Partitioning.
* Christian Schulz <christian.schulz.phone@gmail.com>
*****************************************************************************/
#ifndef NODE_ORDERI... | 1,934 | 34.833333 | 123 | h |
KaMIS | KaMIS-master/wmis/extern/KaHIP/lib/partition/coarsening/stop_rules/stop_rules.h | /******************************************************************************
* stop_rules.h
* *
* Source of KaHIP -- Karlsruhe High Quality Partitioning.
* Christian Schulz <christian.schulz.phone@gmail.com>
*****************************************************************************/
#ifndef STOP_RULES_SZ45... | 5,046 | 41.411765 | 131 | h |
KaMIS | KaMIS-master/wmis/extern/KaHIP/lib/partition/coarsening/matching/random_matching.h | /******************************************************************************
* random_matching.h
* *
* Source of KaHIP -- Karlsruhe High Quality Partitioning.
* Christian Schulz <christian.schulz.phone@gmail.com>
*****************************************************************************/
#ifndef RANDOM_MAT... | 931 | 33.518519 | 79 | h |
KaMIS | KaMIS-master/wmis/extern/KaHIP/lib/partition/coarsening/matching/matching.h | /******************************************************************************
* matching.h
* *
* Source of KaHIP -- Karlsruhe High Quality Partitioning.
* Christian Schulz <christian.schulz.phone@gmail.com>
*****************************************************************************/
#ifndef MATCHING_QL4RUO3D... | 1,044 | 33.833333 | 79 | h |
KaMIS | KaMIS-master/wmis/extern/KaHIP/lib/partition/coarsening/matching/compare_degrees.h | /******************************************************************************
* compare_degrees.h
* *
* Source of KaHIP -- Karlsruhe High Quality Partitioning.
* Christian Schulz <christian.schulz.phone@gmail.com>
*****************************************************************************/
#ifndef COMPARE_DE... | 939 | 35.153846 | 96 | h |
KaMIS | KaMIS-master/wmis/extern/KaHIP/lib/partition/coarsening/matching/gpa/path.h | /******************************************************************************
* path.h
* *
* Source of KaHIP -- Karlsruhe High Quality Partitioning.
* Christian Schulz <christian.schulz.phone@gmail.com>
*****************************************************************************/
#ifndef PATH_X5LQS3DT
#define... | 2,567 | 23.932039 | 87 | h |
KaMIS | KaMIS-master/wmis/extern/KaHIP/lib/partition/coarsening/matching/gpa/compare_rating.h | /******************************************************************************
* compare_rating.h
* *
* Source of KaHIP -- Karlsruhe High Quality Partitioning.
* Christian Schulz <christian.schulz.phone@gmail.com>
*****************************************************************************/
#ifndef COMPARE_RAT... | 955 | 31.965517 | 90 | h |
KaMIS | KaMIS-master/wmis/extern/KaHIP/lib/partition/coarsening/matching/gpa/path_set.h | /******************************************************************************
* path_set.h
* *
* Source of KaHIP -- Karlsruhe High Quality Partitioning.
* Christian Schulz <christian.schulz.phone@gmail.com>
*****************************************************************************/
#ifndef PATH_SET_80E9CQT1... | 9,392 | 39.83913 | 103 | h |
KaMIS | KaMIS-master/wmis/extern/KaHIP/lib/partition/coarsening/matching/gpa/gpa_matching.h | /******************************************************************************
* gpa_matching.h
* *
* Source of KaHIP -- Karlsruhe High Quality Partitioning.
* Christian Schulz <christian.schulz.phone@gmail.com>
*****************************************************************************/
#ifndef GPA_MATCHING_... | 2,852 | 43.578125 | 90 | h |
KaMIS | KaMIS-master/wmis/extern/KaHIP/lib/partition/coarsening/edge_rating/edge_ratings.h | /******************************************************************************
* edge_ratings.h
* *
* Source of KaHIP -- Karlsruhe High Quality Partitioning.
* Christian Schulz <christian.schulz.phone@gmail.com>
*****************************************************************************/
#ifndef EDGE_RATING_F... | 1,765 | 37.391304 | 79 | h |
KaMIS | KaMIS-master/wmis/extern/KaHIP/lib/partition/uncoarsening/uncoarsening.h | /******************************************************************************
* uncoarsening.h
* *
* Source of KaHIP -- Karlsruhe High Quality Partitioning.
* Christian Schulz <christian.schulz.phone@gmail.com>
*****************************************************************************/
#ifndef UNCOARSENING_... | 1,010 | 36.444444 | 113 | h |
KaMIS | KaMIS-master/wmis/extern/KaHIP/lib/partition/uncoarsening/separator/vertex_separator_flow_solver.h | /******************************************************************************
* vertex_separator_flow_solver.h
*
* Source of KaHIP -- Karlsruhe High Quality Partitioning.
* Christian Schulz <christian.schulz.phone@gmail.com>
*****************************************************************************/
#ifnde... | 1,595 | 36.116279 | 82 | h |
KaMIS | KaMIS-master/wmis/extern/KaHIP/lib/partition/uncoarsening/separator/vertex_separator_algorithm.h | /******************************************************************************
* vertex_separator_algorithm.h
*
*
* Source of KaHIP -- Karlsruhe High Quality Partitioning.
* Christian Schulz <christian.schulz.phone@gmail.com>
*****************************************************************************/
#ifnde... | 6,814 | 46.326389 | 115 | h |
KaMIS | KaMIS-master/wmis/extern/KaHIP/lib/partition/uncoarsening/refinement/refinement.h | /******************************************************************************
* refinement.h
* *
* Source of KaHIP -- Karlsruhe High Quality Partitioning.
* Christian Schulz <christian.schulz.phone@gmail.com>
*****************************************************************************/
#ifndef REFINEMENT_UJN9... | 852 | 30.592593 | 80 | h |
KaMIS | KaMIS-master/wmis/extern/KaHIP/lib/partition/uncoarsening/refinement/mixed_refinement.h | /******************************************************************************
* mixed_refinement.h
* *
* Source of KaHIP -- Karlsruhe High Quality Partitioning.
* Christian Schulz <christian.schulz.phone@gmail.com>
*****************************************************************************/
#ifndef MIXED_REF... | 824 | 30.730769 | 79 | h |
KaMIS | KaMIS-master/wmis/extern/KaHIP/lib/partition/uncoarsening/refinement/tabu_search/tabu_search.h | /******************************************************************************
* tabu_search.h
*
* Source of KaHIP -- Karlsruhe High Quality Partitioning.
* Christian Schulz <christian.schulz.phone@gmail.com>
*****************************************************************************/
#ifndef TABU_SEARCH_RC6W... | 1,786 | 25.671642 | 88 | h |
KaMIS | KaMIS-master/wmis/extern/KaHIP/lib/partition/uncoarsening/refinement/tabu_search/tabu_bucket_queue.h | /******************************************************************************
* tabu_bucket_queue.h
*
* *
* Source of KaHIP -- Karlsruhe High Quality Partitioning.
* Christian Schulz <christian.schulz.phone@gmail.com>
*****************************************************************************/
#ifndef TABU_... | 6,474 | 35.581921 | 117 | h |
KaMIS | KaMIS-master/wmis/extern/KaHIP/lib/partition/uncoarsening/refinement/tabu_search/tabu_moves_queue.h | /******************************************************************************
* tabu_moves_queue.h
*
* Source of KaHIP -- Karlsruhe High Quality Partitioning.
* Christian Schulz <christian.schulz.phone@gmail.com>
*****************************************************************************/
#ifndef TABU_MOVES_... | 2,121 | 25.860759 | 89 | h |
KaMIS | KaMIS-master/wmis/extern/KaHIP/lib/partition/uncoarsening/refinement/quotient_graph_refinement/quotient_graph_refinement.h | /******************************************************************************
* quotient_graph_refinement.h
* *
* Source of KaHIP -- Karlsruhe High Quality Partitioning.
* Christian Schulz <christian.schulz.phone@gmail.com>
*****************************************************************************/
#ifndef ... | 1,992 | 45.348837 | 120 | h |
KaMIS | KaMIS-master/wmis/extern/KaHIP/lib/partition/uncoarsening/refinement/quotient_graph_refinement/two_way_refinement.h | /******************************************************************************
* two_way_refinement.h
* *
* Source of KaHIP -- Karlsruhe High Quality Partitioning.
* Christian Schulz <christian.schulz.phone@gmail.com>
*****************************************************************************/
#ifndef TWO_WAY... | 1,489 | 44.151515 | 96 | h |
KaMIS | KaMIS-master/wmis/extern/KaHIP/lib/partition/uncoarsening/refinement/quotient_graph_refinement/boundary_lookup.h | /******************************************************************************
* boundary_lookup.h
* *
* Source of KaHIP -- Karlsruhe High Quality Partitioning.
* Christian Schulz <christian.schulz.phone@gmail.com>
*****************************************************************************/
#ifndef BOUNDARY_L... | 2,218 | 27.818182 | 123 | h |
KaMIS | KaMIS-master/wmis/extern/KaHIP/lib/partition/uncoarsening/refinement/quotient_graph_refinement/flow_refinement/boundary_bfs.h | /******************************************************************************
* boundary_bfs.h
* *
* Source of KaHIP -- Karlsruhe High Quality Partitioning.
* Christian Schulz <christian.schulz.phone@gmail.com>
*****************************************************************************/
#ifndef BOUNDARY_BFS_... | 1,096 | 35.566667 | 79 | h |
KaMIS | KaMIS-master/wmis/extern/KaHIP/lib/partition/uncoarsening/refinement/quotient_graph_refinement/flow_refinement/two_way_flow_refinement.h | /******************************************************************************
* two_way_flow_refinement.h
* *
* Source of KaHIP -- Karlsruhe High Quality Partitioning.
* Christian Schulz <christian.schulz.phone@gmail.com>
*****************************************************************************/
#ifndef TW... | 3,697 | 57.698413 | 99 | h |
KaMIS | KaMIS-master/wmis/extern/KaHIP/lib/partition/uncoarsening/refinement/quotient_graph_refinement/flow_refinement/most_balanced_minimum_cuts/most_balanced_minimum_cuts.h | /******************************************************************************
* most_balanced_minimum_cuts.h
* *
* Source of KaHIP -- Karlsruhe High Quality Partitioning.
* Christian Schulz <christian.schulz.phone@gmail.com>
*****************************************************************************/
#ifndef... | 1,820 | 43.414634 | 92 | h |
KaMIS | KaMIS-master/wmis/extern/KaHIP/lib/partition/uncoarsening/refinement/quotient_graph_refinement/flow_refinement/flow_solving_kernel/cut_flow_problem_solver.h | /******************************************************************************
* cut_flow_problem_solver.h
* *
* Source of KaHIP -- Karlsruhe High Quality Partitioning.
* Christian Schulz <christian.schulz.phone@gmail.com>
*****************************************************************************/
#ifndef CU... | 2,682 | 46.910714 | 100 | h |
KaMIS | KaMIS-master/wmis/extern/KaHIP/lib/partition/uncoarsening/refinement/quotient_graph_refinement/2way_fm_refinement/partition_accept_rule.h | /******************************************************************************
* partition_accept_rule.h
* *
* Source of KaHIP -- Karlsruhe High Quality Partitioning.
* Christian Schulz <christian.schulz.phone@gmail.com>
*****************************************************************************/
#ifndef PART... | 7,768 | 42.402235 | 124 | h |
KaMIS | KaMIS-master/wmis/extern/KaHIP/lib/partition/uncoarsening/refinement/quotient_graph_refinement/2way_fm_refinement/two_way_fm.h | /******************************************************************************
* two_way_fm.h
* *
* Source of KaHIP -- Karlsruhe High Quality Partitioning.
* Christian Schulz <christian.schulz.phone@gmail.com>
*****************************************************************************/
#ifndef TWOWAY_FM_YLYN8... | 6,230 | 43.191489 | 91 | h |
KaMIS | KaMIS-master/wmis/extern/KaHIP/lib/partition/uncoarsening/refinement/quotient_graph_refinement/2way_fm_refinement/vertex_moved_hashtable.h | /******************************************************************************
* vertex_moved_hashtable.h
* *
* Source of KaHIP -- Karlsruhe High Quality Partitioning.
* Christian Schulz <christian.schulz.phone@gmail.com>
*****************************************************************************/
#ifndef VMO... | 1,011 | 23.095238 | 104 | h |
KaMIS | KaMIS-master/wmis/extern/KaHIP/lib/partition/uncoarsening/refinement/quotient_graph_refinement/2way_fm_refinement/search_stop_rule.h | /******************************************************************************
* search_stop_rule.h
* *
* Source of KaHIP -- Karlsruhe High Quality Partitioning.
* Christian Schulz <christian.schulz.phone@gmail.com>
*****************************************************************************/
#ifndef SEARCH_ST... | 1,389 | 35.578947 | 79 | h |
KaMIS | KaMIS-master/wmis/extern/KaHIP/lib/partition/uncoarsening/refinement/quotient_graph_refinement/2way_fm_refinement/queue_selection_strategie.h | /******************************************************************************
* queue_selection_strategie.h
* *
* Source of KaHIP -- Karlsruhe High Quality Partitioning.
* Christian Schulz <christian.schulz.phone@gmail.com>
*****************************************************************************/
#ifndef ... | 8,933 | 45.53125 | 104 | h |
KaMIS | KaMIS-master/wmis/extern/KaHIP/lib/partition/uncoarsening/refinement/quotient_graph_refinement/quotient_graph_scheduling/simple_quotient_graph_scheduler.h | /******************************************************************************
* simple_quotient_graph_scheduler.h
* *
* Source of KaHIP -- Karlsruhe High Quality Partitioning.
* Christian Schulz <christian.schulz.phone@gmail.com>
*****************************************************************************/
#i... | 1,487 | 35.292683 | 79 | h |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.