Skip to content

Commit

Permalink
format benchmark directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Sasha Demin committed Sep 27, 2023
1 parent ea78e92 commit 4845931
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions benchmark/arxiv_preprint/one_script_to_run_them_all.jl
Original file line number Diff line number Diff line change
Expand Up @@ -197,12 +197,12 @@ function generate_benchmark_file(backend, name, system, dir, validate, nruns, ti
"""
\tvector<string> polynomialArray;
\tvector<string> variableName;
$vars_repr
$system_repr
\tvector<string> basis = groebnerBasisF4($(characteristic(field)), $(length(gens(ring))), variableName, polynomialArray, 1, 0);
\tstd::cout << \"The basis contains \" << basis.size() << \" elements.\" << std::endl;
"""
)
Expand Down

0 comments on commit 4845931

Please sign in to comment.