Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Project-Code
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Boston University PhD
ORE Benchmark
Project-Code
Commits
1524f397
Commit
1524f397
authored
Jan 18, 2019
by
Dmytro Bogatov
Browse files
Options
Downloads
Patches
Plain Diff
Fix.
parent
e25dd8b5
Branches
Branches containing commit
No related tags found
1 merge request
!53
Resolve "Grand renaming"
Pipeline
#3493
passed
Jan 18, 2019
Stage: pre-build
Stage: build
Stage: test
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/cli/Commands/PureScheme.cs
+1
-1
1 addition, 1 deletion
src/cli/Commands/PureScheme.cs
version.txt
+1
-1
1 addition, 1 deletion
version.txt
with
2 additions
and
2 deletions
src/cli/Commands/PureScheme.cs
+
1
−
1
View file @
1524f397
...
...
@@ -13,7 +13,7 @@ namespace CLI
public
class
PureSchemeCommand
:
CommandBase
{
[
AllowedValues
(
"4"
,
"8"
,
"16"
)]
[
Option
(
"--lewi-
wu-
ore-n <number>"
,
Description
=
"Parameter N for LewiWu. Must be one of [4, 8, 16]. Default 16."
)]
[
Option
(
"--lewi-ore-n <number>"
,
Description
=
"Parameter N for LewiWu. Must be one of [4, 8, 16]. Default 16."
)]
public
int
LewiWuN
{
get
;
}
=
16
;
[
Range
(
32
,
48
)]
...
...
This diff is collapsed.
Click to expand it.
version.txt
+
1
−
1
View file @
1524f397
4.2
.0
5.0
.0
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
sign in
to comment