polish all code samples to have homogenous naming, method names; update sat recipes
This commit is contained in:
@@ -16,7 +16,7 @@ import com.google.ortools.sat.IntVar;
|
||||
import com.google.ortools.sat.IntervalVar;
|
||||
import com.google.ortools.sat.Literal;
|
||||
|
||||
public class OptionalIntervalSample {
|
||||
public class OptionalIntervalSampleSat {
|
||||
static {
|
||||
System.loadLibrary("jniortools");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user