Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcgr committed Nov 29, 2019
1 parent 00eba12 commit 094fee1
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions src/RamComplexityAnalysis.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,18 @@
* @file RamComplexityAnalysis.h
*
* Get the complexity of an expression/condition in terms of
* database operations. The complexity of an expression/condition is a
* weighted sum. The weights express the complexity of the terms.
* database operations. The complexity of an expression/condition is a
* weighted sum. The weights express the complexity of the terms.
***********************************************************************/

#pragma once

class RamNode;

#include "RamAnalysis.h"
#include "RamNode.h"

namespace souffle {

class RamNode;

/**
* @class RamComplexityAnalysis
* @brief A Ram Analysis for determining the number of relational
Expand Down

0 comments on commit 094fee1

Please sign in to comment.