Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
modularity
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Gonzalo Tornaria
modularity
Commits
54eefa3e
Commit
54eefa3e
authored
Mar 19, 2018
by
Gonzalo Tornaría
Browse files
Options
Downloads
Patches
Plain Diff
report partial time
parent
f1429bfb
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
run-277.m
+6
-1
6 additions, 1 deletion
run-277.m
with
6 additions
and
1 deletion
run-277.m
+
6
−
1
View file @
54eefa3e
t0
:=
Cputime
()
;
Attach
(
"Modularity.m"
)
;
Attach
(
"GrpExt.m"
)
;
Attach
(
"Grp.m"
)
;
...
...
@@ -8,6 +10,7 @@ load "ex-277.m";
m
:=
ModNew
(
R1
,
rho
)
;
PS
:=
Multiset
([])
;
time
for
i
:=
1
to
#qexts
do
t
:=
Cputime
()
;
R2
:=
NumberField
(
qexts
[
i
])
;
proj
,
phis
:=
ModPhis
(
m
,
R2
)
;
dim
:=
Integers
()
!
Log
(
2
,
#Domain
(
phis
[
1
])
/
#G1
)
;
...
...
@@ -15,12 +18,14 @@ time for i := 1 to #qexts do
for
p
in
ps
do
Include
(
~
PS
,
p
)
;
end
for
;
printf
"%4o: dim =%2o, %
o
\n"
,
i
,
dim
,
Sort
(
ps
)
;
printf
"%4o: dim =%2o, %
-40o %o s
\n"
,
i
,
dim
,
Sort
(
ps
)
,
Cputime
(
t
)
;
if
i
mod
10
eq
0
then
printf
"\n%o\n\n"
,
PS
;
printf
" time: %o s (avg %o s)\n\n"
,
Cputime
(
t0
)
,
Cputime
(
t0
)
/
i
;
end
if
;
end
for
;
printf
"\n\nFINAL: %o\n\n"
,
PS
;
printf
"Total time: %o s (avg %o s)\n\n"
,
Cputime
(
t0
)
,
Cputime
(
t0
)
/
#qexts
;
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