-
- Downloads
There was a problem fetching the pipeline summary.
Merge branch 'daniel_mergeWithLBjavaIlpSolver' into 'master'
merging with lbjava's ilp-solver interface Changes: - merges the two `ILPSolver` interfaces (in this package and the one in LBJava) - merging the two gurobi solvers: for most of the syntax I have used that of LBJava's. If this get's merged, we can remove `IlpSolver.java`, `GurobiHook.java` and `oJAlgoHook.java` from lbjava and add this `illinios-inference` as LBJava's dependency. FYI @mssammon See merge request !1
No related branches found
No related tags found
Pipeline #
Showing
- README.md 19 additions, 0 deletionsREADME.md
- doc/RELEASE.txt 4 additions, 1 deletiondoc/RELEASE.txt
- pom.xml 19 additions, 34 deletionspom.xml
- src/main/java/edu/illinois/cs/cogcomp/infer/ilp/GurobiHook.java 582 additions, 450 deletions...in/java/edu/illinois/cs/cogcomp/infer/ilp/GurobiHook.java
- src/main/java/edu/illinois/cs/cogcomp/infer/ilp/ILPSolver.java 174 additions, 32 deletions...ain/java/edu/illinois/cs/cogcomp/infer/ilp/ILPSolver.java
- src/main/java/edu/illinois/cs/cogcomp/infer/ilp/JLISCuttingPlaneILPSolverGurobi.java 201 additions, 200 deletions...cs/cogcomp/infer/ilp/JLISCuttingPlaneILPSolverGurobi.java
- src/test/java/edu/illinois/cs/cogcomp/infer/ilp/GurobiHookTest.java 38 additions, 35 deletions...ava/edu/illinois/cs/cogcomp/infer/ilp/GurobiHookTest.java
Loading
Please register or sign in to comment