Package | Description |
---|---|
org.ojalgo.matrix.task.iterative | |
org.ojalgo.netio |
This package loosely corresponds to (extends) the packages: java.io.*, java.nio.*, java.net.* and sun.net.*
|
org.ojalgo.optimisation |
Modifier and Type | Method and Description |
---|---|
protected void |
MutableSolver.setDebugPrinter(BasicLogger.Printer debugPrinter) |
Modifier and Type | Class and Description |
---|---|
static class |
BasicLogger.AppendablePrinter |
static class |
BasicLogger.PrintStreamPrinter |
static class |
BasicLogger.PrintWriterPrinter |
static class |
CharacterRing.PrinterBuffer |
Modifier and Type | Field and Description |
---|---|
static BasicLogger.Printer |
BasicLogger.DEBUG |
static BasicLogger.Printer |
BasicLogger.ERROR |
static BasicLogger.Printer |
BasicLogger.NULL |
Modifier and Type | Method and Description |
---|---|
BasicLogger.Printer |
BasicLogger.AppendablePrinter.printf(Locale locale,
String format,
Object... args) |
BasicLogger.Printer |
BasicLogger.Printer.printf(Locale locale,
String format,
Object... args) |
BasicLogger.Printer |
BasicLogger.AppendablePrinter.printf(String format,
Object... args) |
BasicLogger.Printer |
BasicLogger.Printer.printf(String format,
Object... args) |
Modifier and Type | Method and Description |
---|---|
void |
CharacterRing.flush(BasicLogger.Printer receiver) |
void |
CharacterRing.OutputStreamBuffer.flush(BasicLogger.Printer printer) |
void |
CharacterRing.PrinterBuffer.flush(BasicLogger.Printer printer) |
void |
CharacterRing.WriterBuffer.flush(BasicLogger.Printer printer) |
void |
BasicLogger.Buffer.flush(BasicLogger.Printer receiver) |
static void |
IDX.print(Access2D<?> image,
BasicLogger.Printer printer) |
static void |
IDX.print(Access2D<?> image,
BasicLogger.Printer printer,
boolean transpose) |
static void |
IDX.print(Access2D<?> image,
BasicLogger.Printer printer,
boolean transpose,
double maxExpectedValue) |
void |
ResourceLocator.Request.print(BasicLogger.Printer receiver) |
void |
ResourceLocator.Response.print(BasicLogger.Printer receiver) |
void |
ResourceLocator.Session.print(BasicLogger.Printer receiver) |
void |
BasicLogger.Printable.print(BasicLogger.Printer receiver) |
Modifier and Type | Field and Description |
---|---|
BasicLogger.Printer |
Optimisation.Options.logger_appender
If this is null nothing is printed, if it is not null then progress/debug messages are printed to
that BasicLogger.Printer.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ExpressionsBasedModel.validate(Access1D<BigDecimal> solution,
BasicLogger.Printer appender) |
boolean |
ExpressionsBasedModel.Intermediate.validate(Access1D<BigDecimal> solution,
BasicLogger.Printer appender) |
boolean |
ExpressionsBasedModel.validate(Access1D<BigDecimal> solution,
NumberContext context,
BasicLogger.Printer appender) |
boolean |
ExpressionsBasedModel.validate(BasicLogger.Printer appender) |
protected boolean |
Variable.validate(BigDecimal value,
NumberContext context,
BasicLogger.Printer appender) |
boolean |
ExpressionsBasedModel.validate(NumberContext context,
BasicLogger.Printer appender) |
Copyright © 2019 Optimatika. All rights reserved.