Skip to content

Commit

Permalink
add back cea solver
Browse files Browse the repository at this point in the history
  • Loading branch information
OliverMa1 committed Jun 28, 2024
1 parent 308d720 commit 98381af
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/main/scala/ostrich/OstrichMain.scala
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,13 @@ object PortfolioSetup {
f"-stringSolver=$ostrichStringTheory",
1000000000,
2000),
ParallelFileProver.Configuration(
Param.STRING_THEORY_DESC.set(
baseSettings,
ceaStringTheory),
"+cea",
1000000000,
2000),
ParallelFileProver.Configuration(
Param.STRING_THEORY_DESC.set(
baseSettings,
Expand Down

0 comments on commit 98381af

Please sign in to comment.