repo
stringlengths
1
191
file
stringlengths
23
351
code
stringlengths
0
5.32M
file_length
int64
0
5.32M
avg_line_length
float64
0
2.9k
max_line_length
int64
0
288k
extension_type
stringclasses
1 value
FuzzM
FuzzM-master/fuzzm/fuzzm/src/main/java/fuzzm/lustre/BindPre.java
/* * Copyright (C) 2018, Rockwell Collins * All rights reserved. * * This software may be modified and distributed under the terms * of the 3-clause BSD license. See the LICENSE file for details. * */ package fuzzm.lustre; import java.util.ArrayList; import java.util.List; import jkind.lustre.BoolExpr; impo...
1,916
27.61194
134
java
FuzzM
FuzzM-master/fuzzm/fuzzm/src/main/java/fuzzm/lustre/ACExprCtx.java
/* * Copyright (C) 2017, Rockwell Collins * All rights reserved. * * This software may be modified and distributed under the terms * of the 3-clause BSD license. See the LICENSE file for details. * */ package fuzzm.lustre; import java.util.ArrayList; import java.util.Collection; import java.util.List; impor...
2,701
22.293103
79
java
FuzzM
FuzzM-master/fuzzm/fuzzm/src/main/java/fuzzm/lustre/LiftBooleans.java
/* * Copyright (C) 2017, Rockwell Collins * All rights reserved. * * This software may be modified and distributed under the terms * of the 3-clause BSD license. See the LICENSE file for details. * */ package fuzzm.lustre; import java.util.ArrayList; import java.util.HashMap; import java.util.List; import ja...
2,692
24.647619
74
java
FuzzM
FuzzM-master/fuzzm/fuzzm/src/main/java/fuzzm/lustre/ExtractProperties.java
/* * Copyright (C) 2017, Rockwell Collins * All rights reserved. * * This software may be modified and distributed under the terms * of the 3-clause BSD license. See the LICENSE file for details. * */ package fuzzm.lustre; import java.util.ArrayList; import java.util.List; import jkind.lustre.Expr; import j...
1,117
21.816327
80
java
FuzzM
FuzzM-master/fuzzm/fuzzm/src/main/java/fuzzm/lustre/PolyConstraintCtx.java
/* * Copyright (C) 2018, Rockwell Collins * All rights reserved. * * This software may be modified and distributed under the terms * of the 3-clause BSD license. See the LICENSE file for details. * */ package fuzzm.lustre; import java.math.BigInteger; import java.util.ArrayList; import java.util.Collection; ...
5,406
40.592308
134
java
FuzzM
FuzzM-master/fuzzm/fuzzm/src/main/java/fuzzm/lustre/SignalName.java
/* * Copyright (C) 2017, Rockwell Collins * All rights reserved. * * This software may be modified and distributed under the terms * of the 3-clause BSD license. See the LICENSE file for details. * */ package fuzzm.lustre; import fuzzm.util.ID; import fuzzm.util.TypedName; public class SignalName { publi...
1,239
20.016949
67
java
FuzzM
FuzzM-master/fuzzm/fuzzm/src/main/java/fuzzm/lustre/LustreCtx.java
/* * Copyright (C) 2017, Rockwell Collins * All rights reserved. * * This software may be modified and distributed under the terms * of the 3-clause BSD license. See the LICENSE file for details. * */ package fuzzm.lustre; import java.util.ArrayList; import java.util.Collection; import fuzzm.util.IDString; ...
1,502
22.123077
66
java
FuzzM
FuzzM-master/fuzzm/fuzzm/src/main/java/fuzzm/lustre/RemoveEnumTypes.java
/* * Copyright (C) 2018, Rockwell Collins * All rights reserved. * * This software may be modified and distributed under the terms * of the 3-clause BSD license. See the LICENSE file for details. * */ package fuzzm.lustre; import java.math.BigInteger; import java.util.ArrayList; import java.util.Collection; ...
2,356
29.61039
82
java
FuzzM
FuzzM-master/fuzzm/fuzzm/src/main/java/fuzzm/lustre/AddSignals.java
/* * Copyright (C) 2017, Rockwell Collins * All rights reserved. * * This software may be modified and distributed under the terms * of the 3-clause BSD license. See the LICENSE file for details. * */ package fuzzm.lustre; import java.util.List; import fuzzm.util.FuzzmName; import fuzzm.util.IDString; impor...
3,264
29.801887
120
java
FuzzM
FuzzM-master/fuzzm/fuzzm/src/main/java/fuzzm/lustre/SignalCtx.java
/* * Copyright (C) 2017, Rockwell Collins * All rights reserved. * * This software may be modified and distributed under the terms * of the 3-clause BSD license. See the LICENSE file for details. * */ package fuzzm.lustre; import java.util.ArrayList; import java.util.Collection; import java.util.List; impor...
2,211
25.023529
82
java
FuzzM
FuzzM-master/fuzzm/fuzzm/src/main/java/fuzzm/lustre/DropProperties.java
/* * Copyright (C) 2017, Rockwell Collins * All rights reserved. * * This software may be modified and distributed under the terms * of the 3-clause BSD license. See the LICENSE file for details. * */ package fuzzm.lustre; import jkind.lustre.Node; import jkind.lustre.Program; import jkind.lustre.builders.No...
662
21.862069
66
java
FuzzM
FuzzM-master/fuzzm/fuzzm/src/main/java/fuzzm/lustre/ExprCtx.java
/* * Copyright (C) 2017, Rockwell Collins * All rights reserved. * * This software may be modified and distributed under the terms * of the 3-clause BSD license. See the LICENSE file for details. * */ package fuzzm.lustre; import java.math.BigDecimal; import fuzzm.util.IDString; import jkind.lustre.BinaryEx...
2,493
20.5
68
java
FuzzM
FuzzM-master/fuzzm/fuzzm/src/main/java/fuzzm/lustre/PreDependency.java
/* * Copyright (C) 2017, Rockwell Collins * All rights reserved. * * This software may be modified and distributed under the terms * of the 3-clause BSD license. See the LICENSE file for details. * */ package fuzzm.lustre; import java.util.HashSet; import java.util.Set; import jkind.lustre.BinaryExpr; impor...
1,273
17.735294
66
java
FuzzM
FuzzM-master/fuzzm/fuzzm/src/main/java/fuzzm/lustre/RenameNodes.java
/* * Copyright (C) 2017, Rockwell Collins * All rights reserved. * * This software may be modified and distributed under the terms * of the 3-clause BSD license. See the LICENSE file for details. * */ package fuzzm.lustre; import java.util.Map; import jkind.lustre.Node; import jkind.lustre.Program; import j...
915
20.809524
71
java
FuzzM
FuzzM-master/fuzzm/fuzzm/src/main/java/fuzzm/lustre/OrderNodes.java
/* * Copyright (C) 2017, Rockwell Collins * All rights reserved. * * This software may be modified and distributed under the terms * of the 3-clause BSD license. See the LICENSE file for details. * */ package fuzzm.lustre; import java.util.HashSet; import java.util.Set; import fuzzm.util.PartialOrder; impor...
1,043
19.076923
67
java
FuzzM
FuzzM-master/fuzzm/fuzzm/src/main/java/fuzzm/lustre/ExprSignal.java
/* * Copyright (C) 2017, Rockwell Collins * All rights reserved. * * This software may be modified and distributed under the terms * of the 3-clause BSD license. See the LICENSE file for details. * */ package fuzzm.lustre; import java.math.BigDecimal; import fuzzm.util.IDString; import fuzzm.util.RatSignal;...
2,750
21.735537
118
java
FuzzM
FuzzM-master/fuzzm/fuzzm/src/main/java/fuzzm/lustre/evaluation/PolySimulationResults.java
/* * Copyright (C) 2017, Rockwell Collins * All rights reserved. * * This software may be modified and distributed under the terms * of the 3-clause BSD license. See the LICENSE file for details. * */ package fuzzm.lustre.evaluation; import fuzzm.value.hierarchy.BooleanTypeInterface; import fuzzm.value.hiera...
1,194
22.9
105
java
FuzzM
FuzzM-master/fuzzm/fuzzm/src/main/java/fuzzm/lustre/evaluation/DepthFirstSimulator.java
/* * Copyright (C) 2017, Rockwell Collins * All rights reserved. * * This software may be modified and distributed under the terms * of the 3-clause BSD license. See the LICENSE file for details. * */ package fuzzm.lustre.evaluation; import java.util.List; import fuzzm.poly.PolyBool; import fuzzm.util.Debug...
6,709
35.666667
156
java
FuzzM
FuzzM-master/fuzzm/fuzzm/src/main/java/fuzzm/lustre/evaluation/FunctionLookupEV.java
/* * Copyright (C) 2017, Rockwell Collins * All rights reserved. * * This software may be modified and distributed under the terms * of the 3-clause BSD license. See the LICENSE file for details. * */ package fuzzm.lustre.evaluation; import java.util.List; import fuzzm.util.Rat; import fuzzm.value.hierarchy...
1,530
26.339286
135
java
FuzzM
FuzzM-master/fuzzm/fuzzm/src/main/java/fuzzm/lustre/evaluation/ConcreteSimulationResults.java
/* * Copyright (C) 2017, Rockwell Collins * All rights reserved. * * This software may be modified and distributed under the terms * of the 3-clause BSD license. See the LICENSE file for details. * */ package fuzzm.lustre.evaluation; import fuzzm.value.hierarchy.BooleanTypeInterface; import fuzzm.value.hiera...
1,066
21.229167
66
java
FuzzM
FuzzM-master/fuzzm/fuzzm/src/main/java/fuzzm/lustre/evaluation/FunctionSignature.java
/* * Copyright (C) 2017, Rockwell Collins * All rights reserved. * * This software may be modified and distributed under the terms * of the 3-clause BSD license. See the LICENSE file for details. * */ package fuzzm.lustre.evaluation; import java.util.ArrayList; import java.util.Collection; import java.util.H...
1,870
23.618421
73
java
FuzzM
FuzzM-master/fuzzm/fuzzm/src/main/java/fuzzm/lustre/evaluation/InitIndexedEvaluator.java
/* * Copyright (C) 2017, Rockwell Collins * All rights reserved. * * This software may be modified and distributed under the terms * of the 3-clause BSD license. See the LICENSE file for details. * */ package fuzzm.lustre.evaluation; import java.util.Arrays; import fuzzm.lustre.indexed.IndexedIdExpr; import...
1,314
26.395833
97
java
FuzzM
FuzzM-master/fuzzm/fuzzm/src/main/java/fuzzm/lustre/evaluation/PolyFunctionLookup.java
/* * Copyright (C) 2017, Rockwell Collins * All rights reserved. * * This software may be modified and distributed under the terms * of the 3-clause BSD license. See the LICENSE file for details. * */ package fuzzm.lustre.evaluation; import java.util.ArrayList; import java.util.Collection; import java.util.L...
3,779
30.5
148
java
FuzzM
FuzzM-master/fuzzm/fuzzm/src/main/java/fuzzm/lustre/evaluation/EvaluatableArgList.java
/* * Copyright (C) 2017, Rockwell Collins * All rights reserved. * * This software may be modified and distributed under the terms * of the 3-clause BSD license. See the LICENSE file for details. * */ package fuzzm.lustre.evaluation; import java.util.ArrayList; import fuzzm.value.hierarchy.EvaluatableValue;...
672
20.709677
69
java
FuzzM
FuzzM-master/fuzzm/fuzzm/src/main/java/fuzzm/lustre/evaluation/EvaluatableValueEvaluator.java
/* * Copyright (C) 2017, Rockwell Collins * All rights reserved. * * This software may be modified and distributed under the terms * of the 3-clause BSD license. See the LICENSE file for details. * */ package fuzzm.lustre.evaluation; import jkind.lustre.BinaryExpr; import jkind.lustre.BinaryOp; import jkind....
1,015
22.627907
87
java
FuzzM
FuzzM-master/fuzzm/fuzzm/src/main/java/fuzzm/lustre/evaluation/Simulator.java
/* * Copyright (C) 2017, Rockwell Collins * All rights reserved. * * This software may be modified and distributed under the terms * of the 3-clause BSD license. See the LICENSE file for details. * */ package fuzzm.lustre.evaluation; import fuzzm.util.Debug; import fuzzm.util.EvaluatableSignal; import fuzzm....
1,899
25.388889
145
java
FuzzM
FuzzM-master/fuzzm/fuzzm/src/main/java/fuzzm/lustre/evaluation/IndexedEvaluator.java
/* * Copyright (C) 2017, Rockwell Collins * All rights reserved. * * This software may be modified and distributed under the terms * of the 3-clause BSD license. See the LICENSE file for details. * */ package fuzzm.lustre.evaluation; import java.util.SortedSet; import fuzzm.lustre.indexed.IndexedIdExpr; imp...
1,917
28.96875
121
java
FuzzM
FuzzM-master/fuzzm/fuzzm/src/main/java/fuzzm/lustre/evaluation/FunctionLookup.java
/* * Copyright (C) 2017, Rockwell Collins * All rights reserved. * * This software may be modified and distributed under the terms * of the 3-clause BSD license. See the LICENSE file for details. * */ package fuzzm.lustre.evaluation; import java.util.Collection; import java.util.HashMap; import java.util.Map...
2,131
25.987342
109
java
FuzzM
FuzzM-master/fuzzm/fuzzm/src/main/java/fuzzm/lustre/evaluation/EventBasedSimulator.java
/* * Copyright (C) 2017, Rockwell Collins * All rights reserved. * * This software may be modified and distributed under the terms * of the 3-clause BSD license. See the LICENSE file for details. * */ package fuzzm.lustre.evaluation; import java.util.ArrayList; import java.util.Collection; import java.util.H...
12,431
36.221557
139
java
FuzzM
FuzzM-master/fuzzm/fuzzm/src/main/java/fuzzm/lustre/evaluation/PolyFunctionMap.java
/* * Copyright (C) 2017, Rockwell Collins * All rights reserved. * * This software may be modified and distributed under the terms * of the 3-clause BSD license. See the LICENSE file for details. * */ package fuzzm.lustre.evaluation; import java.util.ArrayList; import java.util.HashMap; import java.util.List...
1,502
25.368421
94
java
FuzzM
FuzzM-master/fuzzm/fuzzm/src/main/java/fuzzm/lustre/evaluation/SimulationResults.java
/* * Copyright (C) 2017, Rockwell Collins * All rights reserved. * * This software may be modified and distributed under the terms * of the 3-clause BSD license. See the LICENSE file for details. * */ package fuzzm.lustre.evaluation; import fuzzm.value.hierarchy.BooleanTypeInterface; import fuzzm.value.hiera...
591
27.190476
66
java
FuzzM
FuzzM-master/fuzzm/fuzzm/src/main/java/fuzzm/lustre/evaluation/InitEvaluatableValueEvaluator.java
/* * Copyright (C) 2017, Rockwell Collins * All rights reserved. * * This software may be modified and distributed under the terms * of the 3-clause BSD license. See the LICENSE file for details. * */ package fuzzm.lustre.evaluation; import fuzzm.value.hierarchy.EvaluatableValue; import jkind.lustre.BinaryEx...
1,592
20.527027
82
java
FuzzM
FuzzM-master/fuzzm/fuzzm/src/main/java/fuzzm/lustre/evaluation/BaseEvaluatableValueEvaluator.java
/* * Copyright (C) 2017, Rockwell Collins * All rights reserved. * * This software may be modified and distributed under the terms * of the 3-clause BSD license. See the LICENSE file for details. * */ package fuzzm.lustre.evaluation; import fuzzm.value.hierarchy.EvaluatableValue; import fuzzm.value.hierarchy...
3,745
32.747748
148
java
FuzzM
FuzzM-master/fuzzm/fuzzm/src/main/java/fuzzm/lustre/optimize/PolygonalOptimizer.java
/* * Copyright (C) 2017, Rockwell Collins * All rights reserved. * * This software may be modified and distributed under the terms * of the 3-clause BSD license. See the LICENSE file for details. * */ package fuzzm.lustre.optimize; import fuzzm.lustre.generalize.PolyGeneralizationResult; import fuzzm.lustre....
1,274
32.552632
122
java
FuzzM
FuzzM-master/fuzzm/fuzzm/src/main/java/fuzzm/lustre/optimize/IntervalOptimizer.java
/* * Copyright (C) 2017, Rockwell Collins * All rights reserved. * * This software may be modified and distributed under the terms * of the 3-clause BSD license. See the LICENSE file for details. * */ package fuzzm.lustre.optimize; import java.util.Collections; import java.util.List; import fuzzm.lustre.Sig...
4,667
34.633588
132
java
FuzzM
FuzzM-master/fuzzm/fuzzm/src/main/java/fuzzm/lustre/generalize/IntegerIntervalGeneralizer.java
/* * Copyright (C) 2017, Rockwell Collins * All rights reserved. * * This software may be modified and distributed under the terms * of the 3-clause BSD license. See the LICENSE file for details. * */ package fuzzm.lustre.generalize; import java.math.BigInteger; import fuzzm.value.hierarchy.EvaluatableValue...
1,034
26.236842
92
java
FuzzM
FuzzM-master/fuzzm/fuzzm/src/main/java/fuzzm/lustre/generalize/Generalizer.java
/* * Copyright (C) 2017, Rockwell Collins * All rights reserved. * * This software may be modified and distributed under the terms * of the 3-clause BSD license. See the LICENSE file for details. * */ package fuzzm.lustre.generalize; import java.util.HashMap; import java.util.List; import java.util.Map; imp...
4,782
39.880342
166
java
FuzzM
FuzzM-master/fuzzm/fuzzm/src/main/java/fuzzm/lustre/generalize/DepthFirstPolyGeneralizer.java
/* * Copyright (C) 2017, Rockwell Collins * All rights reserved. * * This software may be modified and distributed under the terms * of the 3-clause BSD license. See the LICENSE file for details. * */ package fuzzm.lustre.generalize; import java.util.ArrayList; import java.util.Collection; import java.util.C...
8,863
32.575758
129
java
FuzzM
FuzzM-master/fuzzm/fuzzm/src/main/java/fuzzm/lustre/generalize/ValueGeneralizer.java
/* * Copyright (C) 2017, Rockwell Collins * All rights reserved. * * This software may be modified and distributed under the terms * of the 3-clause BSD license. See the LICENSE file for details. * */ package fuzzm.lustre.generalize; import fuzzm.lustre.SignalName; import fuzzm.lustre.evaluation.Simulator; i...
611
28.142857
140
java
FuzzM
FuzzM-master/fuzzm/fuzzm/src/main/java/fuzzm/lustre/generalize/RationalIntervalGeneralizer.java
/* * Copyright (C) 2017, Rockwell Collins * All rights reserved. * * This software may be modified and distributed under the terms * of the 3-clause BSD license. See the LICENSE file for details. * */ package fuzzm.lustre.generalize; import java.math.BigInteger; import fuzzm.value.hierarchy.EvaluatableValue...
1,077
29.8
131
java
FuzzM
FuzzM-master/fuzzm/fuzzm/src/main/java/fuzzm/lustre/generalize/DiscreteIntervalGeneralizer.java
/* * Copyright (C) 2017, Rockwell Collins * All rights reserved. * * This software may be modified and distributed under the terms * of the 3-clause BSD license. See the LICENSE file for details. * */ package fuzzm.lustre.generalize; import fuzzm.lustre.SignalName; import fuzzm.lustre.evaluation.ConcreteSimu...
952
30.766667
132
java
FuzzM
FuzzM-master/fuzzm/fuzzm/src/main/java/fuzzm/lustre/generalize/PolyGeneralizationResult.java
/* * Copyright (C) 2017, Rockwell Collins * All rights reserved. * * This software may be modified and distributed under the terms * of the 3-clause BSD license. See the LICENSE file for details. * */ package fuzzm.lustre.generalize; import fuzzm.lustre.evaluation.PolyFunctionMap; import fuzzm.poly.PolyBool;...
616
24.708333
87
java
FuzzM
FuzzM-master/fuzzm/fuzzm/src/main/java/fuzzm/lustre/generalize/ContinuousIntervalGeneralizer.java
/* * Copyright (C) 2017, Rockwell Collins * All rights reserved. * * This software may be modified and distributed under the terms * of the 3-clause BSD license. See the LICENSE file for details. * */ package fuzzm.lustre.generalize; import java.math.BigInteger; import fuzzm.lustre.SignalName; import fuzzm....
4,349
32.72093
132
java
FuzzM
FuzzM-master/fuzzm/fuzzm/src/main/java/fuzzm/lustre/generalize/ReMapExpr.java
/* * Copyright (C) 2018, Rockwell Collins * All rights reserved. * * This software may be modified and distributed under the terms * of the 3-clause BSD license. See the LICENSE file for details. * */ package fuzzm.lustre.generalize; import java.util.ArrayList; import java.util.Collection; import java.util.H...
1,708
28.982456
98
java
FuzzM
FuzzM-master/fuzzm/fuzzm/src/main/java/fuzzm/lustre/generalize/PolygonalGeneralizer.java
/* * Copyright (C) 2017, Rockwell Collins * All rights reserved. * * This software may be modified and distributed under the terms * of the 3-clause BSD license. See the LICENSE file for details. * */ package fuzzm.lustre.generalize; import java.util.Collections; import java.util.List; import fuzzm.lustre.S...
4,433
37.224138
156
java
FuzzM
FuzzM-master/fuzzm/fuzzm/src/main/java/fuzzm/lustre/indexed/IndexedIdExpr.java
/* * Copyright (C) 2017, Rockwell Collins * All rights reserved. * * This software may be modified and distributed under the terms * of the 3-clause BSD license. See the LICENSE file for details. * */ package fuzzm.lustre.indexed; import jkind.lustre.IdExpr; public class IndexedIdExpr extends IdExpr { publ...
681
21.733333
66
java
FuzzM
FuzzM-master/fuzzm/fuzzm/src/main/java/fuzzm/lustre/indexed/IndexedExprVisitor.java
/* * Copyright (C) 2017, Rockwell Collins * All rights reserved. * * This software may be modified and distributed under the terms * of the 3-clause BSD license. See the LICENSE file for details. * */ package fuzzm.lustre.indexed; import jkind.lustre.visitors.ExprVisitor; public interface IndexedExprVisitor...
385
23.125
66
java
FuzzM
FuzzM-master/fuzzm/fuzzm/src/main/java/fuzzm/lustre/indexed/IndexedAstMapVisitor.java
/* * Copyright (C) 2017, Rockwell Collins * All rights reserved. * * This software may be modified and distributed under the terms * of the 3-clause BSD license. See the LICENSE file for details. * */ package fuzzm.lustre.indexed; import jkind.lustre.Ast; import jkind.lustre.Expr; import jkind.lustre.IdExpr...
941
23.153846
121
java
FuzzM
FuzzM-master/fuzzm/fuzzm/src/main/java/fuzzm/lustre/indexed/IndexedVarDecl.java
/* * Copyright (C) 2017, Rockwell Collins * All rights reserved. * * This software may be modified and distributed under the terms * of the 3-clause BSD license. See the LICENSE file for details. * */ package fuzzm.lustre.indexed; import jkind.lustre.Type; import jkind.lustre.VarDecl; public class IndexedVa...
572
21.038462
66
java
FuzzM
FuzzM-master/fuzzm/fuzzm/src/main/java/fuzzm/lustre/indexed/IndexIdentifiers.java
/* * Copyright (C) 2017, Rockwell Collins * All rights reserved. * * This software may be modified and distributed under the terms * of the 3-clause BSD license. See the LICENSE file for details. * */ package fuzzm.lustre.indexed; import java.util.Map; import jkind.lustre.Expr; import jkind.lustre.IdExpr; i...
1,280
25.6875
82
java
FuzzM
FuzzM-master/fuzzm/fuzzm/src/main/java/fuzzm/lustre/indexed/IndexedASTVisitor.java
/* * Copyright (C) 2017, Rockwell Collins * All rights reserved. * * This software may be modified and distributed under the terms * of the 3-clause BSD license. See the LICENSE file for details. * */ package fuzzm.lustre.indexed; import jkind.lustre.visitors.AstVisitor; public interface IndexedASTVisitor<A...
410
24.6875
75
java
FuzzM
FuzzM-master/fuzzm/fuzzm/src/main/java/fuzzm/poly/VariableID.java
/* * Copyright (C) 2017, Rockwell Collins * All rights reserved. * * This software may be modified and distributed under the terms * of the 3-clause BSD license. See the LICENSE file for details. * */ package fuzzm.poly; import java.math.BigDecimal; import fuzzm.lustre.SignalName; import fuzzm.util.OrderedO...
4,386
28.05298
146
java
FuzzM
FuzzM-master/fuzzm/fuzzm/src/main/java/fuzzm/poly/PolyBool.java
/* * Copyright (C) 2017, Rockwell Collins * All rights reserved. * * This software may be modified and distributed under the terms * of the 3-clause BSD license. See the LICENSE file for details. * */ package fuzzm.poly; import java.util.Collection; import java.util.HashMap; import java.util.List; import jav...
8,443
30.625468
136
java
FuzzM
FuzzM-master/fuzzm/fuzzm/src/main/java/fuzzm/poly/VariableRole.java
/* * Copyright (C) 2017, Rockwell Collins * All rights reserved. * * This software may be modified and distributed under the terms * of the 3-clause BSD license. See the LICENSE file for details. * */ package fuzzm.poly; public enum VariableRole { PRINCIPLE, AUXILIARY; }
285
18.066667
66
java
FuzzM
FuzzM-master/fuzzm/fuzzm/src/main/java/fuzzm/poly/RestrictionResult.java
/* * Copyright (C) 2017, Rockwell Collins * All rights reserved. * * This software may be modified and distributed under the terms * of the 3-clause BSD license. See the LICENSE file for details. * */ package fuzzm.poly; import java.util.ArrayList; import java.util.Arrays; import java.util.List; public clas...
1,536
26.446429
113
java
FuzzM
FuzzM-master/fuzzm/fuzzm/src/main/java/fuzzm/poly/VariableInequality.java
/* * Copyright (C) 2017, Rockwell Collins * All rights reserved. * * This software may be modified and distributed under the terms * of the 3-clause BSD license. See the LICENSE file for details. * */ package fuzzm.poly; abstract public class VariableInequality extends VariableRelation { protected Variable...
745
23.064516
143
java
FuzzM
FuzzM-master/fuzzm/fuzzm/src/main/java/fuzzm/poly/OpType.java
/* * Copyright (C) 2017, Rockwell Collins * All rights reserved. * * This software may be modified and distributed under the terms * of the 3-clause BSD license. See the LICENSE file for details. * */ package fuzzm.poly; public class OpType { final String name; public static final OpType AND = new OpType...
591
19.413793
66
java
FuzzM
FuzzM-master/fuzzm/fuzzm/src/main/java/fuzzm/poly/VariableList.java
/* * Copyright (C) 2017, Rockwell Collins * All rights reserved. * * This software may be modified and distributed under the terms * of the 3-clause BSD license. See the LICENSE file for details. * */ package fuzzm.poly; import java.util.ArrayList; import java.util.Collection; import java.util.Collections; i...
19,392
31.107616
138
java
FuzzM
FuzzM-master/fuzzm/fuzzm/src/main/java/fuzzm/poly/TruePolyBool.java
/* * Copyright (C) 2017, Rockwell Collins * All rights reserved. * * This software may be modified and distributed under the terms * of the 3-clause BSD license. See the LICENSE file for details. * */ package fuzzm.poly; import java.util.List; import fuzzm.lustre.evaluation.PolyFunctionMap; import fuzzm.sol...
2,063
19.435644
91
java
FuzzM
FuzzM-master/fuzzm/fuzzm/src/main/java/fuzzm/poly/RegionBounds.java
/* * Copyright (C) 2017, Rockwell Collins * All rights reserved. * * This software may be modified and distributed under the terms * of the 3-clause BSD license. See the LICENSE file for details. * */ package fuzzm.poly; import java.math.BigInteger; import fuzzm.util.Debug; import fuzzm.util.FuzzMInterval; ...
9,039
31.285714
160
java
FuzzM
FuzzM-master/fuzzm/fuzzm/src/main/java/fuzzm/poly/TargetType.java
/* * Copyright (C) 2018, Rockwell Collins * All rights reserved. * * This software may be modified and distributed under the terms * of the 3-clause BSD license. See the LICENSE file for details. * */ package fuzzm.poly; public enum TargetType { /*** * This value tracks whether a given variable rela...
2,117
35.517241
96
java
FuzzM
FuzzM-master/fuzzm/fuzzm/src/main/java/fuzzm/poly/PolyBase.java
/* * Copyright (C) 2017, Rockwell Collins * All rights reserved. * * This software may be modified and distributed under the terms * of the 3-clause BSD license. See the LICENSE file for details. * */ package fuzzm.poly; import java.math.BigInteger; import java.util.Collection; import java.util.Collections; ...
13,517
26.09018
100
java
FuzzM
FuzzM-master/fuzzm/fuzzm/src/main/java/fuzzm/poly/VariableBound.java
/* * Copyright (C) 2017, Rockwell Collins * All rights reserved. * * This software may be modified and distributed under the terms * of the 3-clause BSD license. See the LICENSE file for details. * */ package fuzzm.poly; import java.util.ArrayList; import java.util.List; import fuzzm.value.poly.GlobalState;...
6,030
38.940397
141
java
FuzzM
FuzzM-master/fuzzm/fuzzm/src/main/java/fuzzm/poly/EmptyIntervalException.java
/* * Copyright (C) 2017, Rockwell Collins * All rights reserved. * * This software may be modified and distributed under the terms * of the 3-clause BSD license. See the LICENSE file for details. * */ package fuzzm.poly; public class EmptyIntervalException extends IllegalArgumentException { public EmptyInt...
495
19.666667
70
java
FuzzM
FuzzM-master/fuzzm/fuzzm/src/main/java/fuzzm/poly/polyBoolTest.java
/* * Copyright (C) 2017, Rockwell Collins * All rights reserved. * * This software may be modified and distributed under the terms * of the 3-clause BSD license. See the LICENSE file for details. * */ package fuzzm.poly; import java.math.BigDecimal; import fuzzm.util.Debug; import jkind.lustre.NamedType; im...
6,139
40.486486
120
java
FuzzM
FuzzM-master/fuzzm/fuzzm/src/main/java/fuzzm/poly/VariableInterval.java
/* * Copyright (C) 2017, Rockwell Collins * All rights reserved. * * This software may be modified and distributed under the terms * of the 3-clause BSD license. See the LICENSE file for details. * */ package fuzzm.poly; import java.math.BigInteger; import java.util.ArrayList; import java.util.List; import j...
15,429
31.621564
206
java
FuzzM
FuzzM-master/fuzzm/fuzzm/src/main/java/fuzzm/poly/VariableLess.java
/* * Copyright (C) 2017, Rockwell Collins * All rights reserved. * * This software may be modified and distributed under the terms * of the 3-clause BSD license. See the LICENSE file for details. * */ package fuzzm.poly; import java.math.BigInteger; import java.util.Map; import fuzzm.util.Rat; import fuzzm....
11,602
31.869688
156
java
FuzzM
FuzzM-master/fuzzm/fuzzm/src/main/java/fuzzm/poly/FalsePolyBool.java
/* * Copyright (C) 2017, Rockwell Collins * All rights reserved. * * This software may be modified and distributed under the terms * of the 3-clause BSD license. See the LICENSE file for details. * */ package fuzzm.poly; import java.util.List; import fuzzm.lustre.evaluation.PolyFunctionMap; import fuzzm.sol...
1,652
17.573034
91
java
FuzzM
FuzzM-master/fuzzm/fuzzm/src/main/java/fuzzm/poly/VariablePhantom.java
/* * Copyright (C) 2018, Rockwell Collins * All rights reserved. * * This software may be modified and distributed under the terms * of the 3-clause BSD license. See the LICENSE file for details. * */ package fuzzm.poly; import java.util.Map; import java.util.Set; import jkind.util.BigFraction; public clas...
7,729
28.06015
109
java
FuzzM
FuzzM-master/fuzzm/fuzzm/src/main/java/fuzzm/poly/VariableInterface.java
/* * Copyright (C) 2017, Rockwell Collins * All rights reserved. * * This software may be modified and distributed under the terms * of the 3-clause BSD license. See the LICENSE file for details. * */ package fuzzm.poly; public interface VariableInterface { public RestrictionResult andTrue(Variable right)...
1,853
43.142857
66
java
FuzzM
FuzzM-master/fuzzm/fuzzm/src/main/java/fuzzm/poly/FeatureType.java
/* * Copyright (C) 2017, Rockwell Collins * All rights reserved. * * This software may be modified and distributed under the terms * of the 3-clause BSD license. See the LICENSE file for details. * */ package fuzzm.poly; public enum FeatureType { FEATURE, NONFEATURE }
281
19.142857
66
java
FuzzM
FuzzM-master/fuzzm/fuzzm/src/main/java/fuzzm/poly/VariableEquality.java
/* * Copyright (C) 2017, Rockwell Collins * All rights reserved. * * This software may be modified and distributed under the terms * of the 3-clause BSD license. See the LICENSE file for details. * */ package fuzzm.poly; import java.math.BigInteger; import java.util.ArrayList; import java.util.List; import j...
16,975
33.644898
162
java
FuzzM
FuzzM-master/fuzzm/fuzzm/src/main/java/fuzzm/poly/AllocType.java
/* * Copyright (C) 2017, Rockwell Collins * All rights reserved. * * This software may be modified and distributed under the terms * of the 3-clause BSD license. See the LICENSE file for details. * */ package fuzzm.poly; public enum AllocType { EQ(0x8FFFFFFF,0x00000000), IN(0x8FFFFFFF,0x00000000), ...
568
19.321429
66
java
FuzzM
FuzzM-master/fuzzm/fuzzm/src/main/java/fuzzm/poly/AndType.java
/* * Copyright (C) 2017, Rockwell Collins * All rights reserved. * * This software may be modified and distributed under the terms * of the 3-clause BSD license. See the LICENSE file for details. * */ package fuzzm.poly; public enum AndType { TRUE, FALSE; }
270
18.357143
66
java
FuzzM
FuzzM-master/fuzzm/fuzzm/src/main/java/fuzzm/poly/Variable.java
/* * Copyright (C) 2017, Rockwell Collins * All rights reserved. * * This software may be modified and distributed under the terms * of the 3-clause BSD license. See the LICENSE file for details. * */ package fuzzm.poly; import java.util.Map; import java.util.Set; import fuzzm.util.Debug; import fuzzm.util....
5,905
32.556818
106
java
FuzzM
FuzzM-master/fuzzm/fuzzm/src/main/java/fuzzm/poly/VariableGreater.java
/* * Copyright (C) 2017, Rockwell Collins * All rights reserved. * * This software may be modified and distributed under the terms * of the 3-clause BSD license. See the LICENSE file for details. * */ package fuzzm.poly; import java.math.BigInteger; import java.util.Map; import fuzzm.util.ID; import fuzzm.u...
12,080
32.372928
158
java
FuzzM
FuzzM-master/fuzzm/fuzzm/src/main/java/fuzzm/poly/VariableRelation.java
/* * Copyright (C) 2017, Rockwell Collins * All rights reserved. * * This software may be modified and distributed under the terms * of the 3-clause BSD license. See the LICENSE file for details. * */ package fuzzm.poly; import java.util.Map; import java.util.Set; import jkind.lustre.BinaryOp; import jkind....
2,056
22.643678
141
java
FuzzM
FuzzM-master/fuzzm/fuzzm/src/main/java/fuzzm/poly/PolyBaseTest.java
/* * Copyright (C) 2017, Rockwell Collins * All rights reserved. * * This software may be modified and distributed under the terms * of the 3-clause BSD license. See the LICENSE file for details. * */ package fuzzm.poly; import static org.junit.Assert.assertEquals; import java.math.BigDecimal; import java.m...
4,096
36.245455
103
java
FuzzM
FuzzM-master/fuzzm/fuzzm/src/main/java/fuzzm/poly/VariableBoolean.java
/* * Copyright (C) 2017, Rockwell Collins * All rights reserved. * * This software may be modified and distributed under the terms * of the 3-clause BSD license. See the LICENSE file for details. * */ package fuzzm.poly; import java.util.Map; import java.util.Set; import jkind.util.BigFraction; public clas...
7,666
22.375
97
java
FuzzM
FuzzM-master/fuzzm/fuzzm/src/main/java/fuzzm/poly/RelationType.java
/* * Copyright (C) 2017, Rockwell Collins * All rights reserved. * * This software may be modified and distributed under the terms * of the 3-clause BSD license. See the LICENSE file for details. * */ package fuzzm.poly; public enum RelationType { INCLUSIVE, EXCLUSIVE; public RelationType inclusiveAND(Rela...
1,137
28.947368
93
java
FuzzM
FuzzM-master/fuzzm/fuzzm/src/main/java/fuzzm/poly/AbstractPoly.java
/* * Copyright (C) 2017, Rockwell Collins * All rights reserved. * * This software may be modified and distributed under the terms * of the 3-clause BSD license. See the LICENSE file for details. * */ package fuzzm.poly; import java.math.BigInteger; import java.util.Map; import java.util.Set; import jkind.u...
2,245
39.836364
94
java
FuzzM
FuzzM-master/fuzzm/fuzzm/src/main/java/fuzzm/poly/VariableLocation.java
/* * Copyright (C) 2017, Rockwell Collins * All rights reserved. * * This software may be modified and distributed under the terms * of the 3-clause BSD license. See the LICENSE file for details. * */ package fuzzm.poly; public enum VariableLocation { LEFT, RIGHT; }
279
19
66
java
FuzzM
FuzzM-master/fuzzm/fuzzm/src/main/java/fuzzm/util/FuzzMInterval.java
/* * Copyright (C) 2017, Rockwell Collins * All rights reserved. * * This software may be modified and distributed under the terms * of the 3-clause BSD license. See the LICENSE file for details. * */ package fuzzm.util; import java.math.BigInteger; import fuzzm.poly.EmptyIntervalException; import jkind.lus...
3,142
22.992366
119
java
FuzzM
FuzzM-master/fuzzm/fuzzm/src/main/java/fuzzm/util/FuzzmName.java
/* * Copyright (C) 2017, Rockwell Collins * All rights reserved. * * This software may be modified and distributed under the terms * of the 3-clause BSD license. See the LICENSE file for details. * */ package fuzzm.util; /** * FuzzMName enumerates the special variable names used * at various points by Fuzz...
774
31.291667
78
java
FuzzM
FuzzM-master/fuzzm/fuzzm/src/main/java/fuzzm/util/EvaluatableVector.java
/* * Copyright (C) 2017, Rockwell Collins * All rights reserved. * * This software may be modified and distributed under the terms * of the 3-clause BSD license. See the LICENSE file for details. * */ package fuzzm.util; import java.util.Collection; import java.util.HashSet; import java.util.Set; import java...
2,720
25.940594
101
java
FuzzM
FuzzM-master/fuzzm/fuzzm/src/main/java/fuzzm/util/RatSignal.java
/* * Copyright (C) 2017, Rockwell Collins * All rights reserved. * * This software may be modified and distributed under the terms * of the 3-clause BSD license. See the LICENSE file for details. * */ package fuzzm.util; import java.util.ArrayList; import java.util.List; import fuzzm.lustre.SignalName; impo...
4,434
21.39899
75
java
FuzzM
FuzzM-master/fuzzm/fuzzm/src/main/java/fuzzm/util/Signal.java
/* * Copyright (C) 2017, Rockwell Collins * All rights reserved. * * This software may be modified and distributed under the terms * of the 3-clause BSD license. See the LICENSE file for details. * */ package fuzzm.util; import java.util.ArrayList; public abstract class Signal<V extends Copy<V>> extends Arr...
607
15.432432
70
java
FuzzM
FuzzM-master/fuzzm/fuzzm/src/main/java/fuzzm/util/ProofWriter.java
/* * Copyright (C) 2017, Rockwell Collins * All rights reserved. * * This software may be modified and distributed under the terms * of the 3-clause BSD license. See the LICENSE file for details. * */ package fuzzm.util; import java.io.PrintWriter; public class ProofWriter { private static PrintWriter ze...
4,044
42.967391
209
java
FuzzM
FuzzM-master/fuzzm/fuzzm/src/main/java/fuzzm/util/BigIntegerEEA.java
/* * Copyright (C) 2017, Rockwell Collins * All rights reserved. * * This software may be modified and distributed under the terms * of the 3-clause BSD license. See the LICENSE file for details. * */ package fuzzm.util; import java.math.BigInteger; public class BigIntegerEEA { public BigInteger iA, iB, g...
1,238
24.8125
71
java
FuzzM
FuzzM-master/fuzzm/fuzzm/src/main/java/fuzzm/util/RatVect.java
/* * Copyright (C) 2017, Rockwell Collins * All rights reserved. * * This software may be modified and distributed under the terms * of the 3-clause BSD license. See the LICENSE file for details. * */ package fuzzm.util; import java.math.BigInteger; import java.util.ArrayList; import java.util.HashSet; impor...
4,359
23.772727
170
java
FuzzM
FuzzM-master/fuzzm/fuzzm/src/main/java/fuzzm/util/ReversePartialOrder.java
/* * Copyright (C) 2017, Rockwell Collins * All rights reserved. * * This software may be modified and distributed under the terms * of the 3-clause BSD license. See the LICENSE file for details. * */ package fuzzm.util; import java.util.Iterator; /** * An extension of PartialOrder that iterates from large...
538
19.730769
66
java
FuzzM
FuzzM-master/fuzzm/fuzzm/src/main/java/fuzzm/util/StepExpr.java
/* * Copyright (C) 2018, Rockwell Collins * All rights reserved. * * This software may be modified and distributed under the terms * of the 3-clause BSD license. See the LICENSE file for details. * */ package fuzzm.util; import jkind.lustre.Expr; public class StepExpr { public int step; public Expr e...
450
19.5
66
java
FuzzM
FuzzM-master/fuzzm/fuzzm/src/main/java/fuzzm/util/OrderedObject.java
/* * Copyright (C) 2017, Rockwell Collins * All rights reserved. * * This software may be modified and distributed under the terms * of the 3-clause BSD license. See the LICENSE file for details. * */ package fuzzm.util; import fuzzm.poly.VariableID; public class OrderedObject { protected OrderedObject ne...
2,087
19.271845
91
java
FuzzM
FuzzM-master/fuzzm/fuzzm/src/main/java/fuzzm/util/IntervalVector.java
/* * Copyright (C) 2017, Rockwell Collins * All rights reserved. * * This software may be modified and distributed under the terms * of the 3-clause BSD license. See the LICENSE file for details. * */ package fuzzm.util; import java.util.ArrayList; import java.util.List; import fuzzm.lustre.ExprSignal; impo...
1,887
19.085106
91
java
FuzzM
FuzzM-master/fuzzm/fuzzm/src/main/java/fuzzm/util/EvaluatableSignal.java
/* * Copyright (C) 2017, Rockwell Collins * All rights reserved. * * This software may be modified and distributed under the terms * of the 3-clause BSD license. See the LICENSE file for details. * */ package fuzzm.util; import java.util.ArrayList; import java.util.List; import fuzzm.lustre.SignalName; impo...
2,040
20.484211
68
java
FuzzM
FuzzM-master/fuzzm/fuzzm/src/main/java/fuzzm/util/RatTest.java
/* * Copyright (C) 2017, Rockwell Collins * All rights reserved. * * This software may be modified and distributed under the terms * of the 3-clause BSD license. See the LICENSE file for details. * */ package fuzzm.util; import java.io.BufferedWriter; import java.io.FileWriter; import java.math.BigInteger; i...
9,608
28.030211
103
java
FuzzM
FuzzM-master/fuzzm/fuzzm/src/main/java/fuzzm/util/Copy.java
/* * Copyright (C) 2017, Rockwell Collins * All rights reserved. * * This software may be modified and distributed under the terms * of the 3-clause BSD license. See the LICENSE file for details. * */ package fuzzm.util; public interface Copy<V> { V copy(); int bytes(); }
286
18.133333
66
java
FuzzM
FuzzM-master/fuzzm/fuzzm/src/main/java/fuzzm/util/StringMap.java
/* * Copyright (C) 2017, Rockwell Collins * All rights reserved. * * This software may be modified and distributed under the terms * of the 3-clause BSD license. See the LICENSE file for details. * */ package fuzzm.util; import java.util.HashMap; import java.util.Map; public class StringMap<V> extends HashM...
823
17.311111
67
java
FuzzM
FuzzM-master/fuzzm/fuzzm/src/main/java/fuzzm/util/Debug.java
/* * Copyright (C) 2017, Rockwell Collins * All rights reserved. * * This software may be modified and distributed under the terms * of the 3-clause BSD license. See the LICENSE file for details. * */ package fuzzm.util; public class Debug { private static boolean enabled = false; private static boolean p...
978
26.194444
93
java
FuzzM
FuzzM-master/fuzzm/fuzzm/src/main/java/fuzzm/util/Vector.java
/* * Copyright (C) 2017, Rockwell Collins * All rights reserved. * * This software may be modified and distributed under the terms * of the 3-clause BSD license. See the LICENSE file for details. * */ package fuzzm.util; import java.util.HashMap; import jkind.util.BigFraction; public abstract class Vector<...
1,122
18.033898
66
java